COLOR #BCDE8C

HEX: #BCDE8C
RGB: (188,222,140)

Color info

#BCDE8C contains mainly red and green colors. Web safe color of #BCDE8C is #CCCC99 (or #CC9).

RGB color model

#BCDE8C color RGB value is (188,222,140).

  • red value is 188;
  • green value is 222;
  • blue value is 140.
RGB:
(188,222,140)
(74%,87%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 140 of 255 = 55%

188
222
140

R + G + B ~ 72%. #BCDE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 140 = 550 (100%)
R 188 of 550 ~ 34.18%
G 222 of 550 ~ 40.36%
B 140 of 550 ~ 25.45%

%34.18
%40.36
%25.45

CMYK color model

#BCDE8C color CMYK value is (15,0,37,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 36.94%
  • key color value is 12.94%
CMYK:
(15,0,37,13)
C15M0Y37K13 
(15%,0%,37%,13%)
(0.15/0.00/0.37/0.13)	

CMYK percentages

%15.32
%0
%36.94
%12.94

Codes

Color #BCDE8C in popluar color models

BCDE8C
RGB188222140
HSL85°55.41%70.98%
HSB/HSV85°36.94%87.06%
CMYK15.32%0.00%36.94%
12.94%

Color #BCDE8C in popluar number systems.

HEXBCDE8C
Decimal188222140
Binary101111001101111010001100
Octal274336214

Shades and tints

Shades of #BCDE8C

#BCDE8C
(188,222,140)
#ABCA80
(171,202,128)
#9AB674
(154,182,116)
#89A268
(137,162,104)
#788E5C
(120,142,92)
#677A50
(103,122,80)
#566644
(86,102,68)
#455238
(69,82,56)
#343E2C
(52,62,44)
#232A20
(35,42,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCDE8C

#BCDE8C
(188,222,140)
#C2E196
(194,225,150)
#C8E4A0
(200,228,160)
#CEE7AA
(206,231,170)
#D4EAB4
(212,234,180)
#DAEDBE
(218,237,190)
#E0F0C8
(224,240,200)
#E6F3D2
(230,243,210)
#ECF6DC
(236,246,220)
#F2F9E6
(242,249,230)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDE8C color. Also use rgb(188,222,140) instead hex code.

Text Font Color

.myTextColor { color: #BCDE8C; }

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

This text font color is #BCDE8C.


Background Color

.myBgColor { background-color: #BCDE8C; }

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

This div background color is #BCDE8C.


Border color

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

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

This div border color is #BCDE8C.


Opacity

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

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

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

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

This text has shadow with #BCDE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDE8C on black background.


Color preview on white background

This text has color #BCDE8C on white background.



Black color preview on #BCDE8C background

This text has black color on #BCDE8C background.


White color preview on #BCDE8C background

This text has white color on #BCDE8C background.