Shades of Powder Blue #B9DADB
Tints of Powder Blue #B9DADB
RGB
CMYK
RGB Variations
Color information
#B9DADB (or 0xB9DADB) is known color: Powder Blue. HEX triplet: B9, DA and DB. RGB value is (185,218,219). Sum of RGB (Red+Green+Blue) = 185+218+219=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DADB is #462524. Grayscale: #D0D0D0. Windows color (decimal): -4597029 or 14408377. OLE color: 14408377.
HSL color Cylindrical-coordinate representation of color #B9DADB: hue angle of 181.76º 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 #B9DADB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 218 | 219 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.14 |
| HSL | 181.76º | 0.32% | 0.79% | - |
| HSV(B) | 181.76º | 0.16% | 0.86% | - |
| XYZ | 57.87 | 65.57 | 76.62 | - |
| YUV | 208.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 219 | 0.16 | 0.00 | 0 | 0.14 | 181.76 | 0.32 | 0.79 |
| Hex | B9 | DA | DB | 10 | 0 | 0 | E | B6 | 20 | 4F |
| Octal | 271 | 332 | 333 | 20 | 0 | 0 | 16 | 266 | 40 | 117 |
| Binary | 10111001 | 11011010 | 11011011 | 10000 | 0 | 0 | 1110 | 10110110 | 100000 | 1001111 |
Color Harmonies of #B9DADB
Complementary color
Monochromatic Colors of #B9DADB
Black with #B9DADB
Text Example
Text Example
White with #B9DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DADB; }
p { color: rgb(185,218,219); }
H1.HeaderClassName
{
color: #B9DADB;
}
.AnyTagClassName
{
color: #B9DADB;
}
</style>
background-color css
<style>
a { background-color: #B9DADB; }
a { background-color: rgb(185,218,219); }
div.DivClassName
{
background-color: #B9DADB;
}
.BgClassName
{
background-color: #B9DADB;
}
</style>
border-color css
<style>
span { border-color: #B9DADB; }
span { border-color: rgb(185,218,219); }
td.TdClassName
{
border-color: #B9DADB;
}
.TagClassName
{
border-color: #B9DADB;
}
</style>