Shades of Water Leaf #B0F9DE
Tints of Water Leaf #B0F9DE
RGB
CMYK
RGB Variations
Color information
#B0F9DE (or 0xB0F9DE) is known color: Water Leaf. HEX triplet: B0, F9 and DE. RGB value is (176,249,222). Sum of RGB (Red+Green+Blue) = 176+249+222=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9DE is #4F0621. Grayscale: #E0E0E0. Windows color (decimal): -5178914 or 14612912. OLE color: 14612912.
HSL color Cylindrical-coordinate representation of color #B0F9DE: hue angle of 157.81º 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 #B0F9DE is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 222 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.02 |
| HSL | 157.81º | 0.86% | 0.83% | - |
| HSV(B) | 157.81º | 0.29% | 0.98% | - |
| XYZ | 64.96 | 82.26 | 81.56 | - |
| YUV | 224.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 222 | 0.29 | 0 | 0.11 | 0.02 | 157.81 | 0.86 | 0.83 |
| Hex | B0 | F9 | DE | 1D | 0 | B | 2 | 9E | 56 | 53 |
| Octal | 260 | 371 | 336 | 35 | 0 | 13 | 2 | 236 | 126 | 123 |
| Binary | 10110000 | 11111001 | 11011110 | 11101 | 0 | 1011 | 10 | 10011110 | 1010110 | 1010011 |
Color Harmonies of #B0F9DE
Complementary color
Monochromatic Colors of #B0F9DE
Black with #B0F9DE
Text Example
Text Example
White with #B0F9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F9DE; }
p { color: rgb(176,249,222); }
H1.HeaderClassName
{
color: #B0F9DE;
}
.AnyTagClassName
{
color: #B0F9DE;
}
</style>
background-color css
<style>
a { background-color: #B0F9DE; }
a { background-color: rgb(176,249,222); }
div.DivClassName
{
background-color: #B0F9DE;
}
.BgClassName
{
background-color: #B0F9DE;
}
</style>
border-color css
<style>
span { border-color: #B0F9DE; }
span { border-color: rgb(176,249,222); }
td.TdClassName
{
border-color: #B0F9DE;
}
.TagClassName
{
border-color: #B0F9DE;
}
</style>