COLOR #BCDEAA

HEX: #BCDEAA
RGB: (188,222,170)

Color info

#BCDEAA contains red, green and blue colors in about the same proportion. Web safe color of #BCDEAA is #CCCC99 (or #CC9).

RGB color model

#BCDEAA color RGB value is (188,222,170).

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

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 170 of 255 = 67%

188
222
170

R + G + B ~ 76%. #BCDEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 170 = 580 (100%)
R 188 of 580 ~ 32.41%
G 222 of 580 ~ 38.28%
B 170 of 580 ~ 29.31%

%32.41
%38.28
%29.31

CMYK color model

#BCDEAA color CMYK value is (15,0,23,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(15,0,23,13)
C15M0Y23K13 
(15%,0%,23%,13%)
(0.15/0.00/0.23/0.13)	

CMYK percentages

%15.32
%0
%23.42
%12.94

Codes

Color #BCDEAA in popluar color models

BCDEAA
RGB188222170
HSL99°44.07%76.86%
HSB/HSV99°23.42%87.06%
CMYK15.32%0.00%23.42%
12.94%

Color #BCDEAA in popluar number systems.

HEXBCDEAA
Decimal188222170
Binary101111001101111010101010
Octal274336252

Shades and tints

Shades of #BCDEAA

#BCDEAA
(188,222,170)
#ABCA9B
(171,202,155)
#9AB68C
(154,182,140)
#89A27D
(137,162,125)
#788E6E
(120,142,110)
#677A5F
(103,122,95)
#566650
(86,102,80)
#455241
(69,82,65)
#343E32
(52,62,50)
#232A23
(35,42,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCDEAA

#BCDEAA
(188,222,170)
#C2E1B1
(194,225,177)
#C8E4B8
(200,228,184)
#CEE7BF
(206,231,191)
#D4EAC6
(212,234,198)
#DAEDCD
(218,237,205)
#E0F0D4
(224,240,212)
#E6F3DB
(230,243,219)
#ECF6E2
(236,246,226)
#F2F9E9
(242,249,233)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEAA; }

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

This text font color is #BCDEAA.


Background Color

.myBgColor { background-color: #BCDEAA; }

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

This div background color is #BCDEAA.


Border color

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

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

This div border color is #BCDEAA.


Opacity

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

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

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

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

This text has shadow with #BCDEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDEAA on black background.


Color preview on white background

This text has color #BCDEAA on white background.



Black color preview on #BCDEAA background

This text has black color on #BCDEAA background.


White color preview on #BCDEAA background

This text has white color on #BCDEAA background.