Shades of Water Leaf #B2EEE5
Tints of Water Leaf #B2EEE5
RGB
CMYK
RGB Variations
Color information
#B2EEE5 (or 0xB2EEE5) is known color: Water Leaf. HEX triplet: B2, EE and E5. RGB value is (178,238,229). Sum of RGB (Red+Green+Blue) = 178+238+229=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEE5 is #4D111A. Grayscale: #DBDBDB. Windows color (decimal): -5050651 or 15068850. OLE color: 15068850.
HSL color Cylindrical-coordinate representation of color #B2EEE5: hue angle of 171º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEE5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 229 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.07 |
| HSL | 171º | 0.64% | 0.82% | - |
| HSV(B) | 171º | 0.25% | 0.93% | - |
| XYZ | 63.08 | 76.27 | 85.53 | - |
| YUV | 219.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 229 | 0.25 | 0 | 0.04 | 0.07 | 171 | 0.64 | 0.82 |
| Hex | B2 | EE | E5 | 19 | 0 | 4 | 7 | AB | 40 | 52 |
| Octal | 262 | 356 | 345 | 31 | 0 | 4 | 7 | 253 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11100101 | 11001 | 0 | 100 | 111 | 10101011 | 1000000 | 1010010 |
Color Harmonies of #B2EEE5
Complementary color
Monochromatic Colors of #B2EEE5
Black with #B2EEE5
Text Example
Text Example
White with #B2EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEE5; }
p { color: rgb(178,238,229); }
H1.HeaderClassName
{
color: #B2EEE5;
}
.AnyTagClassName
{
color: #B2EEE5;
}
</style>
background-color css
<style>
a { background-color: #B2EEE5; }
a { background-color: rgb(178,238,229); }
div.DivClassName
{
background-color: #B2EEE5;
}
.BgClassName
{
background-color: #B2EEE5;
}
</style>
border-color css
<style>
span { border-color: #B2EEE5; }
span { border-color: rgb(178,238,229); }
td.TdClassName
{
border-color: #B2EEE5;
}
.TagClassName
{
border-color: #B2EEE5;
}
</style>