COLOR #BCC7D4

HEX: #BCC7D4
RGB: (188,199,212)

Color info

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

RGB color model

#BCC7D4 color RGB value is (188,199,212).

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

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 212 of 255 = 83%

188
199
212

R + G + B ~ 78%. #BCC7D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 212 = 599 (100%)
R 188 of 599 ~ 31.39%
G 199 of 599 ~ 33.22%
B 212 of 599 ~ 35.39%

%31.39
%33.22
%35.39

CMYK color model

#BCC7D4 color CMYK value is (11,6,0,17).

  • cyan value is 11.32%
  • magenta value is 6.13%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,6,0,17)
C11M6Y0K17 
(11%,6%,0%,17%)
(0.11/0.06/0.00/0.17)	

CMYK percentages

%11.32
%6.13
%0
%16.86

Codes

Color #BCC7D4 in popluar color models

BCC7D4
RGB188199212
HSL213°21.82%78.43%
HSB/HSV213°11.32%83.14%
CMYK11.32%6.13%0.00%
16.86%

Color #BCC7D4 in popluar number systems.

HEXBCC7D4
Decimal188199212
Binary101111001100011111010100
Octal274307324

Shades and tints

Shades of #BCC7D4

#BCC7D4
(188,199,212)
#ABB5C1
(171,181,193)
#9AA3AE
(154,163,174)
#89919B
(137,145,155)
#787F88
(120,127,136)
#676D75
(103,109,117)
#565B62
(86,91,98)
#45494F
(69,73,79)
#34373C
(52,55,60)
#232529
(35,37,41)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCC7D4

#BCC7D4
(188,199,212)
#C2CCD7
(194,204,215)
#C8D1DA
(200,209,218)
#CED6DD
(206,214,221)
#D4DBE0
(212,219,224)
#DAE0E3
(218,224,227)
#E0E5E6
(224,229,230)
#E6EAE9
(230,234,233)
#ECEFEC
(236,239,236)
#F2F4EF
(242,244,239)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7D4; }

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

This text font color is #BCC7D4.


Background Color

.myBgColor { background-color: #BCC7D4; }

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

This div background color is #BCC7D4.


Border color

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

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

This div border color is #BCC7D4.


Opacity

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

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

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

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

This text has shadow with #BCC7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7D4 on black background.


Color preview on white background

This text has color #BCC7D4 on white background.



Black color preview on #BCC7D4 background

This text has black color on #BCC7D4 background.


White color preview on #BCC7D4 background

This text has white color on #BCC7D4 background.