Shades of Powder Blue #B2E1DF
Tints of Powder Blue #B2E1DF
RGB
CMYK
RGB Variations
Color information
#B2E1DF (or 0xB2E1DF) is known color: Powder Blue. HEX triplet: B2, E1 and DF. RGB value is (178,225,223). Sum of RGB (Red+Green+Blue) = 178+225+223=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1DF is #4D1E20. Grayscale: #D2D2D2. Windows color (decimal): -5053985 or 14672306. OLE color: 14672306.
HSL color Cylindrical-coordinate representation of color #B2E1DF: hue angle of 177.45º 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 #B2E1DF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 223 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.12 |
| HSL | 177.45º | 0.44% | 0.79% | - |
| HSV(B) | 177.45º | 0.21% | 0.88% | - |
| XYZ | 58.6 | 68.64 | 79.97 | - |
| YUV | 210.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 223 | 0.21 | 0 | 0.01 | 0.12 | 177.45 | 0.44 | 0.79 |
| Hex | B2 | E1 | DF | 15 | 0 | 1 | C | B1 | 2C | 4F |
| Octal | 262 | 341 | 337 | 25 | 0 | 1 | 14 | 261 | 54 | 117 |
| Binary | 10110010 | 11100001 | 11011111 | 10101 | 0 | 1 | 1100 | 10110001 | 101100 | 1001111 |
Color Harmonies of #B2E1DF
Complementary color
Monochromatic Colors of #B2E1DF
Black with #B2E1DF
Text Example
Text Example
White with #B2E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1DF; }
p { color: rgb(178,225,223); }
H1.HeaderClassName
{
color: #B2E1DF;
}
.AnyTagClassName
{
color: #B2E1DF;
}
</style>
background-color css
<style>
a { background-color: #B2E1DF; }
a { background-color: rgb(178,225,223); }
div.DivClassName
{
background-color: #B2E1DF;
}
.BgClassName
{
background-color: #B2E1DF;
}
</style>
border-color css
<style>
span { border-color: #B2E1DF; }
span { border-color: rgb(178,225,223); }
td.TdClassName
{
border-color: #B2E1DF;
}
.TagClassName
{
border-color: #B2E1DF;
}
</style>