Shades of Water Leaf #B2FADE
Tints of Water Leaf #B2FADE
RGB
CMYK
RGB Variations
Color information
#B2FADE (or 0xB2FADE) is known color: Water Leaf. HEX triplet: B2, FA and DE. RGB value is (178,250,222). Sum of RGB (Red+Green+Blue) = 178+250+222=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FADE is #4D0521. Grayscale: #E1E1E1. Windows color (decimal): -5047586 or 14613170. OLE color: 14613170.
HSL color Cylindrical-coordinate representation of color #B2FADE: hue angle of 156.67º 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 #B2FADE is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 222 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.02 |
| HSL | 156.67º | 0.88% | 0.84% | - |
| HSV(B) | 156.67º | 0.29% | 0.98% | - |
| XYZ | 65.73 | 83.11 | 81.68 | - |
| YUV | 225.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 222 | 0.29 | 0 | 0.11 | 0.02 | 156.67 | 0.88 | 0.84 |
| Hex | B2 | FA | DE | 1D | 0 | B | 2 | 9D | 58 | 54 |
| Octal | 262 | 372 | 336 | 35 | 0 | 13 | 2 | 235 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11011110 | 11101 | 0 | 1011 | 10 | 10011101 | 1011000 | 1010100 |
Color Harmonies of #B2FADE
Complementary color
Monochromatic Colors of #B2FADE
Black with #B2FADE
Text Example
Text Example
White with #B2FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FADE; }
p { color: rgb(178,250,222); }
H1.HeaderClassName
{
color: #B2FADE;
}
.AnyTagClassName
{
color: #B2FADE;
}
</style>
background-color css
<style>
a { background-color: #B2FADE; }
a { background-color: rgb(178,250,222); }
div.DivClassName
{
background-color: #B2FADE;
}
.BgClassName
{
background-color: #B2FADE;
}
</style>
border-color css
<style>
span { border-color: #B2FADE; }
span { border-color: rgb(178,250,222); }
td.TdClassName
{
border-color: #B2FADE;
}
.TagClassName
{
border-color: #B2FADE;
}
</style>