COLOR #BEC555

HEX: #BEC555 RGB: (190,197,85)

Renk bilgisi

#BEC555 contains mainly red and green colors. #BEC555 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BEC555 color RGB value is (190,197,85).

RGB: (190,197,85) (75%, 77%, 33%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 197 of 255 = 77%
B 85 of 255 = 33%

190
197
85

R + G + B ~ 62%. #BEC555 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 197 + 85 = 472 (100%)
R 190 of 472 ~ 40.25%
G 197 of 472 ~ 41.74%
B 85 of 472 ~ 18.01'%

%40.25
%41.74
%18.01

CMYK RENK MODELİ

#BEC555 rengi CMYK tonu (4,0,57,23).

  • camgöbeği tonu 3.55%
  • eflatun tonu 0.00%
  • sarı tonu 56.85%
  • ana renk tonu 22.75%

CMYK: (4,0,57,23)
C4M0Y57K23 (4%, 0%, 57%, 23%)
(0.04 / 0.00 / 0.57 / 0.23)

CMYK yüzdeleri

%3.55
%0
%56.85
%22.75

Codes

Color #BEC555 in popluar color models

BE C5 55
RGB 190 197 85
HSL 64° 49.12% 55.29%
HSB/HSV 64° 56.85% 77.25%
CMYK 3.55% 0.00% 56.85%
22.75%

Color #BEC555 in popluar number systems.

HEX BE C5 55
Decimal 190 197 85
Binary 10111110 11000101 1010101
Octal 276 305 125

Shades and tints

Shades of #BEC555

#BEC555
(190,197,85)
#ADB44E
(173,180,78)
#9CA347
(156,163,71)
#8B9240
(139,146,64)
#7A8139
(122,129,57)
#697032
(105,112,50)
#585F2B
(88,95,43)
#474E24
(71,78,36)
#363D1D
(54,61,29)
#252C16
(37,44,22)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #BEC555

#BEC555
(190,197,85)
#C3CA64
(195,202,100)
#C8CF73
(200,207,115)
#CDD482
(205,212,130)
#D2D991
(210,217,145)
#D7DEA0
(215,222,160)
#DCE3AF
(220,227,175)
#E1E8BE
(225,232,190)
#E6EDCD
(230,237,205)
#EBF2DC
(235,242,220)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC555 color. Also use rgb(190,197,85) instead hex code.

Text Font Color

.myTextColor { color: #BEC555; }

<p style="color:#BEC555">This sample text font color is #BEC555.</p>

This text font color is #BEC555.

Background Color

.myBgColor { background-color: #BEC555; }

<div style="background-color:#BEC555">Inner text</div>

This div background color is #BEC555.

Border color

.myBorderColor { border: 1px solid #BEC555; }

<div style="border:3px solid #BEC555">Div</div>

This div border color is #BEC555.

Opacity

.myOpacity80 { color: #BEC555; opacity: 0.8; }

<p style="color:#BEC555;opacity:0.8;">80%</p>

Text with #BEC555 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEC555;}

<p style="text-shadow: 3px 3px 1px #BEC555">Text here.</p>

This text has shadow with #BEC555 color.


.textShadow {text-shadow: 3px 3px 1px #BEC555', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEC555, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEC555 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC555, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEC555, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEC555 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC555;
-webkit-box-shadow: 1px 1px 3px 2px #BEC555;
box-shadow: 1px 1px 3px 2px #BEC555;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC555; -webkit-box-shadow: 1px 1px 3px 2px #BEC555; box-shadow:1px 1px 3px 2px #BEC555;">
Div content here
</div>

This div box has shadow with color #BEC555.

Preview

Color preview on black background

This text has color #BEC555 on black background.


Color preview on white background

This text has color #BEC555 on white background.


Black color preview on #BEC555 background

This text has black color on #BEC555 background.


White color preview on #BEC555 background

This text has white color on #BEC555 background.


Related colors

Complementary color

Complementary color for #BEC555 is #413AAA.


I love getcolorcode.com

Triadic colors

1 #55BEC5 and #C555BE with #BEC555 are triadic colors.

2 #55C5BE and #C5BE55 with #BEC555 are triadic colors.