Shades of Water Leaf #B5EBD8
Tints of Water Leaf #B5EBD8
RGB
CMYK
RGB Variations
Color information
#B5EBD8 (or 0xB5EBD8) is known color: Water Leaf. HEX triplet: B5, EB and D8. RGB value is (181,235,216). Sum of RGB (Red+Green+Blue) = 181+235+216=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBD8 is #4A1427. Grayscale: #D8D8D8. Windows color (decimal): -4854824 or 14216117. OLE color: 14216117.
HSL color Cylindrical-coordinate representation of color #B5EBD8: hue angle of 158.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBD8 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 216 | - |
CMYK | 0.23 | 0 | 0.08 | 0.08 |
HSL | 158.89º | 0.57% | 0.82% | - |
HSV(B) | 158.89º | 0.23% | 0.92% | - |
XYZ | 61.16 | 74.2 | 76.06 | - |
YUV | 216.69 | 127.61 | 102.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 216 | 0.23 | 0 | 0.08 | 0.08 | 158.89 | 0.57 | 0.82 |
Hex | B5 | EB | D8 | 17 | 0 | 8 | 8 | 9F | 39 | 52 |
Octal | 265 | 353 | 330 | 27 | 0 | 10 | 10 | 237 | 71 | 122 |
Binary | 10110101 | 11101011 | 11011000 | 10111 | 0 | 1000 | 1000 | 10011111 | 111001 | 1010010 |
Color Harmonies of #B5EBD8
Complementary color
Monochromatic Colors of #B5EBD8
Black with #B5EBD8
Text Example
Text Example
White with #B5EBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBD8; }
p { color: rgb(181,235,216); }
H1.HeaderClassName
{
color: #B5EBD8;
}
.AnyTagClassName
{
color: #B5EBD8;
}
</style>
background-color css
<style>
a { background-color: #B5EBD8; }
a { background-color: rgb(181,235,216); }
div.DivClassName
{
background-color: #B5EBD8;
}
.BgClassName
{
background-color: #B5EBD8;
}
</style>
border-color css
<style>
span { border-color: #B5EBD8; }
span { border-color: rgb(181,235,216); }
td.TdClassName
{
border-color: #B5EBD8;
}
.TagClassName
{
border-color: #B5EBD8;
}
</style>