COLOR #BCCDA0

HEX: #BCCDA0
RGB: (188,205,160)

Color info

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

RGB color model

#BCCDA0 color RGB value is (188,205,160).

  • red value is 188;
  • green value is 205;
  • blue value is 160.
RGB:
(188,205,160)
(74%,80%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 160 of 255 = 63%

188
205
160

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

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 160 = 553 (100%)
R 188 of 553 ~ 34%
G 205 of 553 ~ 37.07%
B 160 of 553 ~ 28.93%

%34
%37.07
%28.93

CMYK color model

#BCCDA0 color CMYK value is (8,0,22,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 19.61%
CMYK:
(8,0,22,20)
C8M0Y22K20 
(8%,0%,22%,20%)
(0.08/0.00/0.22/0.20)	

CMYK percentages

%8.29
%0
%21.95
%19.61

Codes

Color #BCCDA0 in popluar color models

BCCDA0
RGB188205160
HSL83°31.03%71.57%
HSB/HSV83°21.95%80.39%
CMYK8.29%0.00%21.95%
19.61%

Color #BCCDA0 in popluar number systems.

HEXBCCDA0
Decimal188205160
Binary101111001100110110100000
Octal274315240

Shades and tints

Shades of #BCCDA0

#BCCDA0
(188,205,160)
#ABBB92
(171,187,146)
#9AA984
(154,169,132)
#899776
(137,151,118)
#788568
(120,133,104)
#67735A
(103,115,90)
#56614C
(86,97,76)
#454F3E
(69,79,62)
#343D30
(52,61,48)
#232B22
(35,43,34)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #BCCDA0

#BCCDA0
(188,205,160)
#C2D1A8
(194,209,168)
#C8D5B0
(200,213,176)
#CED9B8
(206,217,184)
#D4DDC0
(212,221,192)
#DAE1C8
(218,225,200)
#E0E5D0
(224,229,208)
#E6E9D8
(230,233,216)
#ECEDE0
(236,237,224)
#F2F1E8
(242,241,232)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCDA0 color. Also use rgb(188,205,160) instead hex code.

Text Font Color

.myTextColor { color: #BCCDA0; }

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

This text font color is #BCCDA0.


Background Color

.myBgColor { background-color: #BCCDA0; }

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

This div background color is #BCCDA0.


Border color

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

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

This div border color is #BCCDA0.


Opacity

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

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

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

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

This text has shadow with #BCCDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDA0 on black background.


Color preview on white background

This text has color #BCCDA0 on white background.



Black color preview on #BCCDA0 background

This text has black color on #BCCDA0 background.


White color preview on #BCCDA0 background

This text has white color on #BCCDA0 background.