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