COLOR #BCDCA2

HEX: #BCDCA2
RGB: (188,220,162)

Color info

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

RGB color model

#BCDCA2 color RGB value is (188,220,162).

  • red value is 188;
  • green value is 220;
  • blue value is 162.
RGB:
(188,220,162)
(74%,86%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 162 of 255 = 64%

188
220
162

R + G + B ~ 75%. #BCDCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 162 = 570 (100%)
R 188 of 570 ~ 32.98%
G 220 of 570 ~ 38.6%
B 162 of 570 ~ 28.42%

%32.98
%38.6
%28.42

CMYK color model

#BCDCA2 color CMYK value is (15,0,26,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 13.73%
CMYK:
(15,0,26,14)
C15M0Y26K14 
(15%,0%,26%,14%)
(0.15/0.00/0.26/0.14)	

CMYK percentages

%14.55
%0
%26.36
%13.73

Codes

Color #BCDCA2 in popluar color models

BCDCA2
RGB188220162
HSL93°45.31%74.90%
HSB/HSV93°26.36%86.27%
CMYK14.55%0.00%26.36%
13.73%

Color #BCDCA2 in popluar number systems.

HEXBCDCA2
Decimal188220162
Binary101111001101110010100010
Octal274334242

Shades and tints

Shades of #BCDCA2

#BCDCA2
(188,220,162)
#ABC894
(171,200,148)
#9AB486
(154,180,134)
#89A078
(137,160,120)
#788C6A
(120,140,106)
#67785C
(103,120,92)
#56644E
(86,100,78)
#455040
(69,80,64)
#343C32
(52,60,50)
#232824
(35,40,36)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCDCA2

#BCDCA2
(188,220,162)
#C2DFAA
(194,223,170)
#C8E2B2
(200,226,178)
#CEE5BA
(206,229,186)
#D4E8C2
(212,232,194)
#DAEBCA
(218,235,202)
#E0EED2
(224,238,210)
#E6F1DA
(230,241,218)
#ECF4E2
(236,244,226)
#F2F7EA
(242,247,234)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDCA2 color. Also use rgb(188,220,162) instead hex code.

Text Font Color

.myTextColor { color: #BCDCA2; }

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

This text font color is #BCDCA2.


Background Color

.myBgColor { background-color: #BCDCA2; }

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

This div background color is #BCDCA2.


Border color

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

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

This div border color is #BCDCA2.


Opacity

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

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

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

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

This text has shadow with #BCDCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCA2 on black background.


Color preview on white background

This text has color #BCDCA2 on white background.



Black color preview on #BCDCA2 background

This text has black color on #BCDCA2 background.


White color preview on #BCDCA2 background

This text has white color on #BCDCA2 background.