Shades of Powder Blue #B2E1DE
Tints of Powder Blue #B2E1DE
RGB
CMYK
RGB Variations
Color information
#B2E1DE (or 0xB2E1DE) is known color: Powder Blue. HEX triplet: B2, E1 and DE. RGB value is (178,225,222). Sum of RGB (Red+Green+Blue) = 178+225+222=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1DE is #4D1E21. Grayscale: #D2D2D2. Windows color (decimal): -5053986 or 14606770. OLE color: 14606770.
HSL color Cylindrical-coordinate representation of color #B2E1DE: hue angle of 176.17º degrees, saturation: 0.44, 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 #B2E1DE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 222 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.12 |
| HSL | 176.17º | 0.44% | 0.79% | - |
| HSV(B) | 176.17º | 0.21% | 0.88% | - |
| XYZ | 58.47 | 68.59 | 79.26 | - |
| YUV | 210.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 222 | 0.21 | 0 | 0.01 | 0.12 | 176.17 | 0.44 | 0.79 |
| Hex | B2 | E1 | DE | 15 | 0 | 1 | C | B0 | 2C | 4F |
| Octal | 262 | 341 | 336 | 25 | 0 | 1 | 14 | 260 | 54 | 117 |
| Binary | 10110010 | 11100001 | 11011110 | 10101 | 0 | 1 | 1100 | 10110000 | 101100 | 1001111 |
Color Harmonies of #B2E1DE
Complementary color
Monochromatic Colors of #B2E1DE
Black with #B2E1DE
Text Example
Text Example
White with #B2E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1DE; }
p { color: rgb(178,225,222); }
H1.HeaderClassName
{
color: #B2E1DE;
}
.AnyTagClassName
{
color: #B2E1DE;
}
</style>
background-color css
<style>
a { background-color: #B2E1DE; }
a { background-color: rgb(178,225,222); }
div.DivClassName
{
background-color: #B2E1DE;
}
.BgClassName
{
background-color: #B2E1DE;
}
</style>
border-color css
<style>
span { border-color: #B2E1DE; }
span { border-color: rgb(178,225,222); }
td.TdClassName
{
border-color: #B2E1DE;
}
.TagClassName
{
border-color: #B2E1DE;
}
</style>