Shades of Water Leaf #B0FADF
Tints of Water Leaf #B0FADF
RGB
CMYK
RGB Variations
Color information
#B0FADF (or 0xB0FADF) is known color: Water Leaf. HEX triplet: B0, FA and DF. RGB value is (176,250,223). Sum of RGB (Red+Green+Blue) = 176+250+223=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FADF is #4F0520. Grayscale: #E0E0E0. Windows color (decimal): -5178657 or 14678704. OLE color: 14678704.
HSL color Cylindrical-coordinate representation of color #B0FADF: hue angle of 158.11º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FADF is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 223 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.02 |
| HSL | 158.11º | 0.88% | 0.84% | - |
| HSV(B) | 158.11º | 0.3% | 0.98% | - |
| XYZ | 65.41 | 82.93 | 82.37 | - |
| YUV | 224.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 223 | 0.30 | 0 | 0.11 | 0.02 | 158.11 | 0.88 | 0.84 |
| Hex | B0 | FA | DF | 1E | 0 | B | 2 | 9E | 58 | 54 |
| Octal | 260 | 372 | 337 | 36 | 0 | 13 | 2 | 236 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11011111 | 11110 | 0 | 1011 | 10 | 10011110 | 1011000 | 1010100 |
Color Harmonies of #B0FADF
Complementary color
Monochromatic Colors of #B0FADF
Black with #B0FADF
Text Example
Text Example
White with #B0FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FADF; }
p { color: rgb(176,250,223); }
H1.HeaderClassName
{
color: #B0FADF;
}
.AnyTagClassName
{
color: #B0FADF;
}
</style>
background-color css
<style>
a { background-color: #B0FADF; }
a { background-color: rgb(176,250,223); }
div.DivClassName
{
background-color: #B0FADF;
}
.BgClassName
{
background-color: #B0FADF;
}
</style>
border-color css
<style>
span { border-color: #B0FADF; }
span { border-color: rgb(176,250,223); }
td.TdClassName
{
border-color: #B0FADF;
}
.TagClassName
{
border-color: #B0FADF;
}
</style>