Shades of Water Leaf #B5FDE8
Tints of Water Leaf #B5FDE8
RGB
CMYK
RGB Variations
Color information
#B5FDE8 (or 0xB5FDE8) is known color: Water Leaf. HEX triplet: B5, FD and E8. RGB value is (181,253,232). Sum of RGB (Red+Green+Blue) = 181+253+232=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDE8 is #4A0217. Grayscale: #E5E5E5. Windows color (decimal): -4850200 or 15269301. OLE color: 15269301.
HSL color Cylindrical-coordinate representation of color #B5FDE8: hue angle of 162.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDE8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 232 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.01 |
| HSL | 162.5º | 0.95% | 0.85% | - |
| HSV(B) | 162.5º | 0.28% | 0.99% | - |
| XYZ | 68.75 | 85.9 | 89.3 | - |
| YUV | 229.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 232 | 0.28 | 0 | 0.08 | 0.01 | 162.5 | 0.95 | 0.85 |
| Hex | B5 | FD | E8 | 1C | 0 | 8 | 1 | A2 | 5F | 55 |
| Octal | 265 | 375 | 350 | 34 | 0 | 10 | 1 | 242 | 137 | 125 |
| Binary | 10110101 | 11111101 | 11101000 | 11100 | 0 | 1000 | 1 | 10100010 | 1011111 | 1010101 |
Color Harmonies of #B5FDE8
Complementary color
Monochromatic Colors of #B5FDE8
Black with #B5FDE8
Text Example
Text Example
White with #B5FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDE8; }
p { color: rgb(181,253,232); }
H1.HeaderClassName
{
color: #B5FDE8;
}
.AnyTagClassName
{
color: #B5FDE8;
}
</style>
background-color css
<style>
a { background-color: #B5FDE8; }
a { background-color: rgb(181,253,232); }
div.DivClassName
{
background-color: #B5FDE8;
}
.BgClassName
{
background-color: #B5FDE8;
}
</style>
border-color css
<style>
span { border-color: #B5FDE8; }
span { border-color: rgb(181,253,232); }
td.TdClassName
{
border-color: #B5FDE8;
}
.TagClassName
{
border-color: #B5FDE8;
}
</style>