Shades of Water Leaf #B0F3E8
Tints of Water Leaf #B0F3E8
RGB
CMYK
RGB Variations
Color information
#B0F3E8 (or 0xB0F3E8) is known color: Water Leaf. HEX triplet: B0, F3 and E8. RGB value is (176,243,232). Sum of RGB (Red+Green+Blue) = 176+243+232=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3E8 is #4F0C17. Grayscale: #DDDDDD. Windows color (decimal): -5180440 or 15266736. OLE color: 15266736.
HSL color Cylindrical-coordinate representation of color #B0F3E8: hue angle of 170.15º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3E8 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 232 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.05 |
| HSL | 170.15º | 0.74% | 0.82% | - |
| HSV(B) | 170.15º | 0.28% | 0.95% | - |
| XYZ | 64.52 | 79.16 | 88.22 | - |
| YUV | 221.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 232 | 0.28 | 0 | 0.05 | 0.05 | 170.15 | 0.74 | 0.82 |
| Hex | B0 | F3 | E8 | 1C | 0 | 5 | 5 | AA | 4A | 52 |
| Octal | 260 | 363 | 350 | 34 | 0 | 5 | 5 | 252 | 112 | 122 |
| Binary | 10110000 | 11110011 | 11101000 | 11100 | 0 | 101 | 101 | 10101010 | 1001010 | 1010010 |
Color Harmonies of #B0F3E8
Complementary color
Monochromatic Colors of #B0F3E8
Black with #B0F3E8
Text Example
Text Example
White with #B0F3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3E8; }
p { color: rgb(176,243,232); }
H1.HeaderClassName
{
color: #B0F3E8;
}
.AnyTagClassName
{
color: #B0F3E8;
}
</style>
background-color css
<style>
a { background-color: #B0F3E8; }
a { background-color: rgb(176,243,232); }
div.DivClassName
{
background-color: #B0F3E8;
}
.BgClassName
{
background-color: #B0F3E8;
}
</style>
border-color css
<style>
span { border-color: #B0F3E8; }
span { border-color: rgb(176,243,232); }
td.TdClassName
{
border-color: #B0F3E8;
}
.TagClassName
{
border-color: #B0F3E8;
}
</style>