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