Shades of Water Leaf #B5EBE3
Tints of Water Leaf #B5EBE3
RGB
CMYK
RGB Variations
Color information
#B5EBE3 (or 0xB5EBE3) is known color: Water Leaf. HEX triplet: B5, EB and E3. RGB value is (181,235,227). Sum of RGB (Red+Green+Blue) = 181+235+227=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBE3 is #4A141C. Grayscale: #D9D9D9. Windows color (decimal): -4854813 or 14937013. OLE color: 14937013.
HSL color Cylindrical-coordinate representation of color #B5EBE3: hue angle of 171.11º 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 #B5EBE3 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 227 | - |
CMYK | 0.23 | 0 | 0.03 | 0.08 |
HSL | 171.11º | 0.57% | 0.82% | - |
HSV(B) | 171.11º | 0.23% | 0.92% | - |
XYZ | 62.63 | 74.79 | 83.81 | - |
YUV | 217.94 | 133.11 | 101.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 227 | 0.23 | 0 | 0.03 | 0.08 | 171.11 | 0.57 | 0.82 |
Hex | B5 | EB | E3 | 17 | 0 | 3 | 8 | AB | 39 | 52 |
Octal | 265 | 353 | 343 | 27 | 0 | 3 | 10 | 253 | 71 | 122 |
Binary | 10110101 | 11101011 | 11100011 | 10111 | 0 | 11 | 1000 | 10101011 | 111001 | 1010010 |
Color Harmonies of #B5EBE3
Complementary color
Monochromatic Colors of #B5EBE3
Black with #B5EBE3
Text Example
Text Example
White with #B5EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBE3; }
p { color: rgb(181,235,227); }
H1.HeaderClassName
{
color: #B5EBE3;
}
.AnyTagClassName
{
color: #B5EBE3;
}
</style>
background-color css
<style>
a { background-color: #B5EBE3; }
a { background-color: rgb(181,235,227); }
div.DivClassName
{
background-color: #B5EBE3;
}
.BgClassName
{
background-color: #B5EBE3;
}
</style>
border-color css
<style>
span { border-color: #B5EBE3; }
span { border-color: rgb(181,235,227); }
td.TdClassName
{
border-color: #B5EBE3;
}
.TagClassName
{
border-color: #B5EBE3;
}
</style>