COLOR #BCDAEC

HEX: #BCDAEC RGB: (188,218,236)

Color info

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

RGB color model

#BCDAEC color RGB value is (188,218,236).

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

RGB channels and saturation

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

188
218
236

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

Portions of RGB colors in percentages

R + G + B = 188 + 218 + 236 = 642 (100%)
R 188 of 642 ~ 29.28%
G 218 of 642 ~ 33.96%
B 236 of 642 ~ 36.76'%

%29.28
%33.96
%36.76

CMYK color model

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

  • cyan value is 20.34%
  • magenta value is 7.63%
  • 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
%7.63
%0
%7.45

Codes

Color #BCDAEC in popluar color models

BC DA EC
RGB 188 218 236
HSL 203° 55.81% 83.14%
HSB/HSV 203° 20.34% 92.55%
CMYK 20.34% 7.63% 0.00%
7.45%

Color #BCDAEC in popluar number systems.

HEX BC DA EC
Decimal 188 218 236
Binary 10111100 11011010 11101100
Octal 274 332 354

Shades and tints

Shades of #BCDAEC

#BCDAEC
(188,218,236)
#ABC7D7
(171,199,215)
#9AB4C2
(154,180,194)
#89A1AD
(137,161,173)
#788E98
(120,142,152)
#677B83
(103,123,131)
#56686E
(86,104,110)
#455559
(69,85,89)
#344244
(52,66,68)
#232F2F
(35,47,47)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #BCDAEC

#BCDAEC
(188,218,236)
#C2DDED
(194,221,237)
#C8E0EE
(200,224,238)
#CEE3EF
(206,227,239)
#D4E6F0
(212,230,240)
#DAE9F1
(218,233,241)
#E0ECF2
(224,236,242)
#E6EFF3
(230,239,243)
#ECF2F4
(236,242,244)
#F2F5F5
(242,245,245)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDAEC; }

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

This text font color is #BCDAEC.

Background Color

.myBgColor { background-color: #BCDAEC; }

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

This div background color is #BCDAEC.

Border color

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

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

This div border color is #BCDAEC.

Opacity

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

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

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

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

This text has shadow with #BCDAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDAEC.

Preview

Color preview on black background

This text has color #BCDAEC on black background.


Color preview on white background

This text has color #BCDAEC on white background.


Black color preview on #BCDAEC background

This text has black color on #BCDAEC background.


White color preview on #BCDAEC background

This text has white color on #BCDAEC background.


Related colors

Complementary color

Complementary color for #hex is #432513.


I love getcolorcode.com

Triadic colors

1 #ECBCDA and #DAECBC with #BCDAEC are triadic colors.

2 #ECDABC and #DABCEC with #BCDAEC are triadic colors.