COLOR #BEC155

HEX: #BEC155
RGB: (190,193,85)

Color info

#BEC155 contains mainly red and green colors. Web safe color of #BEC155 is #CCCC66 (or #CC6).

RGB color model

#BEC155 color RGB value is (190,193,85).

  • red value is 190;
  • green value is 193;
  • blue value is 85.
RGB:
(190,193,85)
(75%,76%,33%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 85 of 255 = 33%

190
193
85

R + G + B ~ 61%. #BEC155 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 193 + 85 = 468 (100%)
R 190 of 468 ~ 40.6%
G 193 of 468 ~ 41.24%
B 85 of 468 ~ 18.16%

%40.6
%41.24
%18.16

CMYK color model

#BEC155 color CMYK value is (2,0,56,24).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 55.96%
  • key color value is 24.31%
CMYK:
(2,0,56,24)
C2M0Y56K24 
(2%,0%,56%,24%)
(0.02/0.00/0.56/0.24)	

CMYK percentages

%1.55
%0
%55.96
%24.31

Codes

Color #BEC155 in popluar color models

BEC155
RGB19019385
HSL62°46.55%54.51%
HSB/HSV62°55.96%75.69%
CMYK1.55%0.00%55.96%
24.31%

Color #BEC155 in popluar number systems.

HEXBEC155
Decimal19019385
Binary10111110110000011010101
Octal276301125

Shades and tints

Shades of #BEC155

#BEC155
(190,193,85)
#ADB04E
(173,176,78)
#9C9F47
(156,159,71)
#8B8E40
(139,142,64)
#7A7D39
(122,125,57)
#696C32
(105,108,50)
#585B2B
(88,91,43)
#474A24
(71,74,36)
#36391D
(54,57,29)
#252816
(37,40,22)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEC155

#BEC155
(190,193,85)
#C3C664
(195,198,100)
#C8CB73
(200,203,115)
#CDD082
(205,208,130)
#D2D591
(210,213,145)
#D7DAA0
(215,218,160)
#DCDFAF
(220,223,175)
#E1E4BE
(225,228,190)
#E6E9CD
(230,233,205)
#EBEEDC
(235,238,220)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC155; }

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

This text font color is #BEC155.


Background Color

.myBgColor { background-color: #BEC155; }

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

This div background color is #BEC155.


Border color

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

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

This div border color is #BEC155.


Opacity

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

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

Text with #BEC155 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 #BEC155;}

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

This text has shadow with #BEC155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC155 on black background.


Color preview on white background

This text has color #BEC155 on white background.



Black color preview on #BEC155 background

This text has black color on #BEC155 background.


White color preview on #BEC155 background

This text has white color on #BEC155 background.