COLOR #BCC8E3

HEX: #BCC8E3
RGB: (188,200,227)

Color info

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

RGB color model

#BCC8E3 color RGB value is (188,200,227).

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

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 227 of 255 = 89%

188
200
227

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 227 = 615 (100%)
R 188 of 615 ~ 30.57%
G 200 of 615 ~ 32.52%
B 227 of 615 ~ 36.91%

%30.57
%32.52
%36.91

CMYK color model

#BCC8E3 color CMYK value is (17,12,0,11).

  • cyan value is 17.18%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,12,0,11)
C17M12Y0K11 
(17%,12%,0%,11%)
(0.17/0.12/0.00/0.11)	

CMYK percentages

%17.18
%11.89
%0
%10.98

Codes

Color #BCC8E3 in popluar color models

BCC8E3
RGB188200227
HSL222°41.05%81.37%
HSB/HSV222°17.18%89.02%
CMYK17.18%11.89%0.00%
10.98%

Color #BCC8E3 in popluar number systems.

HEXBCC8E3
Decimal188200227
Binary101111001100100011100011
Octal274310343

Shades and tints

Shades of #BCC8E3

#BCC8E3
(188,200,227)
#ABB6CF
(171,182,207)
#9AA4BB
(154,164,187)
#8992A7
(137,146,167)
#788093
(120,128,147)
#676E7F
(103,110,127)
#565C6B
(86,92,107)
#454A57
(69,74,87)
#343843
(52,56,67)
#23262F
(35,38,47)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #BCC8E3

#BCC8E3
(188,200,227)
#C2CDE5
(194,205,229)
#C8D2E7
(200,210,231)
#CED7E9
(206,215,233)
#D4DCEB
(212,220,235)
#DAE1ED
(218,225,237)
#E0E6EF
(224,230,239)
#E6EBF1
(230,235,241)
#ECF0F3
(236,240,243)
#F2F5F5
(242,245,245)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8E3; }

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

This text font color is #BCC8E3.


Background Color

.myBgColor { background-color: #BCC8E3; }

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

This div background color is #BCC8E3.


Border color

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

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

This div border color is #BCC8E3.


Opacity

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

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

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

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

This text has shadow with #BCC8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8E3 on black background.


Color preview on white background

This text has color #BCC8E3 on white background.



Black color preview on #BCC8E3 background

This text has black color on #BCC8E3 background.


White color preview on #BCC8E3 background

This text has white color on #BCC8E3 background.