Shades of Water Leaf #B0F4E7
Tints of Water Leaf #B0F4E7
RGB
CMYK
RGB Variations
Color information
#B0F4E7 (or 0xB0F4E7) is known color: Water Leaf. HEX triplet: B0, F4 and E7. RGB value is (176,244,231). Sum of RGB (Red+Green+Blue) = 176+244+231=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F4E7 is #4F0B18. Grayscale: #DEDEDE. Windows color (decimal): -5180185 or 15201456. OLE color: 15201456.
HSL color Cylindrical-coordinate representation of color #B0F4E7: hue angle of 168.53º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4E7 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 231 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.04 |
| HSL | 168.53º | 0.76% | 0.82% | - |
| HSV(B) | 168.53º | 0.28% | 0.96% | - |
| XYZ | 64.68 | 79.7 | 87.58 | - |
| YUV | 222.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 231 | 0.28 | 0 | 0.05 | 0.04 | 168.53 | 0.76 | 0.82 |
| Hex | B0 | F4 | E7 | 1C | 0 | 5 | 4 | A9 | 4C | 52 |
| Octal | 260 | 364 | 347 | 34 | 0 | 5 | 4 | 251 | 114 | 122 |
| Binary | 10110000 | 11110100 | 11100111 | 11100 | 0 | 101 | 100 | 10101001 | 1001100 | 1010010 |
Color Harmonies of #B0F4E7
Complementary color
Monochromatic Colors of #B0F4E7
Black with #B0F4E7
Text Example
Text Example
White with #B0F4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4E7; }
p { color: rgb(176,244,231); }
H1.HeaderClassName
{
color: #B0F4E7;
}
.AnyTagClassName
{
color: #B0F4E7;
}
</style>
background-color css
<style>
a { background-color: #B0F4E7; }
a { background-color: rgb(176,244,231); }
div.DivClassName
{
background-color: #B0F4E7;
}
.BgClassName
{
background-color: #B0F4E7;
}
</style>
border-color css
<style>
span { border-color: #B0F4E7; }
span { border-color: rgb(176,244,231); }
td.TdClassName
{
border-color: #B0F4E7;
}
.TagClassName
{
border-color: #B0F4E7;
}
</style>