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