COLOR #BCD8EC

HEX: #BCD8EC RGB: (188,216,236)

Color info

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

RGB color model

#BCD8EC color RGB value is (188,216,236).

RGB: (188,216,236) (74%, 85%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 236 of 255 = 93%

188
216
236

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

Portions of RGB colors in percentages

R + G + B = 188 + 216 + 236 = 640 (100%)
R 188 of 640 ~ 29.38%
G 216 of 640 ~ 33.75%
B 236 of 640 ~ 36.88'%

%29.38
%33.75
%36.88

CMYK color model

#BCD8EC color CMYK value is (20,8,0,7).

  • cyan value is 20.34%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (20,8,0,7)
C20M8Y0K7 (20%, 8%, 0%, 7%)
(0.20 / 0.08 / 0.00 / 0.07)

CMYK percentages

%20.34
%8.47
%0
%7.45

Codes

Color #BCD8EC in popluar color models

BC D8 EC
RGB 188 216 236
HSL 205° 55.81% 83.14%
HSB/HSV 205° 20.34% 92.55%
CMYK 20.34% 8.47% 0.00%
7.45%

Color #BCD8EC in popluar number systems.

HEX BC D8 EC
Decimal 188 216 236
Binary 10111100 11011000 11101100
Octal 274 330 354

Shades and tints

Shades of #BCD8EC

#BCD8EC
(188,216,236)
#ABC5D7
(171,197,215)
#9AB2C2
(154,178,194)
#899FAD
(137,159,173)
#788C98
(120,140,152)
#677983
(103,121,131)
#56666E
(86,102,110)
#455359
(69,83,89)
#344044
(52,64,68)
#232D2F
(35,45,47)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCD8EC

#BCD8EC
(188,216,236)
#C2DBED
(194,219,237)
#C8DEEE
(200,222,238)
#CEE1EF
(206,225,239)
#D4E4F0
(212,228,240)
#DAE7F1
(218,231,241)
#E0EAF2
(224,234,242)
#E6EDF3
(230,237,243)
#ECF0F4
(236,240,244)
#F2F3F5
(242,243,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD8EC color. Also use rgb(188,216,236) instead hex code.

Text Font Color

.myTextColor { color: #BCD8EC; }

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

This text font color is #BCD8EC.

Background Color

.myBgColor { background-color: #BCD8EC; }

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

This div background color is #BCD8EC.

Border color

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

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

This div border color is #BCD8EC.

Opacity

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

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

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

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

This text has shadow with #BCD8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD8EC.

Preview

Color preview on black background

This text has color #BCD8EC on black background.


Color preview on white background

This text has color #BCD8EC on white background.


Black color preview on #BCD8EC background

This text has black color on #BCD8EC background.


White color preview on #BCD8EC background

This text has white color on #BCD8EC background.


Related colors

Complementary color

Complementary color for #hex is #432713.


I love getcolorcode.com

Triadic colors

1 #ECBCD8 and #D8ECBC with #BCD8EC are triadic colors.

2 #ECD8BC and #D8BCEC with #BCD8EC are triadic colors.