Shades of Water Leaf #B0EFE4
Tints of Water Leaf #B0EFE4
RGB
CMYK
RGB Variations
Color information
#B0EFE4 (or 0xB0EFE4) is known color: Water Leaf. HEX triplet: B0, EF and E4. RGB value is (176,239,228). Sum of RGB (Red+Green+Blue) = 176+239+228=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFE4 is #4F101B. Grayscale: #DADADA. Windows color (decimal): -5181468 or 15003568. OLE color: 15003568.
HSL color Cylindrical-coordinate representation of color #B0EFE4: hue angle of 169.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFE4 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 228 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.06 |
| HSL | 169.52º | 0.66% | 0.81% | - |
| HSV(B) | 169.52º | 0.26% | 0.94% | - |
| XYZ | 62.77 | 76.56 | 84.87 | - |
| YUV | 218.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 228 | 0.26 | 0 | 0.05 | 0.06 | 169.52 | 0.66 | 0.81 |
| Hex | B0 | EF | E4 | 1A | 0 | 5 | 6 | AA | 42 | 51 |
| Octal | 260 | 357 | 344 | 32 | 0 | 5 | 6 | 252 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11100100 | 11010 | 0 | 101 | 110 | 10101010 | 1000010 | 1010001 |
Color Harmonies of #B0EFE4
Complementary color
Monochromatic Colors of #B0EFE4
Black with #B0EFE4
Text Example
Text Example
White with #B0EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFE4; }
p { color: rgb(176,239,228); }
H1.HeaderClassName
{
color: #B0EFE4;
}
.AnyTagClassName
{
color: #B0EFE4;
}
</style>
background-color css
<style>
a { background-color: #B0EFE4; }
a { background-color: rgb(176,239,228); }
div.DivClassName
{
background-color: #B0EFE4;
}
.BgClassName
{
background-color: #B0EFE4;
}
</style>
border-color css
<style>
span { border-color: #B0EFE4; }
span { border-color: rgb(176,239,228); }
td.TdClassName
{
border-color: #B0EFE4;
}
.TagClassName
{
border-color: #B0EFE4;
}
</style>