Shades of Powder Blue #B2E0DE
Tints of Powder Blue #B2E0DE
RGB
CMYK
RGB Variations
Color information
#B2E0DE (or 0xB2E0DE) is known color: Powder Blue. HEX triplet: B2, E0 and DE. RGB value is (178,224,222). Sum of RGB (Red+Green+Blue) = 178+224+222=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0DE is #4D1F21. Grayscale: #D1D1D1. Windows color (decimal): -5054242 or 14606514. OLE color: 14606514.
HSL color Cylindrical-coordinate representation of color #B2E0DE: hue angle of 177.39º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0DE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 222 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.12 |
| HSL | 177.39º | 0.43% | 0.79% | - |
| HSV(B) | 177.39º | 0.21% | 0.88% | - |
| XYZ | 58.2 | 68.05 | 79.17 | - |
| YUV | 210.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 222 | 0.21 | 0 | 0.01 | 0.12 | 177.39 | 0.43 | 0.79 |
| Hex | B2 | E0 | DE | 15 | 0 | 1 | C | B1 | 2B | 4F |
| Octal | 262 | 340 | 336 | 25 | 0 | 1 | 14 | 261 | 53 | 117 |
| Binary | 10110010 | 11100000 | 11011110 | 10101 | 0 | 1 | 1100 | 10110001 | 101011 | 1001111 |
Color Harmonies of #B2E0DE
Complementary color
Monochromatic Colors of #B2E0DE
Black with #B2E0DE
Text Example
Text Example
White with #B2E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0DE; }
p { color: rgb(178,224,222); }
H1.HeaderClassName
{
color: #B2E0DE;
}
.AnyTagClassName
{
color: #B2E0DE;
}
</style>
background-color css
<style>
a { background-color: #B2E0DE; }
a { background-color: rgb(178,224,222); }
div.DivClassName
{
background-color: #B2E0DE;
}
.BgClassName
{
background-color: #B2E0DE;
}
</style>
border-color css
<style>
span { border-color: #B2E0DE; }
span { border-color: rgb(178,224,222); }
td.TdClassName
{
border-color: #B2E0DE;
}
.TagClassName
{
border-color: #B2E0DE;
}
</style>