COLOR #BCDEE8

HEX: #BCDEE8
RGB: (188,222,232)

Color info

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

RGB color model

#BCDEE8 color RGB value is (188,222,232).

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

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 232 of 255 = 91%

188
222
232

R + G + B ~ 84%. #BCDEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 232 = 642 (100%)
R 188 of 642 ~ 29.28%
G 222 of 642 ~ 34.58%
B 232 of 642 ~ 36.14%

%29.28
%34.58
%36.14

CMYK color model

#BCDEE8 color CMYK value is (19,4,0,9).

  • cyan value is 18.97%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,4,0,9)
C19M4Y0K9 
(19%,4%,0%,9%)
(0.19/0.04/0.00/0.09)	

CMYK percentages

%18.97
%4.31
%0
%9.02

Codes

Color #BCDEE8 in popluar color models

BCDEE8
RGB188222232
HSL194°48.89%82.35%
HSB/HSV194°18.97%90.98%
CMYK18.97%4.31%0.00%
9.02%

Color #BCDEE8 in popluar number systems.

HEXBCDEE8
Decimal188222232
Binary101111001101111011101000
Octal274336350

Shades and tints

Shades of #BCDEE8

#BCDEE8
(188,222,232)
#ABCAD3
(171,202,211)
#9AB6BE
(154,182,190)
#89A2A9
(137,162,169)
#788E94
(120,142,148)
#677A7F
(103,122,127)
#56666A
(86,102,106)
#455255
(69,82,85)
#343E40
(52,62,64)
#232A2B
(35,42,43)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #BCDEE8

#BCDEE8
(188,222,232)
#C2E1EA
(194,225,234)
#C8E4EC
(200,228,236)
#CEE7EE
(206,231,238)
#D4EAF0
(212,234,240)
#DAEDF2
(218,237,242)
#E0F0F4
(224,240,244)
#E6F3F6
(230,243,246)
#ECF6F8
(236,246,248)
#F2F9FA
(242,249,250)
#F8FCFC
(248,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDEE8; }

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

This text font color is #BCDEE8.


Background Color

.myBgColor { background-color: #BCDEE8; }

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

This div background color is #BCDEE8.


Border color

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

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

This div border color is #BCDEE8.


Opacity

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

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

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

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

This text has shadow with #BCDEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDEE8 on black background.


Color preview on white background

This text has color #BCDEE8 on white background.



Black color preview on #BCDEE8 background

This text has black color on #BCDEE8 background.


White color preview on #BCDEE8 background

This text has white color on #BCDEE8 background.