COLOR #BCD3C9

HEX: #BCD3C9
RGB: (188,211,201)

Color info

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

RGB color model

#BCD3C9 color RGB value is (188,211,201).

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

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 201 of 255 = 79%

188
211
201

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

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 201 = 600 (100%)
R 188 of 600 ~ 31.33%
G 211 of 600 ~ 35.17%
B 201 of 600 ~ 33.5%

%31.33
%35.17
%33.5

CMYK color model

#BCD3C9 color CMYK value is (11,0,5,17).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 17.25%
CMYK:
(11,0,5,17)
C11M0Y5K17 
(11%,0%,5%,17%)
(0.11/0.00/0.05/0.17)	

CMYK percentages

%10.9
%0
%4.74
%17.25

Codes

Color #BCD3C9 in popluar color models

BCD3C9
RGB188211201
HSL154°20.72%78.24%
HSB/HSV154°10.90%82.75%
CMYK10.90%0.00%4.74%
17.25%

Color #BCD3C9 in popluar number systems.

HEXBCD3C9
Decimal188211201
Binary101111001101001111001001
Octal274323311

Shades and tints

Shades of #BCD3C9

#BCD3C9
(188,211,201)
#ABC0B7
(171,192,183)
#9AADA5
(154,173,165)
#899A93
(137,154,147)
#788781
(120,135,129)
#67746F
(103,116,111)
#56615D
(86,97,93)
#454E4B
(69,78,75)
#343B39
(52,59,57)
#232827
(35,40,39)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCD3C9

#BCD3C9
(188,211,201)
#C2D7CD
(194,215,205)
#C8DBD1
(200,219,209)
#CEDFD5
(206,223,213)
#D4E3D9
(212,227,217)
#DAE7DD
(218,231,221)
#E0EBE1
(224,235,225)
#E6EFE5
(230,239,229)
#ECF3E9
(236,243,233)
#F2F7ED
(242,247,237)
#F8FBF1
(248,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD3C9; }

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

This text font color is #BCD3C9.


Background Color

.myBgColor { background-color: #BCD3C9; }

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

This div background color is #BCD3C9.


Border color

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

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

This div border color is #BCD3C9.


Opacity

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

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

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

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

This text has shadow with #BCD3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD3C9 on black background.


Color preview on white background

This text has color #BCD3C9 on white background.



Black color preview on #BCD3C9 background

This text has black color on #BCD3C9 background.


White color preview on #BCD3C9 background

This text has white color on #BCD3C9 background.