Shades of Water Leaf #B5E7DD
Tints of Water Leaf #B5E7DD
RGB
CMYK
RGB Variations
Color information
#B5E7DD (or 0xB5E7DD) is known color: Water Leaf. HEX triplet: B5, E7 and DD. RGB value is (181,231,221). Sum of RGB (Red+Green+Blue) = 181+231+221=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7DD is #4A1822. Grayscale: #D6D6D6. Windows color (decimal): -4855843 or 14542773. OLE color: 14542773.
HSL color Cylindrical-coordinate representation of color #B5E7DD: hue angle of 168º degrees, saturation: 0.51, 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 #B5E7DD is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 221 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.09 |
| HSL | 168º | 0.51% | 0.81% | - |
| HSV(B) | 168º | 0.22% | 0.91% | - |
| XYZ | 60.68 | 72.2 | 79.14 | - |
| YUV | 214.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 221 | 0.22 | 0 | 0.04 | 0.09 | 168 | 0.51 | 0.81 |
| Hex | B5 | E7 | DD | 16 | 0 | 4 | 9 | A8 | 33 | 51 |
| Octal | 265 | 347 | 335 | 26 | 0 | 4 | 11 | 250 | 63 | 121 |
| Binary | 10110101 | 11100111 | 11011101 | 10110 | 0 | 100 | 1001 | 10101000 | 110011 | 1010001 |
Color Harmonies of #B5E7DD
Complementary color
Monochromatic Colors of #B5E7DD
Black with #B5E7DD
Text Example
Text Example
White with #B5E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7DD; }
p { color: rgb(181,231,221); }
H1.HeaderClassName
{
color: #B5E7DD;
}
.AnyTagClassName
{
color: #B5E7DD;
}
</style>
background-color css
<style>
a { background-color: #B5E7DD; }
a { background-color: rgb(181,231,221); }
div.DivClassName
{
background-color: #B5E7DD;
}
.BgClassName
{
background-color: #B5E7DD;
}
</style>
border-color css
<style>
span { border-color: #B5E7DD; }
span { border-color: rgb(181,231,221); }
td.TdClassName
{
border-color: #B5E7DD;
}
.TagClassName
{
border-color: #B5E7DD;
}
</style>