Shades of Powder Blue #B2E0EC
Tints of Powder Blue #B2E0EC
RGB
CMYK
RGB Variations
Color information
#B2E0EC (or 0xB2E0EC) is known color: Powder Blue. HEX triplet: B2, E0 and EC. RGB value is (178,224,236). Sum of RGB (Red+Green+Blue) = 178+224+236=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E0EC is #4D1F13. Grayscale: #D3D3D3. Windows color (decimal): -5054228 or 15524018. OLE color: 15524018.
HSL color Cylindrical-coordinate representation of color #B2E0EC: hue angle of 192.41º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2E0EC is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 224 | 236 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.07 |
| HSL | 192.41º | 0.6% | 0.81% | - |
| HSV(B) | 192.41º | 0.25% | 0.93% | - |
| XYZ | 60.16 | 68.83 | 89.47 | - |
| YUV | 211.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 236 | 0.25 | 0.05 | 0 | 0.07 | 192.41 | 0.6 | 0.81 |
| Hex | B2 | E0 | EC | 19 | 5 | 0 | 7 | C0 | 3C | 51 |
| Octal | 262 | 340 | 354 | 31 | 5 | 0 | 7 | 300 | 74 | 121 |
| Binary | 10110010 | 11100000 | 11101100 | 11001 | 101 | 0 | 111 | 11000000 | 111100 | 1010001 |
Color Harmonies of #B2E0EC
Complementary color
Monochromatic Colors of #B2E0EC
Black with #B2E0EC
Text Example
Text Example
White with #B2E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0EC; }
p { color: rgb(178,224,236); }
H1.HeaderClassName
{
color: #B2E0EC;
}
.AnyTagClassName
{
color: #B2E0EC;
}
</style>
background-color css
<style>
a { background-color: #B2E0EC; }
a { background-color: rgb(178,224,236); }
div.DivClassName
{
background-color: #B2E0EC;
}
.BgClassName
{
background-color: #B2E0EC;
}
</style>
border-color css
<style>
span { border-color: #B2E0EC; }
span { border-color: rgb(178,224,236); }
td.TdClassName
{
border-color: #B2E0EC;
}
.TagClassName
{
border-color: #B2E0EC;
}
</style>