Shades of Water Leaf #B0EEE4
Tints of Water Leaf #B0EEE4
RGB
CMYK
RGB Variations
Color information
#B0EEE4 (or 0xB0EEE4) is known color: Water Leaf. HEX triplet: B0, EE and E4. RGB value is (176,238,228). Sum of RGB (Red+Green+Blue) = 176+238+228=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEE4 is #4F111B. Grayscale: #DADADA. Windows color (decimal): -5181724 or 15003312. OLE color: 15003312.
HSL color Cylindrical-coordinate representation of color #B0EEE4: hue angle of 170.32º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 228 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.07 |
| HSL | 170.32º | 0.65% | 0.81% | - |
| HSV(B) | 170.32º | 0.26% | 0.93% | - |
| XYZ | 62.48 | 75.98 | 84.77 | - |
| YUV | 218.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 228 | 0.26 | 0 | 0.04 | 0.07 | 170.32 | 0.65 | 0.81 |
| Hex | B0 | EE | E4 | 1A | 0 | 4 | 7 | AA | 41 | 51 |
| Octal | 260 | 356 | 344 | 32 | 0 | 4 | 7 | 252 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11100100 | 11010 | 0 | 100 | 111 | 10101010 | 1000001 | 1010001 |
Color Harmonies of #B0EEE4
Complementary color
Monochromatic Colors of #B0EEE4
Black with #B0EEE4
Text Example
Text Example
White with #B0EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEE4; }
p { color: rgb(176,238,228); }
H1.HeaderClassName
{
color: #B0EEE4;
}
.AnyTagClassName
{
color: #B0EEE4;
}
</style>
background-color css
<style>
a { background-color: #B0EEE4; }
a { background-color: rgb(176,238,228); }
div.DivClassName
{
background-color: #B0EEE4;
}
.BgClassName
{
background-color: #B0EEE4;
}
</style>
border-color css
<style>
span { border-color: #B0EEE4; }
span { border-color: rgb(176,238,228); }
td.TdClassName
{
border-color: #B0EEE4;
}
.TagClassName
{
border-color: #B0EEE4;
}
</style>