Shades of Powder Blue #B9DCE2
Tints of Powder Blue #B9DCE2
RGB
CMYK
RGB Variations
Color information
#B9DCE2 (or 0xB9DCE2) is known color: Powder Blue. HEX triplet: B9, DC and E2. RGB value is (185,220,226). Sum of RGB (Red+Green+Blue) = 185+220+226=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9DCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCE2 is #46231D. Grayscale: #D2D2D2. Windows color (decimal): -4596510 or 14867641. OLE color: 14867641.
HSL color Cylindrical-coordinate representation of color #B9DCE2: hue angle of 188.78º 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 #B9DCE2 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 220 | 226 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 188.78º | 0.41% | 0.81% | - |
| HSV(B) | 188.78º | 0.18% | 0.89% | - |
| XYZ | 59.33 | 66.99 | 81.76 | - |
| YUV | 210.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 226 | 0.18 | 0.03 | 0 | 0.11 | 188.78 | 0.41 | 0.81 |
| Hex | B9 | DC | E2 | 12 | 3 | 0 | B | BD | 29 | 51 |
| Octal | 271 | 334 | 342 | 22 | 3 | 0 | 13 | 275 | 51 | 121 |
| Binary | 10111001 | 11011100 | 11100010 | 10010 | 11 | 0 | 1011 | 10111101 | 101001 | 1010001 |
Color Harmonies of #B9DCE2
Complementary color
Monochromatic Colors of #B9DCE2
Black with #B9DCE2
Text Example
Text Example
White with #B9DCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCE2; }
p { color: rgb(185,220,226); }
H1.HeaderClassName
{
color: #B9DCE2;
}
.AnyTagClassName
{
color: #B9DCE2;
}
</style>
background-color css
<style>
a { background-color: #B9DCE2; }
a { background-color: rgb(185,220,226); }
div.DivClassName
{
background-color: #B9DCE2;
}
.BgClassName
{
background-color: #B9DCE2;
}
</style>
border-color css
<style>
span { border-color: #B9DCE2; }
span { border-color: rgb(185,220,226); }
td.TdClassName
{
border-color: #B9DCE2;
}
.TagClassName
{
border-color: #B9DCE2;
}
</style>