Shades of Powder Blue #B9DDE1
Tints of Powder Blue #B9DDE1
RGB
CMYK
RGB Variations
Color information
#B9DDE1 (or 0xB9DDE1) is known color: Powder Blue. HEX triplet: B9, DD and E1. RGB value is (185,221,225). Sum of RGB (Red+Green+Blue) = 185+221+225=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDE1 is #46221E. Grayscale: #D2D2D2. Windows color (decimal): -4596255 or 14802361. OLE color: 14802361.
HSL color Cylindrical-coordinate representation of color #B9DDE1: hue angle of 186º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9DDE1 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 221 | 225 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.12 |
| HSL | 186º | 0.4% | 0.8% | - |
| HSV(B) | 186º | 0.18% | 0.88% | - |
| XYZ | 59.45 | 67.46 | 81.12 | - |
| YUV | 210.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 225 | 0.18 | 0.02 | 0 | 0.12 | 186 | 0.4 | 0.8 |
| Hex | B9 | DD | E1 | 12 | 2 | 0 | C | BA | 28 | 50 |
| Octal | 271 | 335 | 341 | 22 | 2 | 0 | 14 | 272 | 50 | 120 |
| Binary | 10111001 | 11011101 | 11100001 | 10010 | 10 | 0 | 1100 | 10111010 | 101000 | 1010000 |
Color Harmonies of #B9DDE1
Complementary color
Monochromatic Colors of #B9DDE1
Black with #B9DDE1
Text Example
Text Example
White with #B9DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDE1; }
p { color: rgb(185,221,225); }
H1.HeaderClassName
{
color: #B9DDE1;
}
.AnyTagClassName
{
color: #B9DDE1;
}
</style>
background-color css
<style>
a { background-color: #B9DDE1; }
a { background-color: rgb(185,221,225); }
div.DivClassName
{
background-color: #B9DDE1;
}
.BgClassName
{
background-color: #B9DDE1;
}
</style>
border-color css
<style>
span { border-color: #B9DDE1; }
span { border-color: rgb(185,221,225); }
td.TdClassName
{
border-color: #B9DDE1;
}
.TagClassName
{
border-color: #B9DDE1;
}
</style>