COLOR #BCD4EC

HEX: #BCD4EC
RGB: (188,212,236)

Color info

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

RGB color model

#BCD4EC color RGB value is (188,212,236).

  • red value is 188;
  • green value is 212;
  • blue value is 236.
RGB:
(188,212,236)
(74%,83%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 212 of 255 = 83%
B 236 of 255 = 93%

188
212
236

R + G + B ~ 83%. #BCD4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 212 + 236 = 636 (100%)
R 188 of 636 ~ 29.56%
G 212 of 636 ~ 33.33%
B 236 of 636 ~ 37.11%

%29.56
%33.33
%37.11

CMYK color model

#BCD4EC color CMYK value is (20,10,0,7).

  • cyan value is 20.34%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,10,0,7)
C20M10Y0K7 
(20%,10%,0%,7%)
(0.20/0.10/0.00/0.07)	

CMYK percentages

%20.34
%10.17
%0
%7.45

Codes

Color #BCD4EC in popluar color models

BCD4EC
RGB188212236
HSL210°55.81%83.14%
HSB/HSV210°20.34%92.55%
CMYK20.34%10.17%0.00%
7.45%

Color #BCD4EC in popluar number systems.

HEXBCD4EC
Decimal188212236
Binary101111001101010011101100
Octal274324354

Shades and tints

Shades of #BCD4EC

#BCD4EC
(188,212,236)
#ABC1D7
(171,193,215)
#9AAEC2
(154,174,194)
#899BAD
(137,155,173)
#788898
(120,136,152)
#677583
(103,117,131)
#56626E
(86,98,110)
#454F59
(69,79,89)
#343C44
(52,60,68)
#23292F
(35,41,47)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #BCD4EC

#BCD4EC
(188,212,236)
#C2D7ED
(194,215,237)
#C8DAEE
(200,218,238)
#CEDDEF
(206,221,239)
#D4E0F0
(212,224,240)
#DAE3F1
(218,227,241)
#E0E6F2
(224,230,242)
#E6E9F3
(230,233,243)
#ECECF4
(236,236,244)
#F2EFF5
(242,239,245)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD4EC; }

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

This text font color is #BCD4EC.


Background Color

.myBgColor { background-color: #BCD4EC; }

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

This div background color is #BCD4EC.


Border color

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

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

This div border color is #BCD4EC.


Opacity

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

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

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

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

This text has shadow with #BCD4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD4EC on black background.


Color preview on white background

This text has color #BCD4EC on white background.



Black color preview on #BCD4EC background

This text has black color on #BCD4EC background.


White color preview on #BCD4EC background

This text has white color on #BCD4EC background.