HEX: #BCC4EC
RGB: (188,196,236)
#BCC4EC contains red, green and blue colors in about the same proportion. Web safe color of #BCC4EC is #CCCCFF (or #CCF).
#BCC4EC color RGB value is (188,196,236).
RGB: (188,196,236)
(74%, 77%, 93%)
R 188 of 255 = 74%
G 196 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 81%. #BCC4EC is quite light color.
R + G + B = 188 + 196 + 236 = 620 (100%)
R 188 of 620 ~ 30.32%
G 196 of 620 ~ 31.61%
B 236 of 620 ~ 38.06'%
#BCC4EC color CMYK value is (20,17,0,7).
CMYK: (20,17,0,7)
C20M17Y0K7 (20%, 17%, 0%, 7%)
(0.20 / 0.17 / 0.00 / 0.07)
Color #BCC4EC in popluar color models
BC | C4 | EC | |
---|---|---|---|
RGB | 188 | 196 | 236 |
HSL | 230° | 55.81% | 83.14% |
HSB/HSV | 230° | 20.34% | 92.55% |
CMYK | 20.34% | 16.95% | 0.00% |
7.45% |
Color #BCC4EC in popluar number systems.
HEX | BC | C4 | EC |
Decimal | 188 | 196 | 236 |
Binary | 10111100 | 11000100 | 11101100 |
Octal | 274 | 304 | 354 |
Shades of #BCC4EC
Tints of #BCC4EC
Examples of css and html codes for elements with #BCC4EC color. Also use rgb(188,196,236) instead hex code.
.myTextColor { color: #BCC4EC; }
<p style="color:#BCC4EC">This sample text font color is #BCC4EC.</p>
This text font color is #BCC4EC.
.myBgColor { background-color: #BCC4EC; }
<div style="background-color:#BCC4EC">Inner text</div>
This div background color is #BCC4EC.
.myBorderColor { border: 1px solid #BCC4EC; }
<div style="border:3px solid #BCC4EC">Div</div>
This div border color is #BCC4EC.
.myOpacity80 { color: #BCC4EC; opacity: 0.8; }
<p style="color:#BCC4EC;opacity:0.8;">80%</p>
Text with #BCC4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC4EC;}
<p style="text-shadow: 3px 3px 1px #BCC4EC">Text here.</p>
This text has shadow with #BCC4EC color.
.textShadow {text-shadow: 3px 3px 1px #BCC4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC4EC;
-webkit-box-shadow: 1px 1px 3px 2px #BCC4EC;
box-shadow: 1px 1px 3px 2px #BCC4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC4EC; -webkit-box-shadow: 1px 1px 3px 2px #BCC4EC; box-shadow:1px 1px 3px 2px #BCC4EC;">
Div content here
</div>
This text has color #BCC4EC on black background.
This text has color #BCC4EC on white background.
This text has black color on #BCC4EC background.
This text has white color on #BCC4EC background.
Complementary color for #hex is #433B13.