Shades of Powder Blue #B9DCDB
Tints of Powder Blue #B9DCDB
RGB
CMYK
RGB Variations
Color information
#B9DCDB (or 0xB9DCDB) is known color: Powder Blue. HEX triplet: B9, DC and DB. RGB value is (185,220,219). Sum of RGB (Red+Green+Blue) = 185+220+219=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCDB is #462324. Grayscale: #D1D1D1. Windows color (decimal): -4596517 or 14408889. OLE color: 14408889.
HSL color Cylindrical-coordinate representation of color #B9DCDB: hue angle of 178.29º 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 #B9DCDB is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 219 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.14 |
| HSL | 178.29º | 0.33% | 0.79% | - |
| HSV(B) | 178.29º | 0.16% | 0.86% | - |
| XYZ | 58.39 | 66.62 | 76.8 | - |
| YUV | 209.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 219 | 0.16 | 0 | 0.00 | 0.14 | 178.29 | 0.33 | 0.79 |
| Hex | B9 | DC | DB | 10 | 0 | 0 | E | B2 | 21 | 4F |
| Octal | 271 | 334 | 333 | 20 | 0 | 0 | 16 | 262 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11011011 | 10000 | 0 | 0 | 1110 | 10110010 | 100001 | 1001111 |
Color Harmonies of #B9DCDB
Complementary color
Monochromatic Colors of #B9DCDB
Black with #B9DCDB
Text Example
Text Example
White with #B9DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCDB; }
p { color: rgb(185,220,219); }
H1.HeaderClassName
{
color: #B9DCDB;
}
.AnyTagClassName
{
color: #B9DCDB;
}
</style>
background-color css
<style>
a { background-color: #B9DCDB; }
a { background-color: rgb(185,220,219); }
div.DivClassName
{
background-color: #B9DCDB;
}
.BgClassName
{
background-color: #B9DCDB;
}
</style>
border-color css
<style>
span { border-color: #B9DCDB; }
span { border-color: rgb(185,220,219); }
td.TdClassName
{
border-color: #B9DCDB;
}
.TagClassName
{
border-color: #B9DCDB;
}
</style>