Shades of Water Leaf #BAE5DD
Tints of Water Leaf #BAE5DD
RGB
CMYK
RGB Variations
Color information
#BAE5DD (or 0xBAE5DD) is known color: Water Leaf. HEX triplet: BA, E5 and DD. RGB value is (186,229,221). Sum of RGB (Red+Green+Blue) = 186+229+221=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DD is #451A22. Grayscale: #D7D7D7. Windows color (decimal): -4528675 or 14542266. OLE color: 14542266.
HSL color Cylindrical-coordinate representation of color #BAE5DD: hue angle of 168.84º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5DD is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 221 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.10 |
| HSL | 168.84º | 0.45% | 0.81% | - |
| HSV(B) | 168.84º | 0.19% | 0.9% | - |
| XYZ | 61.32 | 71.7 | 79.01 | - |
| YUV | 215.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 221 | 0.19 | 0 | 0.03 | 0.10 | 168.84 | 0.45 | 0.81 |
| Hex | BA | E5 | DD | 13 | 0 | 3 | A | A9 | 2D | 51 |
| Octal | 272 | 345 | 335 | 23 | 0 | 3 | 12 | 251 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11011101 | 10011 | 0 | 11 | 1010 | 10101001 | 101101 | 1010001 |
Color Harmonies of #BAE5DD
Complementary color
Monochromatic Colors of #BAE5DD
Black with #BAE5DD
Text Example
Text Example
White with #BAE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5DD; }
p { color: rgb(186,229,221); }
H1.HeaderClassName
{
color: #BAE5DD;
}
.AnyTagClassName
{
color: #BAE5DD;
}
</style>
background-color css
<style>
a { background-color: #BAE5DD; }
a { background-color: rgb(186,229,221); }
div.DivClassName
{
background-color: #BAE5DD;
}
.BgClassName
{
background-color: #BAE5DD;
}
</style>
border-color css
<style>
span { border-color: #BAE5DD; }
span { border-color: rgb(186,229,221); }
td.TdClassName
{
border-color: #BAE5DD;
}
.TagClassName
{
border-color: #BAE5DD;
}
</style>