Shades of Water Leaf #B4FDE9
Tints of Water Leaf #B4FDE9
RGB
CMYK
RGB Variations
Color information
#B4FDE9 (or 0xB4FDE9) is known color: Water Leaf. HEX triplet: B4, FD and E9. RGB value is (180,253,233). Sum of RGB (Red+Green+Blue) = 180+253+233=666 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.03% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDE9 is #4B0216. Grayscale: #E4E4E4. Windows color (decimal): -4915735 or 15334836. OLE color: 15334836.
HSL color Cylindrical-coordinate representation of color #B4FDE9: hue angle of 163.56º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FDE9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 253 | 233 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.01 |
| HSL | 163.56º | 0.95% | 0.85% | - |
| HSV(B) | 163.56º | 0.29% | 0.99% | - |
| XYZ | 68.66 | 85.84 | 90.04 | - |
| YUV | 228.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 253 | 233 | 0.29 | 0 | 0.08 | 0.01 | 163.56 | 0.95 | 0.85 |
| Hex | B4 | FD | E9 | 1D | 0 | 8 | 1 | A4 | 5F | 55 |
| Octal | 264 | 375 | 351 | 35 | 0 | 10 | 1 | 244 | 137 | 125 |
| Binary | 10110100 | 11111101 | 11101001 | 11101 | 0 | 1000 | 1 | 10100100 | 1011111 | 1010101 |
Color Harmonies of #B4FDE9
Complementary color
Monochromatic Colors of #B4FDE9
Black with #B4FDE9
Text Example
Text Example
White with #B4FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FDE9; }
p { color: rgb(180,253,233); }
H1.HeaderClassName
{
color: #B4FDE9;
}
.AnyTagClassName
{
color: #B4FDE9;
}
</style>
background-color css
<style>
a { background-color: #B4FDE9; }
a { background-color: rgb(180,253,233); }
div.DivClassName
{
background-color: #B4FDE9;
}
.BgClassName
{
background-color: #B4FDE9;
}
</style>
border-color css
<style>
span { border-color: #B4FDE9; }
span { border-color: rgb(180,253,233); }
td.TdClassName
{
border-color: #B4FDE9;
}
.TagClassName
{
border-color: #B4FDE9;
}
</style>