HEX: #BCC3DD
RGB: (188,195,221)
#BCC3DD contains red, green and blue colors in about the same proportion. Web safe color of #BCC3DD is #CCCCCC (or #CCC).
#BCC3DD color RGB value is (188,195,221).
RGB: (188,195,221)
(74%, 76%, 87%)
R 188 of 255 = 74%
G 195 of 255 = 76%
B 221 of 255 = 87%
R + G + B ~ 79%. #BCC3DD is quite light color.
R + G + B = 188 + 195 + 221 = 604 (100%)
R 188 of 604 ~ 31.13%
G 195 of 604 ~ 32.28%
B 221 of 604 ~ 36.59'%
#BCC3DD color CMYK value is (15,12,0,13).
CMYK: (15,12,0,13)
C15M12Y0K13 (15%, 12%, 0%, 13%)
(0.15 / 0.12 / 0.00 / 0.13)
Color #BCC3DD in popluar color models
BC | C3 | DD | |
---|---|---|---|
RGB | 188 | 195 | 221 |
HSL | 227° | 32.67% | 80.20% |
HSB/HSV | 227° | 14.93% | 86.67% |
CMYK | 14.93% | 11.76% | 0.00% |
13.33% |
Color #BCC3DD in popluar number systems.
HEX | BC | C3 | DD |
Decimal | 188 | 195 | 221 |
Binary | 10111100 | 11000011 | 11011101 |
Octal | 274 | 303 | 335 |
Shades of #BCC3DD
Tints of #BCC3DD
Examples of css and html codes for elements with #BCC3DD color. Also use rgb(188,195,221) instead hex code.
.myTextColor { color: #BCC3DD; }
<p style="color:#BCC3DD">This sample text font color is #BCC3DD.</p>
This text font color is #BCC3DD.
.myBgColor { background-color: #BCC3DD; }
<div style="background-color:#BCC3DD">Inner text</div>
This div background color is #BCC3DD.
.myBorderColor { border: 1px solid #BCC3DD; }
<div style="border:3px solid #BCC3DD">Div</div>
This div border color is #BCC3DD.
.myOpacity80 { color: #BCC3DD; opacity: 0.8; }
<p style="color:#BCC3DD;opacity:0.8;">80%</p>
Text with #BCC3DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCC3DD;}
<p style="text-shadow: 3px 3px 1px #BCC3DD">Text here.</p>
This text has shadow with #BCC3DD color.
.textShadow {text-shadow: 3px 3px 1px #BCC3DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCC3DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCC3DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCC3DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCC3DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCC3DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCC3DD;
-webkit-box-shadow: 1px 1px 3px 2px #BCC3DD;
box-shadow: 1px 1px 3px 2px #BCC3DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCC3DD; -webkit-box-shadow: 1px 1px 3px 2px #BCC3DD; box-shadow:1px 1px 3px 2px #BCC3DD;">
Div content here
</div>
This text has color #BCC3DD on black background.
This text has color #BCC3DD on white background.
This text has black color on #BCC3DD background.
This text has white color on #BCC3DD background.
Complementary color for #hex is #433C22.