Shades of Powder Blue #B9D8DC
Tints of Powder Blue #B9D8DC
RGB
CMYK
RGB Variations
Color information
#B9D8DC (or 0xB9D8DC) is known color: Powder Blue. HEX triplet: B9, D8 and DC. RGB value is (185,216,220). Sum of RGB (Red+Green+Blue) = 185+216+220=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8DC is #462723. Grayscale: #CFCFCF. Windows color (decimal): -4597540 or 14473401. OLE color: 14473401.
HSL color Cylindrical-coordinate representation of color #B9D8DC: hue angle of 186.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9D8DC is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 216 | 220 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.14 |
| HSL | 186.86º | 0.33% | 0.79% | - |
| HSV(B) | 186.86º | 0.16% | 0.86% | - |
| XYZ | 57.48 | 64.59 | 77.15 | - |
| YUV | 207.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 220 | 0.16 | 0.02 | 0 | 0.14 | 186.86 | 0.33 | 0.79 |
| Hex | B9 | D8 | DC | 10 | 2 | 0 | E | BB | 21 | 4F |
| Octal | 271 | 330 | 334 | 20 | 2 | 0 | 16 | 273 | 41 | 117 |
| Binary | 10111001 | 11011000 | 11011100 | 10000 | 10 | 0 | 1110 | 10111011 | 100001 | 1001111 |
Color Harmonies of #B9D8DC
Complementary color
Monochromatic Colors of #B9D8DC
Black with #B9D8DC
Text Example
Text Example
White with #B9D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8DC; }
p { color: rgb(185,216,220); }
H1.HeaderClassName
{
color: #B9D8DC;
}
.AnyTagClassName
{
color: #B9D8DC;
}
</style>
background-color css
<style>
a { background-color: #B9D8DC; }
a { background-color: rgb(185,216,220); }
div.DivClassName
{
background-color: #B9D8DC;
}
.BgClassName
{
background-color: #B9D8DC;
}
</style>
border-color css
<style>
span { border-color: #B9D8DC; }
span { border-color: rgb(185,216,220); }
td.TdClassName
{
border-color: #B9D8DC;
}
.TagClassName
{
border-color: #B9D8DC;
}
</style>