HEX: #BCD8EC
RGB: (188,216,236)
#BCD8EC contains red, green and blue colors in about the same proportion. Web safe color of #BCD8EC is #CCCCFF (or #CCF).
#BCD8EC color RGB value is (188,216,236).
RGB: (188,216,236)
(74%, 85%, 93%)
R 188 of 255 = 74%
G 216 of 255 = 85%
B 236 of 255 = 93%
R + G + B ~ 84%. #BCD8EC is quite light color.
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'%
#BCD8EC color CMYK value is (20,8,0,7).
CMYK: (20,8,0,7)
C20M8Y0K7 (20%, 8%, 0%, 7%)
(0.20 / 0.08 / 0.00 / 0.07)
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 of #BCD8EC
Tints of #BCD8EC
Examples of css and html codes for elements with #BCD8EC color. Also use rgb(188,216,236) instead hex code.
.myTextColor { color: #BCD8EC; }
<p style="color:#BCD8EC">This sample text font color is #BCD8EC.</p>
This text font color is #BCD8EC.
.myBgColor { background-color: #BCD8EC; }
<div style="background-color:#BCD8EC">Inner text</div>
This div background color is #BCD8EC.
.myBorderColor { border: 1px solid #BCD8EC; }
<div style="border:3px solid #BCD8EC">Div</div>
This div border color is #BCD8EC.
.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%.
.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.
/* 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 text has color #BCD8EC on black background.
This text has color #BCD8EC on white background.
This text has black color on #BCD8EC background.
This text has white color on #BCD8EC background.
Complementary color for #hex is #432713.