COLOR #BCC9D4

HEX: #BCC9D4
RGB: (188,201,212)

Color info

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

RGB color model

#BCC9D4 color RGB value is (188,201,212).

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

RGB channels and saturation

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

188
201
212

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

Portions of RGB colors in percentages

R + G + B =
188 + 201 + 212 = 601 (100%)
R 188 of 601 ~ 31.28%
G 201 of 601 ~ 33.44%
B 212 of 601 ~ 35.27%

%31.28
%33.44
%35.27

CMYK color model

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

  • cyan value is 11.32%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,5,0,17)
C11M5Y0K17 
(11%,5%,0%,17%)
(0.11/0.05/0.00/0.17)	

CMYK percentages

%11.32
%5.19
%0
%16.86

Codes

Color #BCC9D4 in popluar color models

BCC9D4
RGB188201212
HSL208°21.82%78.43%
HSB/HSV208°11.32%83.14%
CMYK11.32%5.19%0.00%
16.86%

Color #BCC9D4 in popluar number systems.

HEXBCC9D4
Decimal188201212
Binary101111001100100111010100
Octal274311324

Shades and tints

Shades of #BCC9D4

#BCC9D4
(188,201,212)
#ABB7C1
(171,183,193)
#9AA5AE
(154,165,174)
#89939B
(137,147,155)
#788188
(120,129,136)
#676F75
(103,111,117)
#565D62
(86,93,98)
#454B4F
(69,75,79)
#34393C
(52,57,60)
#232729
(35,39,41)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCC9D4

#BCC9D4
(188,201,212)
#C2CDD7
(194,205,215)
#C8D1DA
(200,209,218)
#CED5DD
(206,213,221)
#D4D9E0
(212,217,224)
#DADDE3
(218,221,227)
#E0E1E6
(224,225,230)
#E6E5E9
(230,229,233)
#ECE9EC
(236,233,236)
#F2EDEF
(242,237,239)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC9D4; }

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

This text font color is #BCC9D4.


Background Color

.myBgColor { background-color: #BCC9D4; }

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

This div background color is #BCC9D4.


Border color

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

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

This div border color is #BCC9D4.


Opacity

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

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

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

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

This text has shadow with #BCC9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9D4 on black background.


Color preview on white background

This text has color #BCC9D4 on white background.



Black color preview on #BCC9D4 background

This text has black color on #BCC9D4 background.


White color preview on #BCC9D4 background

This text has white color on #BCC9D4 background.