Shades of Powder Blue #B9DDE2
Tints of Powder Blue #B9DDE2
RGB
CMYK
RGB Variations
Color information
#B9DDE2 (or 0xB9DDE2) is known color: Powder Blue. HEX triplet: B9, DD and E2. RGB value is (185,221,226). Sum of RGB (Red+Green+Blue) = 185+221+226=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9DDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDE2 is #46221D. Grayscale: #D2D2D2. Windows color (decimal): -4596254 or 14867897. OLE color: 14867897.
HSL color Cylindrical-coordinate representation of color #B9DDE2: hue angle of 187.32º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9DDE2 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 221 | 226 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.11 |
| HSL | 187.32º | 0.41% | 0.81% | - |
| HSV(B) | 187.32º | 0.18% | 0.89% | - |
| XYZ | 59.59 | 67.52 | 81.84 | - |
| YUV | 210.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 226 | 0.18 | 0.02 | 0 | 0.11 | 187.32 | 0.41 | 0.81 |
| Hex | B9 | DD | E2 | 12 | 2 | 0 | B | BB | 29 | 51 |
| Octal | 271 | 335 | 342 | 22 | 2 | 0 | 13 | 273 | 51 | 121 |
| Binary | 10111001 | 11011101 | 11100010 | 10010 | 10 | 0 | 1011 | 10111011 | 101001 | 1010001 |
Color Harmonies of #B9DDE2
Complementary color
Monochromatic Colors of #B9DDE2
Black with #B9DDE2
Text Example
Text Example
White with #B9DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDE2; }
p { color: rgb(185,221,226); }
H1.HeaderClassName
{
color: #B9DDE2;
}
.AnyTagClassName
{
color: #B9DDE2;
}
</style>
background-color css
<style>
a { background-color: #B9DDE2; }
a { background-color: rgb(185,221,226); }
div.DivClassName
{
background-color: #B9DDE2;
}
.BgClassName
{
background-color: #B9DDE2;
}
</style>
border-color css
<style>
span { border-color: #B9DDE2; }
span { border-color: rgb(185,221,226); }
td.TdClassName
{
border-color: #B9DDE2;
}
.TagClassName
{
border-color: #B9DDE2;
}
</style>