Shades of Water Leaf #B5E8E3
Tints of Water Leaf #B5E8E3
RGB
CMYK
RGB Variations
Color information
#B5E8E3 (or 0xB5E8E3) is known color: Water Leaf. HEX triplet: B5, E8 and E3. RGB value is (181,232,227). Sum of RGB (Red+Green+Blue) = 181+232+227=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8E3 is #4A171C. Grayscale: #D8D8D8. Windows color (decimal): -4855581 or 14936245. OLE color: 14936245.
HSL color Cylindrical-coordinate representation of color #B5E8E3: hue angle of 174.12º 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 #B5E8E3 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 227 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.09 |
| HSL | 174.12º | 0.53% | 0.81% | - |
| HSV(B) | 174.12º | 0.22% | 0.91% | - |
| XYZ | 61.78 | 73.08 | 83.52 | - |
| YUV | 216.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 227 | 0.22 | 0 | 0.02 | 0.09 | 174.12 | 0.53 | 0.81 |
| Hex | B5 | E8 | E3 | 16 | 0 | 2 | 9 | AE | 35 | 51 |
| Octal | 265 | 350 | 343 | 26 | 0 | 2 | 11 | 256 | 65 | 121 |
| Binary | 10110101 | 11101000 | 11100011 | 10110 | 0 | 10 | 1001 | 10101110 | 110101 | 1010001 |
Color Harmonies of #B5E8E3
Complementary color
Monochromatic Colors of #B5E8E3
Black with #B5E8E3
Text Example
Text Example
White with #B5E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8E3; }
p { color: rgb(181,232,227); }
H1.HeaderClassName
{
color: #B5E8E3;
}
.AnyTagClassName
{
color: #B5E8E3;
}
</style>
background-color css
<style>
a { background-color: #B5E8E3; }
a { background-color: rgb(181,232,227); }
div.DivClassName
{
background-color: #B5E8E3;
}
.BgClassName
{
background-color: #B5E8E3;
}
</style>
border-color css
<style>
span { border-color: #B5E8E3; }
span { border-color: rgb(181,232,227); }
td.TdClassName
{
border-color: #B5E8E3;
}
.TagClassName
{
border-color: #B5E8E3;
}
</style>