Shades of Powder Blue #B2DEE8
Tints of Powder Blue #B2DEE8
RGB
CMYK
RGB Variations
Color information
#B2DEE8 (or 0xB2DEE8) is known color: Powder Blue. HEX triplet: B2, DE and E8. RGB value is (178,222,232). Sum of RGB (Red+Green+Blue) = 178+222+232=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #B2DEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEE8 is #4D2117. Grayscale: #D1D1D1. Windows color (decimal): -5054744 or 15261362. OLE color: 15261362.
HSL color Cylindrical-coordinate representation of color #B2DEE8: hue angle of 191.11º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DEE8 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 222 | 232 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.09 |
| HSL | 191.11º | 0.54% | 0.8% | - |
| HSV(B) | 191.11º | 0.23% | 0.91% | - |
| XYZ | 59.05 | 67.53 | 86.27 | - |
| YUV | 209.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 232 | 0.23 | 0.04 | 0 | 0.09 | 191.11 | 0.54 | 0.8 |
| Hex | B2 | DE | E8 | 17 | 4 | 0 | 9 | BF | 36 | 50 |
| Octal | 262 | 336 | 350 | 27 | 4 | 0 | 11 | 277 | 66 | 120 |
| Binary | 10110010 | 11011110 | 11101000 | 10111 | 100 | 0 | 1001 | 10111111 | 110110 | 1010000 |
Color Harmonies of #B2DEE8
Complementary color
Monochromatic Colors of #B2DEE8
Black with #B2DEE8
Text Example
Text Example
White with #B2DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEE8; }
p { color: rgb(178,222,232); }
H1.HeaderClassName
{
color: #B2DEE8;
}
.AnyTagClassName
{
color: #B2DEE8;
}
</style>
background-color css
<style>
a { background-color: #B2DEE8; }
a { background-color: rgb(178,222,232); }
div.DivClassName
{
background-color: #B2DEE8;
}
.BgClassName
{
background-color: #B2DEE8;
}
</style>
border-color css
<style>
span { border-color: #B2DEE8; }
span { border-color: rgb(178,222,232); }
td.TdClassName
{
border-color: #B2DEE8;
}
.TagClassName
{
border-color: #B2DEE8;
}
</style>