COLOR #BCD9C9

HEX: #BCD9C9
RGB: (188,217,201)

Color info

#BCD9C9 contains red, green and blue colors in about the same proportion. Web safe color of #BCD9C9 is #CCCCCC (or #CCC).

RGB color model

#BCD9C9 color RGB value is (188,217,201).

  • red value is 188;
  • green value is 217;
  • blue value is 201.
RGB:
(188,217,201)
(74%,85%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 201 of 255 = 79%

188
217
201

R + G + B ~ 79%. #BCD9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 217 + 201 = 606 (100%)
R 188 of 606 ~ 31.02%
G 217 of 606 ~ 35.81%
B 201 of 606 ~ 33.17%

%31.02
%35.81
%33.17

CMYK color model

#BCD9C9 color CMYK value is (13,0,7,15).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 14.90%
CMYK:
(13,0,7,15)
C13M0Y7K15 
(13%,0%,7%,15%)
(0.13/0.00/0.07/0.15)	

CMYK percentages

%13.36
%0
%7.37
%14.9

Codes

Color #BCD9C9 in popluar color models

BCD9C9
RGB188217201
HSL147°27.62%79.41%
HSB/HSV147°13.36%85.10%
CMYK13.36%0.00%7.37%
14.90%

Color #BCD9C9 in popluar number systems.

HEXBCD9C9
Decimal188217201
Binary101111001101100111001001
Octal274331311

Shades and tints

Shades of #BCD9C9

#BCD9C9
(188,217,201)
#ABC6B7
(171,198,183)
#9AB3A5
(154,179,165)
#89A093
(137,160,147)
#788D81
(120,141,129)
#677A6F
(103,122,111)
#56675D
(86,103,93)
#45544B
(69,84,75)
#344139
(52,65,57)
#232E27
(35,46,39)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #BCD9C9

#BCD9C9
(188,217,201)
#C2DCCD
(194,220,205)
#C8DFD1
(200,223,209)
#CEE2D5
(206,226,213)
#D4E5D9
(212,229,217)
#DAE8DD
(218,232,221)
#E0EBE1
(224,235,225)
#E6EEE5
(230,238,229)
#ECF1E9
(236,241,233)
#F2F4ED
(242,244,237)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9C9 color. Also use rgb(188,217,201) instead hex code.

Text Font Color

.myTextColor { color: #BCD9C9; }

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

This text font color is #BCD9C9.


Background Color

.myBgColor { background-color: #BCD9C9; }

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

This div background color is #BCD9C9.


Border color

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

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

This div border color is #BCD9C9.


Opacity

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

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

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

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

This text has shadow with #BCD9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9C9 on black background.


Color preview on white background

This text has color #BCD9C9 on white background.



Black color preview on #BCD9C9 background

This text has black color on #BCD9C9 background.


White color preview on #BCD9C9 background

This text has white color on #BCD9C9 background.