Shades of Water Leaf #B5E5DD
Tints of Water Leaf #B5E5DD
RGB
CMYK
RGB Variations
Color information
#B5E5DD (or 0xB5E5DD) is known color: Water Leaf. HEX triplet: B5, E5 and DD. RGB value is (181,229,221). Sum of RGB (Red+Green+Blue) = 181+229+221=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E5DD is #4A1A22. Grayscale: #D5D5D5. Windows color (decimal): -4856355 or 14542261. OLE color: 14542261.
HSL color Cylindrical-coordinate representation of color #B5E5DD: hue angle of 170º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E5DD is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 229 | 221 | - |
CMYK | 0.21 | 0 | 0.03 | 0.10 |
HSL | 170º | 0.48% | 0.8% | - |
HSV(B) | 170º | 0.21% | 0.9% | - |
XYZ | 60.13 | 71.08 | 78.96 | - |
YUV | 213.74 | 132.1 | 104.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 229 | 221 | 0.21 | 0 | 0.03 | 0.10 | 170 | 0.48 | 0.8 |
Hex | B5 | E5 | DD | 15 | 0 | 3 | A | AA | 30 | 50 |
Octal | 265 | 345 | 335 | 25 | 0 | 3 | 12 | 252 | 60 | 120 |
Binary | 10110101 | 11100101 | 11011101 | 10101 | 0 | 11 | 1010 | 10101010 | 110000 | 1010000 |
Color Harmonies of #B5E5DD
Complementary color
Monochromatic Colors of #B5E5DD
Black with #B5E5DD
Text Example
Text Example
White with #B5E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E5DD; }
p { color: rgb(181,229,221); }
H1.HeaderClassName
{
color: #B5E5DD;
}
.AnyTagClassName
{
color: #B5E5DD;
}
</style>
background-color css
<style>
a { background-color: #B5E5DD; }
a { background-color: rgb(181,229,221); }
div.DivClassName
{
background-color: #B5E5DD;
}
.BgClassName
{
background-color: #B5E5DD;
}
</style>
border-color css
<style>
span { border-color: #B5E5DD; }
span { border-color: rgb(181,229,221); }
td.TdClassName
{
border-color: #B5E5DD;
}
.TagClassName
{
border-color: #B5E5DD;
}
</style>