COLOR #BCD1E8

HEX: #BCD1E8
RGB: (188,209,232)

Color info

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

RGB color model

#BCD1E8 color RGB value is (188,209,232).

  • red value is 188;
  • green value is 209;
  • blue value is 232.
RGB:
(188,209,232)
(74%,82%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 232 of 255 = 91%

188
209
232

R + G + B ~ 82%. #BCD1E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 232 = 629 (100%)
R 188 of 629 ~ 29.89%
G 209 of 629 ~ 33.23%
B 232 of 629 ~ 36.88%

%29.89
%33.23
%36.88

CMYK color model

#BCD1E8 color CMYK value is (19,10,0,9).

  • cyan value is 18.97%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,10,0,9)
C19M10Y0K9 
(19%,10%,0%,9%)
(0.19/0.10/0.00/0.09)	

CMYK percentages

%18.97
%9.91
%0
%9.02

Codes

Color #BCD1E8 in popluar color models

BCD1E8
RGB188209232
HSL211°48.89%82.35%
HSB/HSV211°18.97%90.98%
CMYK18.97%9.91%0.00%
9.02%

Color #BCD1E8 in popluar number systems.

HEXBCD1E8
Decimal188209232
Binary101111001101000111101000
Octal274321350

Shades and tints

Shades of #BCD1E8

#BCD1E8
(188,209,232)
#ABBED3
(171,190,211)
#9AABBE
(154,171,190)
#8998A9
(137,152,169)
#788594
(120,133,148)
#67727F
(103,114,127)
#565F6A
(86,95,106)
#454C55
(69,76,85)
#343940
(52,57,64)
#23262B
(35,38,43)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCD1E8

#BCD1E8
(188,209,232)
#C2D5EA
(194,213,234)
#C8D9EC
(200,217,236)
#CEDDEE
(206,221,238)
#D4E1F0
(212,225,240)
#DAE5F2
(218,229,242)
#E0E9F4
(224,233,244)
#E6EDF6
(230,237,246)
#ECF1F8
(236,241,248)
#F2F5FA
(242,245,250)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD1E8 color. Also use rgb(188,209,232) instead hex code.

Text Font Color

.myTextColor { color: #BCD1E8; }

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

This text font color is #BCD1E8.


Background Color

.myBgColor { background-color: #BCD1E8; }

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

This div background color is #BCD1E8.


Border color

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

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

This div border color is #BCD1E8.


Opacity

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

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

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

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

This text has shadow with #BCD1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1E8 on black background.


Color preview on white background

This text has color #BCD1E8 on white background.



Black color preview on #BCD1E8 background

This text has black color on #BCD1E8 background.


White color preview on #BCD1E8 background

This text has white color on #BCD1E8 background.