Shades of Powder Blue #B9DCE1
Tints of Powder Blue #B9DCE1
RGB
CMYK
RGB Variations
Color information
#B9DCE1 (or 0xB9DCE1) is known color: Powder Blue. HEX triplet: B9, DC and E1. RGB value is (185,220,225). Sum of RGB (Red+Green+Blue) = 185+220+225=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCE1 is #46231E. Grayscale: #D2D2D2. Windows color (decimal): -4596511 or 14802105. OLE color: 14802105.
HSL color Cylindrical-coordinate representation of color #B9DCE1: hue angle of 187.5º 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 #B9DCE1 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 220 | 225 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.12 |
| HSL | 187.5º | 0.4% | 0.8% | - |
| HSV(B) | 187.5º | 0.18% | 0.88% | - |
| XYZ | 59.19 | 66.94 | 81.03 | - |
| YUV | 210.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 225 | 0.18 | 0.02 | 0 | 0.12 | 187.5 | 0.4 | 0.8 |
| Hex | B9 | DC | E1 | 12 | 2 | 0 | C | BC | 28 | 50 |
| Octal | 271 | 334 | 341 | 22 | 2 | 0 | 14 | 274 | 50 | 120 |
| Binary | 10111001 | 11011100 | 11100001 | 10010 | 10 | 0 | 1100 | 10111100 | 101000 | 1010000 |
Color Harmonies of #B9DCE1
Complementary color
Monochromatic Colors of #B9DCE1
Black with #B9DCE1
Text Example
Text Example
White with #B9DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCE1; }
p { color: rgb(185,220,225); }
H1.HeaderClassName
{
color: #B9DCE1;
}
.AnyTagClassName
{
color: #B9DCE1;
}
</style>
background-color css
<style>
a { background-color: #B9DCE1; }
a { background-color: rgb(185,220,225); }
div.DivClassName
{
background-color: #B9DCE1;
}
.BgClassName
{
background-color: #B9DCE1;
}
</style>
border-color css
<style>
span { border-color: #B9DCE1; }
span { border-color: rgb(185,220,225); }
td.TdClassName
{
border-color: #B9DCE1;
}
.TagClassName
{
border-color: #B9DCE1;
}
</style>