COLOR #BCC8DD

HEX: #BCC8DD
RGB: (188,200,221)

Color info

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

RGB color model

#BCC8DD color RGB value is (188,200,221).

  • red value is 188;
  • green value is 200;
  • blue value is 221.
RGB:
(188,200,221)
(74%,78%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 221 of 255 = 87%

188
200
221

R + G + B ~ 80%. #BCC8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 221 = 609 (100%)
R 188 of 609 ~ 30.87%
G 200 of 609 ~ 32.84%
B 221 of 609 ~ 36.29%

%30.87
%32.84
%36.29

CMYK color model

#BCC8DD color CMYK value is (15,10,0,13).

  • cyan value is 14.93%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,10,0,13)
C15M10Y0K13 
(15%,10%,0%,13%)
(0.15/0.10/0.00/0.13)	

CMYK percentages

%14.93
%9.5
%0
%13.33

Codes

Color #BCC8DD in popluar color models

BCC8DD
RGB188200221
HSL218°32.67%80.20%
HSB/HSV218°14.93%86.67%
CMYK14.93%9.50%0.00%
13.33%

Color #BCC8DD in popluar number systems.

HEXBCC8DD
Decimal188200221
Binary101111001100100011011101
Octal274310335

Shades and tints

Shades of #BCC8DD

#BCC8DD
(188,200,221)
#ABB6C9
(171,182,201)
#9AA4B5
(154,164,181)
#8992A1
(137,146,161)
#78808D
(120,128,141)
#676E79
(103,110,121)
#565C65
(86,92,101)
#454A51
(69,74,81)
#34383D
(52,56,61)
#232629
(35,38,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCC8DD

#BCC8DD
(188,200,221)
#C2CDE0
(194,205,224)
#C8D2E3
(200,210,227)
#CED7E6
(206,215,230)
#D4DCE9
(212,220,233)
#DAE1EC
(218,225,236)
#E0E6EF
(224,230,239)
#E6EBF2
(230,235,242)
#ECF0F5
(236,240,245)
#F2F5F8
(242,245,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC8DD color. Also use rgb(188,200,221) instead hex code.

Text Font Color

.myTextColor { color: #BCC8DD; }

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

This text font color is #BCC8DD.


Background Color

.myBgColor { background-color: #BCC8DD; }

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

This div background color is #BCC8DD.


Border color

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

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

This div border color is #BCC8DD.


Opacity

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

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

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

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

This text has shadow with #BCC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8DD on black background.


Color preview on white background

This text has color #BCC8DD on white background.



Black color preview on #BCC8DD background

This text has black color on #BCC8DD background.


White color preview on #BCC8DD background

This text has white color on #BCC8DD background.