Shades of Water Leaf #B5E8E2
Tints of Water Leaf #B5E8E2
RGB
CMYK
RGB Variations
Color information
#B5E8E2 (or 0xB5E8E2) is known color: Water Leaf. HEX triplet: B5, E8 and E2. RGB value is (181,232,226). Sum of RGB (Red+Green+Blue) = 181+232+226=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8E2 is #4A171D. Grayscale: #D8D8D8. Windows color (decimal): -4855582 or 14870709. OLE color: 14870709.
HSL color Cylindrical-coordinate representation of color #B5E8E2: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8E2 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 232 | 226 | - |
CMYK | 0.22 | 0 | 0.03 | 0.09 |
HSL | 172.94º | 0.53% | 0.81% | - |
HSV(B) | 172.94º | 0.22% | 0.91% | - |
XYZ | 61.64 | 73.03 | 82.8 | - |
YUV | 216.07 | 133.6 | 102.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 232 | 226 | 0.22 | 0 | 0.03 | 0.09 | 172.94 | 0.53 | 0.81 |
Hex | B5 | E8 | E2 | 16 | 0 | 3 | 9 | AD | 35 | 51 |
Octal | 265 | 350 | 342 | 26 | 0 | 3 | 11 | 255 | 65 | 121 |
Binary | 10110101 | 11101000 | 11100010 | 10110 | 0 | 11 | 1001 | 10101101 | 110101 | 1010001 |
Color Harmonies of #B5E8E2
Complementary color
Monochromatic Colors of #B5E8E2
Black with #B5E8E2
Text Example
Text Example
White with #B5E8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8E2; }
p { color: rgb(181,232,226); }
H1.HeaderClassName
{
color: #B5E8E2;
}
.AnyTagClassName
{
color: #B5E8E2;
}
</style>
background-color css
<style>
a { background-color: #B5E8E2; }
a { background-color: rgb(181,232,226); }
div.DivClassName
{
background-color: #B5E8E2;
}
.BgClassName
{
background-color: #B5E8E2;
}
</style>
border-color css
<style>
span { border-color: #B5E8E2; }
span { border-color: rgb(181,232,226); }
td.TdClassName
{
border-color: #B5E8E2;
}
.TagClassName
{
border-color: #B5E8E2;
}
</style>