Shades of Powder Blue #B9DDE3
Tints of Powder Blue #B9DDE3
RGB
CMYK
RGB Variations
Color information
#B9DDE3 (or 0xB9DDE3) is known color: Powder Blue. HEX triplet: B9, DD and E3. RGB value is (185,221,227). Sum of RGB (Red+Green+Blue) = 185+221+227=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDE3 is #46221C. Grayscale: #D2D2D2. Windows color (decimal): -4596253 or 14933433. OLE color: 14933433.
HSL color Cylindrical-coordinate representation of color #B9DDE3: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9DDE3 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 221 | 227 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.11 |
| HSL | 188.57º | 0.43% | 0.81% | - |
| HSV(B) | 188.57º | 0.19% | 0.89% | - |
| XYZ | 59.73 | 67.57 | 82.57 | - |
| YUV | 210.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 227 | 0.19 | 0.03 | 0 | 0.11 | 188.57 | 0.43 | 0.81 |
| Hex | B9 | DD | E3 | 13 | 3 | 0 | B | BD | 2B | 51 |
| Octal | 271 | 335 | 343 | 23 | 3 | 0 | 13 | 275 | 53 | 121 |
| Binary | 10111001 | 11011101 | 11100011 | 10011 | 11 | 0 | 1011 | 10111101 | 101011 | 1010001 |
Color Harmonies of #B9DDE3
Complementary color
Monochromatic Colors of #B9DDE3
Black with #B9DDE3
Text Example
Text Example
White with #B9DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDE3; }
p { color: rgb(185,221,227); }
H1.HeaderClassName
{
color: #B9DDE3;
}
.AnyTagClassName
{
color: #B9DDE3;
}
</style>
background-color css
<style>
a { background-color: #B9DDE3; }
a { background-color: rgb(185,221,227); }
div.DivClassName
{
background-color: #B9DDE3;
}
.BgClassName
{
background-color: #B9DDE3;
}
</style>
border-color css
<style>
span { border-color: #B9DDE3; }
span { border-color: rgb(185,221,227); }
td.TdClassName
{
border-color: #B9DDE3;
}
.TagClassName
{
border-color: #B9DDE3;
}
</style>