Shades of Water Leaf #B0FCDF
Tints of Water Leaf #B0FCDF
RGB
CMYK
RGB Variations
Color information
#B0FCDF (or 0xB0FCDF) is known color: Water Leaf. HEX triplet: B0, FC and DF. RGB value is (176,252,223). Sum of RGB (Red+Green+Blue) = 176+252+223=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDF is #4F0320. Grayscale: #E2E2E2. Windows color (decimal): -5178145 or 14679216. OLE color: 14679216.
HSL color Cylindrical-coordinate representation of color #B0FCDF: hue angle of 157.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 223 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.01 |
| HSL | 157.11º | 0.93% | 0.84% | - |
| HSV(B) | 157.11º | 0.3% | 0.99% | - |
| XYZ | 66.03 | 84.18 | 82.58 | - |
| YUV | 225.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 223 | 0.30 | 0 | 0.12 | 0.01 | 157.11 | 0.93 | 0.84 |
| Hex | B0 | FC | DF | 1E | 0 | C | 1 | 9D | 5D | 54 |
| Octal | 260 | 374 | 337 | 36 | 0 | 14 | 1 | 235 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11011111 | 11110 | 0 | 1100 | 1 | 10011101 | 1011101 | 1010100 |
Color Harmonies of #B0FCDF
Complementary color
Monochromatic Colors of #B0FCDF
Black with #B0FCDF
Text Example
Text Example
White with #B0FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCDF; }
p { color: rgb(176,252,223); }
H1.HeaderClassName
{
color: #B0FCDF;
}
.AnyTagClassName
{
color: #B0FCDF;
}
</style>
background-color css
<style>
a { background-color: #B0FCDF; }
a { background-color: rgb(176,252,223); }
div.DivClassName
{
background-color: #B0FCDF;
}
.BgClassName
{
background-color: #B0FCDF;
}
</style>
border-color css
<style>
span { border-color: #B0FCDF; }
span { border-color: rgb(176,252,223); }
td.TdClassName
{
border-color: #B0FCDF;
}
.TagClassName
{
border-color: #B0FCDF;
}
</style>