Shades of Water Leaf #BAE4DD
Tints of Water Leaf #BAE4DD
RGB
CMYK
RGB Variations
Color information
#BAE4DD (or 0xBAE4DD) is known color: Water Leaf. HEX triplet: BA, E4 and DD. RGB value is (186,228,221). Sum of RGB (Red+Green+Blue) = 186+228+221=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DD is #451B22. Grayscale: #D6D6D6. Windows color (decimal): -4528931 or 14542010. OLE color: 14542010.
HSL color Cylindrical-coordinate representation of color #BAE4DD: hue angle of 170º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 221 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 170º | 0.44% | 0.81% | - |
| HSV(B) | 170º | 0.18% | 0.89% | - |
| XYZ | 61.04 | 71.15 | 78.92 | - |
| YUV | 214.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 221 | 0.18 | 0 | 0.03 | 0.11 | 170 | 0.44 | 0.81 |
| Hex | BA | E4 | DD | 12 | 0 | 3 | B | AA | 2C | 51 |
| Octal | 272 | 344 | 335 | 22 | 0 | 3 | 13 | 252 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11011101 | 10010 | 0 | 11 | 1011 | 10101010 | 101100 | 1010001 |
Color Harmonies of #BAE4DD
Complementary color
Monochromatic Colors of #BAE4DD
Black with #BAE4DD
Text Example
Text Example
White with #BAE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4DD; }
p { color: rgb(186,228,221); }
H1.HeaderClassName
{
color: #BAE4DD;
}
.AnyTagClassName
{
color: #BAE4DD;
}
</style>
background-color css
<style>
a { background-color: #BAE4DD; }
a { background-color: rgb(186,228,221); }
div.DivClassName
{
background-color: #BAE4DD;
}
.BgClassName
{
background-color: #BAE4DD;
}
</style>
border-color css
<style>
span { border-color: #BAE4DD; }
span { border-color: rgb(186,228,221); }
td.TdClassName
{
border-color: #BAE4DD;
}
.TagClassName
{
border-color: #BAE4DD;
}
</style>