Shades of Powder Blue #B2E2EA
Tints of Powder Blue #B2E2EA
RGB
CMYK
RGB Variations
Color information
#B2E2EA (or 0xB2E2EA) is known color: Powder Blue. HEX triplet: B2, E2 and EA. RGB value is (178,226,234). Sum of RGB (Red+Green+Blue) = 178+226+234=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2EA is #4D1D15. Grayscale: #D4D4D4. Windows color (decimal): -5053718 or 15393458. OLE color: 15393458.
HSL color Cylindrical-coordinate representation of color #B2E2EA: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E2EA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 226 | 234 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.08 |
| HSL | 188.57º | 0.57% | 0.81% | - |
| HSV(B) | 188.57º | 0.24% | 0.92% | - |
| XYZ | 60.41 | 69.8 | 88.13 | - |
| YUV | 212.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 234 | 0.24 | 0.03 | 0 | 0.08 | 188.57 | 0.57 | 0.81 |
| Hex | B2 | E2 | EA | 18 | 3 | 0 | 8 | BD | 39 | 51 |
| Octal | 262 | 342 | 352 | 30 | 3 | 0 | 10 | 275 | 71 | 121 |
| Binary | 10110010 | 11100010 | 11101010 | 11000 | 11 | 0 | 1000 | 10111101 | 111001 | 1010001 |
Color Harmonies of #B2E2EA
Complementary color
Monochromatic Colors of #B2E2EA
Black with #B2E2EA
Text Example
Text Example
White with #B2E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2EA; }
p { color: rgb(178,226,234); }
H1.HeaderClassName
{
color: #B2E2EA;
}
.AnyTagClassName
{
color: #B2E2EA;
}
</style>
background-color css
<style>
a { background-color: #B2E2EA; }
a { background-color: rgb(178,226,234); }
div.DivClassName
{
background-color: #B2E2EA;
}
.BgClassName
{
background-color: #B2E2EA;
}
</style>
border-color css
<style>
span { border-color: #B2E2EA; }
span { border-color: rgb(178,226,234); }
td.TdClassName
{
border-color: #B2E2EA;
}
.TagClassName
{
border-color: #B2E2EA;
}
</style>