Shades of Water Leaf #B0F9E5
Tints of Water Leaf #B0F9E5
RGB
CMYK
RGB Variations
Color information
#B0F9E5 (or 0xB0F9E5) is known color: Water Leaf. HEX triplet: B0, F9 and E5. RGB value is (176,249,229). Sum of RGB (Red+Green+Blue) = 176+249+229=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9E5 is #4F061A. Grayscale: #E0E0E0. Windows color (decimal): -5178907 or 15071664. OLE color: 15071664.
HSL color Cylindrical-coordinate representation of color #B0F9E5: hue angle of 163.56º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9E5 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 229 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.02 |
| HSL | 163.56º | 0.86% | 0.83% | - |
| HSV(B) | 163.56º | 0.29% | 0.98% | - |
| XYZ | 65.92 | 82.64 | 86.61 | - |
| YUV | 224.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 229 | 0.29 | 0 | 0.08 | 0.02 | 163.56 | 0.86 | 0.83 |
| Hex | B0 | F9 | E5 | 1D | 0 | 8 | 2 | A4 | 56 | 53 |
| Octal | 260 | 371 | 345 | 35 | 0 | 10 | 2 | 244 | 126 | 123 |
| Binary | 10110000 | 11111001 | 11100101 | 11101 | 0 | 1000 | 10 | 10100100 | 1010110 | 1010011 |
Color Harmonies of #B0F9E5
Complementary color
Monochromatic Colors of #B0F9E5
Black with #B0F9E5
Text Example
Text Example
White with #B0F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F9E5; }
p { color: rgb(176,249,229); }
H1.HeaderClassName
{
color: #B0F9E5;
}
.AnyTagClassName
{
color: #B0F9E5;
}
</style>
background-color css
<style>
a { background-color: #B0F9E5; }
a { background-color: rgb(176,249,229); }
div.DivClassName
{
background-color: #B0F9E5;
}
.BgClassName
{
background-color: #B0F9E5;
}
</style>
border-color css
<style>
span { border-color: #B0F9E5; }
span { border-color: rgb(176,249,229); }
td.TdClassName
{
border-color: #B0F9E5;
}
.TagClassName
{
border-color: #B0F9E5;
}
</style>