Shades of Water Leaf #B0EFE6
Tints of Water Leaf #B0EFE6
RGB
CMYK
RGB Variations
Color information
#B0EFE6 (or 0xB0EFE6) is known color: Water Leaf. HEX triplet: B0, EF and E6. RGB value is (176,239,230). Sum of RGB (Red+Green+Blue) = 176+239+230=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFE6 is #4F1019. Grayscale: #DBDBDB. Windows color (decimal): -5181466 or 15134640. OLE color: 15134640.
HSL color Cylindrical-coordinate representation of color #B0EFE6: hue angle of 171.43º 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 #B0EFE6 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 230 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.06 |
| HSL | 171.43º | 0.66% | 0.81% | - |
| HSV(B) | 171.43º | 0.26% | 0.94% | - |
| XYZ | 63.05 | 76.68 | 86.34 | - |
| YUV | 219.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 230 | 0.26 | 0 | 0.04 | 0.06 | 171.43 | 0.66 | 0.81 |
| Hex | B0 | EF | E6 | 1A | 0 | 4 | 6 | AB | 42 | 51 |
| Octal | 260 | 357 | 346 | 32 | 0 | 4 | 6 | 253 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11100110 | 11010 | 0 | 100 | 110 | 10101011 | 1000010 | 1010001 |
Color Harmonies of #B0EFE6
Complementary color
Monochromatic Colors of #B0EFE6
Black with #B0EFE6
Text Example
Text Example
White with #B0EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFE6; }
p { color: rgb(176,239,230); }
H1.HeaderClassName
{
color: #B0EFE6;
}
.AnyTagClassName
{
color: #B0EFE6;
}
</style>
background-color css
<style>
a { background-color: #B0EFE6; }
a { background-color: rgb(176,239,230); }
div.DivClassName
{
background-color: #B0EFE6;
}
.BgClassName
{
background-color: #B0EFE6;
}
</style>
border-color css
<style>
span { border-color: #B0EFE6; }
span { border-color: rgb(176,239,230); }
td.TdClassName
{
border-color: #B0EFE6;
}
.TagClassName
{
border-color: #B0EFE6;
}
</style>