HEX: #BCCCFA
RGB: (188,204,250)
#BCCCFA contains mainly green and blue colors. Web safe color of #BCCCFA is #CCCCFF (or #CCF).
#BCCCFA color RGB value is (188,204,250).
RGB: (188,204,250)
(74%, 80%, 98%)
R 188 of 255 = 74%
G 204 of 255 = 80%
B 250 of 255 = 98%
R + G + B ~ 84%. #BCCCFA is quite light color.
R + G + B = 188 + 204 + 250 = 642 (100%)
R 188 of 642 ~ 29.28%
G 204 of 642 ~ 31.78%
B 250 of 642 ~ 38.94'%
#BCCCFA color CMYK value is (25,18,0,2).
CMYK: (25,18,0,2)
C25M18Y0K2 (25%, 18%, 0%, 2%)
(0.25 / 0.18 / 0.00 / 0.02)
Color #BCCCFA in popluar color models
BC | CC | FA | |
---|---|---|---|
RGB | 188 | 204 | 250 |
HSL | 225° | 86.11% | 85.88% |
HSB/HSV | 225° | 24.80% | 98.04% |
CMYK | 24.80% | 18.40% | 0.00% |
1.96% |
Color #BCCCFA in popluar number systems.
HEX | BC | CC | FA |
Decimal | 188 | 204 | 250 |
Binary | 10111100 | 11001100 | 11111010 |
Octal | 274 | 314 | 372 |
Shades of #BCCCFA
Tints of #BCCCFA
Examples of css and html codes for elements with #BCCCFA color. Also use rgb(188,204,250) instead hex code.
.myTextColor { color: #BCCCFA; }
<p style="color:#BCCCFA">This sample text font color is #BCCCFA.</p>
This text font color is #BCCCFA.
.myBgColor { background-color: #BCCCFA; }
<div style="background-color:#BCCCFA">Inner text</div>
This div background color is #BCCCFA.
.myBorderColor { border: 1px solid #BCCCFA; }
<div style="border:3px solid #BCCCFA">Div</div>
This div border color is #BCCCFA.
.myOpacity80 { color: #BCCCFA; opacity: 0.8; }
<p style="color:#BCCCFA;opacity:0.8;">80%</p>
Text with #BCCCFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCCFA;}
<p style="text-shadow: 3px 3px 1px #BCCCFA">Text here.</p>
This text has shadow with #BCCCFA color.
.textShadow {text-shadow: 3px 3px 1px #BCCCFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCCFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCCCFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCCFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCCFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCCFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCCCFA;
-webkit-box-shadow: 1px 1px 3px 2px #BCCCFA;
box-shadow: 1px 1px 3px 2px #BCCCFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCCCFA; -webkit-box-shadow: 1px 1px 3px 2px #BCCCFA; box-shadow:1px 1px 3px 2px #BCCCFA;">
Div content here
</div>
This text has color #BCCCFA on black background.
This text has color #BCCCFA on white background.
This text has black color on #BCCCFA background.
This text has white color on #BCCCFA background.
Complementary color for #hex is #433305.