Shades of Powder Blue #B9DCE4
Tints of Powder Blue #B9DCE4
RGB
CMYK
RGB Variations
Color information
#B9DCE4 (or 0xB9DCE4) is known color: Powder Blue. HEX triplet: B9, DC and E4. RGB value is (185,220,228). Sum of RGB (Red+Green+Blue) = 185+220+228=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #B9DCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCE4 is #46231B. Grayscale: #D2D2D2. Windows color (decimal): -4596508 or 14998713. OLE color: 14998713.
HSL color Cylindrical-coordinate representation of color #B9DCE4: hue angle of 191.16º degrees, saturation: 0.44, 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 #B9DCE4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 220 | 228 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.11 |
| HSL | 191.16º | 0.44% | 0.81% | - |
| HSV(B) | 191.16º | 0.19% | 0.89% | - |
| XYZ | 59.6 | 67.1 | 83.21 | - |
| YUV | 210.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 228 | 0.19 | 0.04 | 0 | 0.11 | 191.16 | 0.44 | 0.81 |
| Hex | B9 | DC | E4 | 13 | 4 | 0 | B | BF | 2C | 51 |
| Octal | 271 | 334 | 344 | 23 | 4 | 0 | 13 | 277 | 54 | 121 |
| Binary | 10111001 | 11011100 | 11100100 | 10011 | 100 | 0 | 1011 | 10111111 | 101100 | 1010001 |
Color Harmonies of #B9DCE4
Complementary color
Monochromatic Colors of #B9DCE4
Black with #B9DCE4
Text Example
Text Example
White with #B9DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCE4; }
p { color: rgb(185,220,228); }
H1.HeaderClassName
{
color: #B9DCE4;
}
.AnyTagClassName
{
color: #B9DCE4;
}
</style>
background-color css
<style>
a { background-color: #B9DCE4; }
a { background-color: rgb(185,220,228); }
div.DivClassName
{
background-color: #B9DCE4;
}
.BgClassName
{
background-color: #B9DCE4;
}
</style>
border-color css
<style>
span { border-color: #B9DCE4; }
span { border-color: rgb(185,220,228); }
td.TdClassName
{
border-color: #B9DCE4;
}
.TagClassName
{
border-color: #B9DCE4;
}
</style>