COLOR #BCCDA6

HEX: #BCCDA6
RGB: (188,205,166)

Color info

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

RGB color model

#BCCDA6 color RGB value is (188,205,166).

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

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 166 of 255 = 65%

188
205
166

R + G + B ~ 73%. #BCCDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 166 = 559 (100%)
R 188 of 559 ~ 33.63%
G 205 of 559 ~ 36.67%
B 166 of 559 ~ 29.7%

%33.63
%36.67
%29.7

CMYK color model

#BCCDA6 color CMYK value is (8,0,19,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(8,0,19,20)
C8M0Y19K20 
(8%,0%,19%,20%)
(0.08/0.00/0.19/0.20)	

CMYK percentages

%8.29
%0
%19.02
%19.61

Codes

Color #BCCDA6 in popluar color models

BCCDA6
RGB188205166
HSL86°28.06%72.75%
HSB/HSV86°19.02%80.39%
CMYK8.29%0.00%19.02%
19.61%

Color #BCCDA6 in popluar number systems.

HEXBCCDA6
Decimal188205166
Binary101111001100110110100110
Octal274315246

Shades and tints

Shades of #BCCDA6

#BCCDA6
(188,205,166)
#ABBB97
(171,187,151)
#9AA988
(154,169,136)
#899779
(137,151,121)
#78856A
(120,133,106)
#67735B
(103,115,91)
#56614C
(86,97,76)
#454F3D
(69,79,61)
#343D2E
(52,61,46)
#232B1F
(35,43,31)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #BCCDA6

#BCCDA6
(188,205,166)
#C2D1AE
(194,209,174)
#C8D5B6
(200,213,182)
#CED9BE
(206,217,190)
#D4DDC6
(212,221,198)
#DAE1CE
(218,225,206)
#E0E5D6
(224,229,214)
#E6E9DE
(230,233,222)
#ECEDE6
(236,237,230)
#F2F1EE
(242,241,238)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDA6; }

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

This text font color is #BCCDA6.


Background Color

.myBgColor { background-color: #BCCDA6; }

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

This div background color is #BCCDA6.


Border color

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

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

This div border color is #BCCDA6.


Opacity

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

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

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

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

This text has shadow with #BCCDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDA6 on black background.


Color preview on white background

This text has color #BCCDA6 on white background.



Black color preview on #BCCDA6 background

This text has black color on #BCCDA6 background.


White color preview on #BCCDA6 background

This text has white color on #BCCDA6 background.