Shades of Water Leaf #B5EBE4
Tints of Water Leaf #B5EBE4
RGB
CMYK
RGB Variations
Color information
#B5EBE4 (or 0xB5EBE4) is known color: Water Leaf. HEX triplet: B5, EB and E4. RGB value is (181,235,228). Sum of RGB (Red+Green+Blue) = 181+235+228=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBE4 is #4A141B. Grayscale: #DADADA. Windows color (decimal): -4854812 or 15002549. OLE color: 15002549.
HSL color Cylindrical-coordinate representation of color #B5EBE4: hue angle of 172.22º 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 #B5EBE4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 228 | - |
CMYK | 0.23 | 0 | 0.03 | 0.08 |
HSL | 172.22º | 0.57% | 0.82% | - |
HSV(B) | 172.22º | 0.23% | 0.92% | - |
XYZ | 62.77 | 74.84 | 84.54 | - |
YUV | 218.06 | 133.61 | 101.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 228 | 0.23 | 0 | 0.03 | 0.08 | 172.22 | 0.57 | 0.82 |
Hex | B5 | EB | E4 | 17 | 0 | 3 | 8 | AC | 39 | 52 |
Octal | 265 | 353 | 344 | 27 | 0 | 3 | 10 | 254 | 71 | 122 |
Binary | 10110101 | 11101011 | 11100100 | 10111 | 0 | 11 | 1000 | 10101100 | 111001 | 1010010 |
Color Harmonies of #B5EBE4
Complementary color
Monochromatic Colors of #B5EBE4
Black with #B5EBE4
Text Example
Text Example
White with #B5EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBE4; }
p { color: rgb(181,235,228); }
H1.HeaderClassName
{
color: #B5EBE4;
}
.AnyTagClassName
{
color: #B5EBE4;
}
</style>
background-color css
<style>
a { background-color: #B5EBE4; }
a { background-color: rgb(181,235,228); }
div.DivClassName
{
background-color: #B5EBE4;
}
.BgClassName
{
background-color: #B5EBE4;
}
</style>
border-color css
<style>
span { border-color: #B5EBE4; }
span { border-color: rgb(181,235,228); }
td.TdClassName
{
border-color: #B5EBE4;
}
.TagClassName
{
border-color: #B5EBE4;
}
</style>