Shades of Powder Blue #BCD9DD
Tints of Powder Blue #BCD9DD
RGB
CMYK
RGB Variations
Color information
#BCD9DD (or 0xBCD9DD) is known color: Powder Blue. HEX triplet: BC, D9 and DD. RGB value is (188,217,221). Sum of RGB (Red+Green+Blue) = 188+217+221=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DD is #432622. Grayscale: #D0D0D0. Windows color (decimal): -4400675 or 14539196. OLE color: 14539196.
HSL color Cylindrical-coordinate representation of color #BCD9DD: hue angle of 187.27º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD9DD is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 217 | 221 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 187.27º | 0.33% | 0.8% | - |
| HSV(B) | 187.27º | 0.15% | 0.87% | - |
| XYZ | 58.6 | 65.54 | 77.97 | - |
| YUV | 208.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 221 | 0.15 | 0.02 | 0 | 0.13 | 187.27 | 0.33 | 0.8 |
| Hex | BC | D9 | DD | F | 2 | 0 | D | BB | 21 | 50 |
| Octal | 274 | 331 | 335 | 17 | 2 | 0 | 15 | 273 | 41 | 120 |
| Binary | 10111100 | 11011001 | 11011101 | 1111 | 10 | 0 | 1101 | 10111011 | 100001 | 1010000 |
Color Harmonies of #BCD9DD
Complementary color
Monochromatic Colors of #BCD9DD
Black with #BCD9DD
Text Example
Text Example
White with #BCD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9DD; }
p { color: rgb(188,217,221); }
H1.HeaderClassName
{
color: #BCD9DD;
}
.AnyTagClassName
{
color: #BCD9DD;
}
</style>
background-color css
<style>
a { background-color: #BCD9DD; }
a { background-color: rgb(188,217,221); }
div.DivClassName
{
background-color: #BCD9DD;
}
.BgClassName
{
background-color: #BCD9DD;
}
</style>
border-color css
<style>
span { border-color: #BCD9DD; }
span { border-color: rgb(188,217,221); }
td.TdClassName
{
border-color: #BCD9DD;
}
.TagClassName
{
border-color: #BCD9DD;
}
</style>