Shades of Water Leaf #B5E7DC
Tints of Water Leaf #B5E7DC
RGB
CMYK
RGB Variations
Color information
#B5E7DC (or 0xB5E7DC) is known color: Water Leaf. HEX triplet: B5, E7 and DC. RGB value is (181,231,220). Sum of RGB (Red+Green+Blue) = 181+231+220=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7DC is #4A1823. Grayscale: #D6D6D6. Windows color (decimal): -4855844 or 14477237. OLE color: 14477237.
HSL color Cylindrical-coordinate representation of color #B5E7DC: hue angle of 166.8º 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 #B5E7DC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 220 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.09 |
| HSL | 166.8º | 0.51% | 0.81% | - |
| HSV(B) | 166.8º | 0.22% | 0.91% | - |
| XYZ | 60.55 | 72.14 | 78.44 | - |
| YUV | 214.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 220 | 0.22 | 0 | 0.05 | 0.09 | 166.8 | 0.51 | 0.81 |
| Hex | B5 | E7 | DC | 16 | 0 | 5 | 9 | A7 | 33 | 51 |
| Octal | 265 | 347 | 334 | 26 | 0 | 5 | 11 | 247 | 63 | 121 |
| Binary | 10110101 | 11100111 | 11011100 | 10110 | 0 | 101 | 1001 | 10100111 | 110011 | 1010001 |
Color Harmonies of #B5E7DC
Complementary color
Monochromatic Colors of #B5E7DC
Black with #B5E7DC
Text Example
Text Example
White with #B5E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7DC; }
p { color: rgb(181,231,220); }
H1.HeaderClassName
{
color: #B5E7DC;
}
.AnyTagClassName
{
color: #B5E7DC;
}
</style>
background-color css
<style>
a { background-color: #B5E7DC; }
a { background-color: rgb(181,231,220); }
div.DivClassName
{
background-color: #B5E7DC;
}
.BgClassName
{
background-color: #B5E7DC;
}
</style>
border-color css
<style>
span { border-color: #B5E7DC; }
span { border-color: rgb(181,231,220); }
td.TdClassName
{
border-color: #B5E7DC;
}
.TagClassName
{
border-color: #B5E7DC;
}
</style>