Shades of Powder Blue #B9D8DD
Tints of Powder Blue #B9D8DD
RGB
CMYK
RGB Variations
Color information
#B9D8DD (or 0xB9D8DD) is known color: Powder Blue. HEX triplet: B9, D8 and DD. RGB value is (185,216,221). Sum of RGB (Red+Green+Blue) = 185+216+221=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8DD is #462722. Grayscale: #CFCFCF. Windows color (decimal): -4597539 or 14538937. OLE color: 14538937.
HSL color Cylindrical-coordinate representation of color #B9D8DD: hue angle of 188.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9D8DD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 216 | 221 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.13 |
| HSL | 188.33º | 0.35% | 0.8% | - |
| HSV(B) | 188.33º | 0.16% | 0.87% | - |
| XYZ | 57.61 | 64.65 | 77.85 | - |
| YUV | 207.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 221 | 0.16 | 0.02 | 0 | 0.13 | 188.33 | 0.35 | 0.8 |
| Hex | B9 | D8 | DD | 10 | 2 | 0 | D | BC | 23 | 50 |
| Octal | 271 | 330 | 335 | 20 | 2 | 0 | 15 | 274 | 43 | 120 |
| Binary | 10111001 | 11011000 | 11011101 | 10000 | 10 | 0 | 1101 | 10111100 | 100011 | 1010000 |
Color Harmonies of #B9D8DD
Complementary color
Monochromatic Colors of #B9D8DD
Black with #B9D8DD
Text Example
Text Example
White with #B9D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8DD; }
p { color: rgb(185,216,221); }
H1.HeaderClassName
{
color: #B9D8DD;
}
.AnyTagClassName
{
color: #B9D8DD;
}
</style>
background-color css
<style>
a { background-color: #B9D8DD; }
a { background-color: rgb(185,216,221); }
div.DivClassName
{
background-color: #B9D8DD;
}
.BgClassName
{
background-color: #B9D8DD;
}
</style>
border-color css
<style>
span { border-color: #B9D8DD; }
span { border-color: rgb(185,216,221); }
td.TdClassName
{
border-color: #B9D8DD;
}
.TagClassName
{
border-color: #B9D8DD;
}
</style>