Shades of Water Leaf #B4FFED
Tints of Water Leaf #B4FFED
RGB
CMYK
RGB Variations
Color information
#B4FFED (or 0xB4FFED) is known color: Water Leaf. HEX triplet: B4, FF and ED. RGB value is (180,255,237). Sum of RGB (Red+Green+Blue) = 180+255+237=672 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.79% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFED is #4B0012. Grayscale: #E6E6E6. Windows color (decimal): -4915219 or 15597492. OLE color: 15597492.
HSL color Cylindrical-coordinate representation of color #B4FFED: hue angle of 165.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFED is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 237 | - |
| CMYK | 0.29 | 0 | 0.07 | 0 |
| HSL | 165.6º | 1% | 0.85% | - |
| HSV(B) | 165.6º | 0.29% | 1% | - |
| XYZ | 69.87 | 87.34 | 93.3 | - |
| YUV | 230.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 237 | 0.29 | 0 | 0.07 | 0 | 165.6 | 1 | 0.85 |
| Hex | B4 | FF | ED | 1D | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 264 | 377 | 355 | 35 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11101101 | 11101 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B4FFED
Complementary color
Monochromatic Colors of #B4FFED
Black with #B4FFED
Text Example
Text Example
White with #B4FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFED; }
p { color: rgb(180,255,237); }
H1.HeaderClassName
{
color: #B4FFED;
}
.AnyTagClassName
{
color: #B4FFED;
}
</style>
background-color css
<style>
a { background-color: #B4FFED; }
a { background-color: rgb(180,255,237); }
div.DivClassName
{
background-color: #B4FFED;
}
.BgClassName
{
background-color: #B4FFED;
}
</style>
border-color css
<style>
span { border-color: #B4FFED; }
span { border-color: rgb(180,255,237); }
td.TdClassName
{
border-color: #B4FFED;
}
.TagClassName
{
border-color: #B4FFED;
}
</style>