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