Shades of Water Leaf #B5FFEC
Tints of Water Leaf #B5FFEC
RGB
CMYK
RGB Variations
Color information
#B5FFEC (or 0xB5FFEC) is known color: Water Leaf. HEX triplet: B5, FF and EC. RGB value is (181,255,236). Sum of RGB (Red+Green+Blue) = 181+255+236=672 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.93% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFEC is #4A0013. Grayscale: #E6E6E6. Windows color (decimal): -4849684 or 15531957. OLE color: 15531957.
HSL color Cylindrical-coordinate representation of color #B5FFEC: hue angle of 164.59º 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 #B5FFEC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 236 | - |
| CMYK | 0.29 | 0 | 0.07 | 0 |
| HSL | 164.59º | 1% | 0.85% | - |
| HSV(B) | 164.59º | 0.29% | 1% | - |
| XYZ | 69.96 | 87.4 | 92.54 | - |
| YUV | 230.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 236 | 0.29 | 0 | 0.07 | 0 | 164.59 | 1 | 0.85 |
| Hex | B5 | FF | EC | 1D | 0 | 7 | 0 | A5 | 64 | 55 |
| Octal | 265 | 377 | 354 | 35 | 0 | 7 | 0 | 245 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11101100 | 11101 | 0 | 111 | 0 | 10100101 | 1100100 | 1010101 |
Color Harmonies of #B5FFEC
Complementary color
Monochromatic Colors of #B5FFEC
Black with #B5FFEC
Text Example
Text Example
White with #B5FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFEC; }
p { color: rgb(181,255,236); }
H1.HeaderClassName
{
color: #B5FFEC;
}
.AnyTagClassName
{
color: #B5FFEC;
}
</style>
background-color css
<style>
a { background-color: #B5FFEC; }
a { background-color: rgb(181,255,236); }
div.DivClassName
{
background-color: #B5FFEC;
}
.BgClassName
{
background-color: #B5FFEC;
}
</style>
border-color css
<style>
span { border-color: #B5FFEC; }
span { border-color: rgb(181,255,236); }
td.TdClassName
{
border-color: #B5FFEC;
}
.TagClassName
{
border-color: #B5FFEC;
}
</style>