Shades of Powder Blue #B9DDE6
Tints of Powder Blue #B9DDE6
RGB
CMYK
RGB Variations
Color information
#B9DDE6 (or 0xB9DDE6) is known color: Powder Blue. HEX triplet: B9, DD and E6. RGB value is (185,221,230). Sum of RGB (Red+Green+Blue) = 185+221+230=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDE6 is #462219. Grayscale: #D3D3D3. Windows color (decimal): -4596250 or 15130041. OLE color: 15130041.
HSL color Cylindrical-coordinate representation of color #B9DDE6: hue angle of 192º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9DDE6 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 221 | 230 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.10 |
| HSL | 192º | 0.47% | 0.81% | - |
| HSV(B) | 192º | 0.2% | 0.9% | - |
| XYZ | 60.15 | 67.74 | 84.77 | - |
| YUV | 211.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 230 | 0.20 | 0.04 | 0 | 0.10 | 192 | 0.47 | 0.81 |
| Hex | B9 | DD | E6 | 14 | 4 | 0 | A | C0 | 2F | 51 |
| Octal | 271 | 335 | 346 | 24 | 4 | 0 | 12 | 300 | 57 | 121 |
| Binary | 10111001 | 11011101 | 11100110 | 10100 | 100 | 0 | 1010 | 11000000 | 101111 | 1010001 |
Color Harmonies of #B9DDE6
Complementary color
Monochromatic Colors of #B9DDE6
Black with #B9DDE6
Text Example
Text Example
White with #B9DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDE6; }
p { color: rgb(185,221,230); }
H1.HeaderClassName
{
color: #B9DDE6;
}
.AnyTagClassName
{
color: #B9DDE6;
}
</style>
background-color css
<style>
a { background-color: #B9DDE6; }
a { background-color: rgb(185,221,230); }
div.DivClassName
{
background-color: #B9DDE6;
}
.BgClassName
{
background-color: #B9DDE6;
}
</style>
border-color css
<style>
span { border-color: #B9DDE6; }
span { border-color: rgb(185,221,230); }
td.TdClassName
{
border-color: #B9DDE6;
}
.TagClassName
{
border-color: #B9DDE6;
}
</style>