Shades of Powder Blue #B9D6DB
Tints of Powder Blue #B9D6DB
RGB
CMYK
RGB Variations
Color information
#B9D6DB (or 0xB9D6DB) is known color: Powder Blue. HEX triplet: B9, D6 and DB. RGB value is (185,214,219). Sum of RGB (Red+Green+Blue) = 185+214+219=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6DB is #462924. Grayscale: #CDCDCD. Windows color (decimal): -4598053 or 14407353. OLE color: 14407353.
HSL color Cylindrical-coordinate representation of color #B9D6DB: hue angle of 188.82º degrees, saturation: 0.32, 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 #B9D6DB is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 214 | 219 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.14 |
| HSL | 188.82º | 0.32% | 0.79% | - |
| HSV(B) | 188.82º | 0.16% | 0.86% | - |
| XYZ | 56.84 | 63.52 | 76.28 | - |
| YUV | 205.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 219 | 0.16 | 0.02 | 0 | 0.14 | 188.82 | 0.32 | 0.79 |
| Hex | B9 | D6 | DB | 10 | 2 | 0 | E | BD | 20 | 4F |
| Octal | 271 | 326 | 333 | 20 | 2 | 0 | 16 | 275 | 40 | 117 |
| Binary | 10111001 | 11010110 | 11011011 | 10000 | 10 | 0 | 1110 | 10111101 | 100000 | 1001111 |
Color Harmonies of #B9D6DB
Complementary color
Monochromatic Colors of #B9D6DB
Black with #B9D6DB
Text Example
Text Example
White with #B9D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D6DB; }
p { color: rgb(185,214,219); }
H1.HeaderClassName
{
color: #B9D6DB;
}
.AnyTagClassName
{
color: #B9D6DB;
}
</style>
background-color css
<style>
a { background-color: #B9D6DB; }
a { background-color: rgb(185,214,219); }
div.DivClassName
{
background-color: #B9D6DB;
}
.BgClassName
{
background-color: #B9D6DB;
}
</style>
border-color css
<style>
span { border-color: #B9D6DB; }
span { border-color: rgb(185,214,219); }
td.TdClassName
{
border-color: #B9D6DB;
}
.TagClassName
{
border-color: #B9D6DB;
}
</style>