COLOR #BCDFAA

HEX: #BCDFAA
RGB: (188,223,170)

Color info

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

RGB color model

#BCDFAA color RGB value is (188,223,170).

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

RGB channels and saturation

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

188
223
170

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

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 170 = 581 (100%)
R 188 of 581 ~ 32.36%
G 223 of 581 ~ 38.38%
B 170 of 581 ~ 29.26%

%32.36
%38.38
%29.26

CMYK color model

#BCDFAA color CMYK value is (16,0,24,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(16,0,24,13)
C16M0Y24K13 
(16%,0%,24%,13%)
(0.16/0.00/0.24/0.13)	

CMYK percentages

%15.7
%0
%23.77
%12.55

Codes

Color #BCDFAA in popluar color models

BCDFAA
RGB188223170
HSL100°45.30%77.06%
HSB/HSV100°23.77%87.45%
CMYK15.70%0.00%23.77%
12.55%

Color #BCDFAA in popluar number systems.

HEXBCDFAA
Decimal188223170
Binary101111001101111110101010
Octal274337252

Shades and tints

Shades of #BCDFAA

#BCDFAA
(188,223,170)
#ABCB9B
(171,203,155)
#9AB78C
(154,183,140)
#89A37D
(137,163,125)
#788F6E
(120,143,110)
#677B5F
(103,123,95)
#566750
(86,103,80)
#455341
(69,83,65)
#343F32
(52,63,50)
#232B23
(35,43,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCDFAA

#BCDFAA
(188,223,170)
#C2E1B1
(194,225,177)
#C8E3B8
(200,227,184)
#CEE5BF
(206,229,191)
#D4E7C6
(212,231,198)
#DAE9CD
(218,233,205)
#E0EBD4
(224,235,212)
#E6EDDB
(230,237,219)
#ECEFE2
(236,239,226)
#F2F1E9
(242,241,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFAA; }

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

This text font color is #BCDFAA.


Background Color

.myBgColor { background-color: #BCDFAA; }

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

This div background color is #BCDFAA.


Border color

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

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

This div border color is #BCDFAA.


Opacity

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

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

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

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

This text has shadow with #BCDFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDFAA on black background.


Color preview on white background

This text has color #BCDFAA on white background.



Black color preview on #BCDFAA background

This text has black color on #BCDFAA background.


White color preview on #BCDFAA background

This text has white color on #BCDFAA background.