Shades of Water Leaf #B2FADF
Tints of Water Leaf #B2FADF
RGB
CMYK
RGB Variations
Color information
#B2FADF (or 0xB2FADF) is known color: Water Leaf. HEX triplet: B2, FA and DF. RGB value is (178,250,223). Sum of RGB (Red+Green+Blue) = 178+250+223=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FADF is #4D0520. Grayscale: #E1E1E1. Windows color (decimal): -5047585 or 14678706. OLE color: 14678706.
HSL color Cylindrical-coordinate representation of color #B2FADF: hue angle of 157.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FADF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 223 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.02 |
| HSL | 157.5º | 0.88% | 0.84% | - |
| HSV(B) | 157.5º | 0.29% | 0.98% | - |
| XYZ | 65.86 | 83.16 | 82.39 | - |
| YUV | 225.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 223 | 0.29 | 0 | 0.11 | 0.02 | 157.5 | 0.88 | 0.84 |
| Hex | B2 | FA | DF | 1D | 0 | B | 2 | 9E | 58 | 54 |
| Octal | 262 | 372 | 337 | 35 | 0 | 13 | 2 | 236 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11011111 | 11101 | 0 | 1011 | 10 | 10011110 | 1011000 | 1010100 |
Color Harmonies of #B2FADF
Complementary color
Monochromatic Colors of #B2FADF
Black with #B2FADF
Text Example
Text Example
White with #B2FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FADF; }
p { color: rgb(178,250,223); }
H1.HeaderClassName
{
color: #B2FADF;
}
.AnyTagClassName
{
color: #B2FADF;
}
</style>
background-color css
<style>
a { background-color: #B2FADF; }
a { background-color: rgb(178,250,223); }
div.DivClassName
{
background-color: #B2FADF;
}
.BgClassName
{
background-color: #B2FADF;
}
</style>
border-color css
<style>
span { border-color: #B2FADF; }
span { border-color: rgb(178,250,223); }
td.TdClassName
{
border-color: #B2FADF;
}
.TagClassName
{
border-color: #B2FADF;
}
</style>