HEX: #BCC6EF
RGB: (188,198,239)
#BCC6EF contains red, green and blue colors in about the same proportion. Web safe color of #BCC6EF is #CCCCFF (or #CCF).
#BCC6EF color RGB value is (188,198,239).
RGB: (188,198,239)
(74%, 78%, 94%)
R 188 of 255 = 74%
G 198 of 255 = 78%
B 239 of 255 = 94%
R + G + B ~ 82%. #BCC6EF is quite light color.
R + G + B = 188 + 198 + 239 = 625 (100%)
R 188 of 625 ~ 30.08%
G 198 of 625 ~ 31.68%
B 239 of 625 ~ 38.24'%
#BCC6EF color CMYK value is (21,17,0,6).
CMYK: (21,17,0,6)
C21M17Y0K6 (21%, 17%, 0%, 6%)
(0.21 / 0.17 / 0.00 / 0.06)
Color #BCC6EF in popluar color models
BC | C6 | EF | |
---|---|---|---|
RGB | 188 | 198 | 239 |
HSL | 228° | 61.45% | 83.73% |
HSB/HSV | 228° | 21.34% | 93.73% |
CMYK | 21.34% | 17.15% | 0.00% |
6.27% |
Color #BCC6EF in popluar number systems.
HEX | BC | C6 | EF |
Decimal | 188 | 198 | 239 |
Binary | 10111100 | 11000110 | 11101111 |
Octal | 274 | 306 | 357 |
Shades of #BCC6EF
Tints of #BCC6EF
Examples of css and html codes for elements with #BCC6EF color. Also use rgb(188,198,239) instead hex code.
.myTextColor { color: #BCC6EF; }
<p style="color:#BCC6EF">This sample text font color is #BCC6EF.</p>
This text font color is #BCC6EF.
.myBgColor { background-color: #BCC6EF; }
<div style="background-color:#BCC6EF">Inner text</div>
This div background color is #BCC6EF.
.myBorderColor { border: 1px solid #BCC6EF; }
<div style="border:3px solid #BCC6EF">Div</div>
This div border color is #BCC6EF.
.myOpacity80 { color: #BCC6EF; opacity: 0.8; }
<p style="color:#BCC6EF;opacity:0.8;">80%</p>
Text with #BCC6EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC6EF;}
<p style="text-shadow: 3px 3px 1px #BCC6EF">Text here.</p>
This text has shadow with #BCC6EF color.
.textShadow {text-shadow: 3px 3px 1px #BCC6EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC6EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC6EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC6EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC6EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC6EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC6EF;
-webkit-box-shadow: 1px 1px 3px 2px #BCC6EF;
box-shadow: 1px 1px 3px 2px #BCC6EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC6EF; -webkit-box-shadow: 1px 1px 3px 2px #BCC6EF; box-shadow:1px 1px 3px 2px #BCC6EF;">
Div content here
</div>
This text has color #BCC6EF on black background.
This text has color #BCC6EF on white background.
This text has black color on #BCC6EF background.
This text has white color on #BCC6EF background.
Complementary color for #hex is #433910.