COLOR #BCC8E7

HEX: #BCC8E7
RGB: (188,200,231)

Color info

#BCC8E7 contains red, green and blue colors in about the same proportion. Web safe color of #BCC8E7 is #CCCCFF (or #CCF).

RGB color model

#BCC8E7 color RGB value is (188,200,231).

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

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 231 of 255 = 91%

188
200
231

R + G + B ~ 81%. #BCC8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 231 = 619 (100%)
R 188 of 619 ~ 30.37%
G 200 of 619 ~ 32.31%
B 231 of 619 ~ 37.32%

%30.37
%32.31
%37.32

CMYK color model

#BCC8E7 color CMYK value is (19,13,0,9).

  • cyan value is 18.61%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,13,0,9)
C19M13Y0K9 
(19%,13%,0%,9%)
(0.19/0.13/0.00/0.09)	

CMYK percentages

%18.61
%13.42
%0
%9.41

Codes

Color #BCC8E7 in popluar color models

BCC8E7
RGB188200231
HSL223°47.25%82.16%
HSB/HSV223°18.61%90.59%
CMYK18.61%13.42%0.00%
9.41%

Color #BCC8E7 in popluar number systems.

HEXBCC8E7
Decimal188200231
Binary101111001100100011100111
Octal274310347

Shades and tints

Shades of #BCC8E7

#BCC8E7
(188,200,231)
#ABB6D2
(171,182,210)
#9AA4BD
(154,164,189)
#8992A8
(137,146,168)
#788093
(120,128,147)
#676E7E
(103,110,126)
#565C69
(86,92,105)
#454A54
(69,74,84)
#34383F
(52,56,63)
#23262A
(35,38,42)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCC8E7

#BCC8E7
(188,200,231)
#C2CDE9
(194,205,233)
#C8D2EB
(200,210,235)
#CED7ED
(206,215,237)
#D4DCEF
(212,220,239)
#DAE1F1
(218,225,241)
#E0E6F3
(224,230,243)
#E6EBF5
(230,235,245)
#ECF0F7
(236,240,247)
#F2F5F9
(242,245,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8E7; }

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

This text font color is #BCC8E7.


Background Color

.myBgColor { background-color: #BCC8E7; }

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

This div background color is #BCC8E7.


Border color

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

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

This div border color is #BCC8E7.


Opacity

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

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

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

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

This text has shadow with #BCC8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8E7 on black background.


Color preview on white background

This text has color #BCC8E7 on white background.



Black color preview on #BCC8E7 background

This text has black color on #BCC8E7 background.


White color preview on #BCC8E7 background

This text has white color on #BCC8E7 background.