Shades of Water Leaf #B4FADE
Tints of Water Leaf #B4FADE
RGB
CMYK
RGB Variations
Color information
#B4FADE (or 0xB4FADE) is known color: Water Leaf. HEX triplet: B4, FA and DE. RGB value is (180,250,222). Sum of RGB (Red+Green+Blue) = 180+250+222=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FADE is #4B0521. Grayscale: #E1E1E1. Windows color (decimal): -4916514 or 14613172. OLE color: 14613172.
HSL color Cylindrical-coordinate representation of color #B4FADE: hue angle of 156º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FADE is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 222 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.02 |
| HSL | 156º | 0.88% | 0.84% | - |
| HSV(B) | 156º | 0.28% | 0.98% | - |
| XYZ | 66.19 | 83.35 | 81.71 | - |
| YUV | 225.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 222 | 0.28 | 0 | 0.11 | 0.02 | 156 | 0.88 | 0.84 |
| Hex | B4 | FA | DE | 1C | 0 | B | 2 | 9C | 58 | 54 |
| Octal | 264 | 372 | 336 | 34 | 0 | 13 | 2 | 234 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11011110 | 11100 | 0 | 1011 | 10 | 10011100 | 1011000 | 1010100 |
Color Harmonies of #B4FADE
Complementary color
Monochromatic Colors of #B4FADE
Black with #B4FADE
Text Example
Text Example
White with #B4FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FADE; }
p { color: rgb(180,250,222); }
H1.HeaderClassName
{
color: #B4FADE;
}
.AnyTagClassName
{
color: #B4FADE;
}
</style>
background-color css
<style>
a { background-color: #B4FADE; }
a { background-color: rgb(180,250,222); }
div.DivClassName
{
background-color: #B4FADE;
}
.BgClassName
{
background-color: #B4FADE;
}
</style>
border-color css
<style>
span { border-color: #B4FADE; }
span { border-color: rgb(180,250,222); }
td.TdClassName
{
border-color: #B4FADE;
}
.TagClassName
{
border-color: #B4FADE;
}
</style>