Shades of Powder Blue #B9DADD
Tints of Powder Blue #B9DADD
RGB
CMYK
RGB Variations
Color information
#B9DADD (or 0xB9DADD) is known color: Powder Blue. HEX triplet: B9, DA and DD. RGB value is (185,218,221). Sum of RGB (Red+Green+Blue) = 185+218+221=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DADD is #462522. Grayscale: #D0D0D0. Windows color (decimal): -4597027 or 14539449. OLE color: 14539449.
HSL color Cylindrical-coordinate representation of color #B9DADD: hue angle of 185º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DADD is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 218 | 221 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.13 |
| HSL | 185º | 0.35% | 0.8% | - |
| HSV(B) | 185º | 0.16% | 0.87% | - |
| XYZ | 58.13 | 65.68 | 78.02 | - |
| YUV | 208.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 221 | 0.16 | 0.01 | 0 | 0.13 | 185 | 0.35 | 0.8 |
| Hex | B9 | DA | DD | 10 | 1 | 0 | D | B9 | 23 | 50 |
| Octal | 271 | 332 | 335 | 20 | 1 | 0 | 15 | 271 | 43 | 120 |
| Binary | 10111001 | 11011010 | 11011101 | 10000 | 1 | 0 | 1101 | 10111001 | 100011 | 1010000 |
Color Harmonies of #B9DADD
Complementary color
Monochromatic Colors of #B9DADD
Black with #B9DADD
Text Example
Text Example
White with #B9DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DADD; }
p { color: rgb(185,218,221); }
H1.HeaderClassName
{
color: #B9DADD;
}
.AnyTagClassName
{
color: #B9DADD;
}
</style>
background-color css
<style>
a { background-color: #B9DADD; }
a { background-color: rgb(185,218,221); }
div.DivClassName
{
background-color: #B9DADD;
}
.BgClassName
{
background-color: #B9DADD;
}
</style>
border-color css
<style>
span { border-color: #B9DADD; }
span { border-color: rgb(185,218,221); }
td.TdClassName
{
border-color: #B9DADD;
}
.TagClassName
{
border-color: #B9DADD;
}
</style>