Shades of Water Leaf #BAE2DE
Tints of Water Leaf #BAE2DE
RGB
CMYK
RGB Variations
Color information
#BAE2DE (or 0xBAE2DE) is known color: Water Leaf. HEX triplet: BA, E2 and DE. RGB value is (186,226,222). Sum of RGB (Red+Green+Blue) = 186+226+222=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DE is #451D21. Grayscale: #D5D5D5. Windows color (decimal): -4529442 or 14607034. OLE color: 14607034.
HSL color Cylindrical-coordinate representation of color #BAE2DE: hue angle of 174º degrees, saturation: 0.41, 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 #BAE2DE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 222 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.11 |
| HSL | 174º | 0.41% | 0.81% | - |
| HSV(B) | 174º | 0.18% | 0.89% | - |
| XYZ | 60.63 | 70.11 | 79.44 | - |
| YUV | 213.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 222 | 0.18 | 0 | 0.02 | 0.11 | 174 | 0.41 | 0.81 |
| Hex | BA | E2 | DE | 12 | 0 | 2 | B | AE | 29 | 51 |
| Octal | 272 | 342 | 336 | 22 | 0 | 2 | 13 | 256 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11011110 | 10010 | 0 | 10 | 1011 | 10101110 | 101001 | 1010001 |
Color Harmonies of #BAE2DE
Complementary color
Monochromatic Colors of #BAE2DE
Black with #BAE2DE
Text Example
Text Example
White with #BAE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2DE; }
p { color: rgb(186,226,222); }
H1.HeaderClassName
{
color: #BAE2DE;
}
.AnyTagClassName
{
color: #BAE2DE;
}
</style>
background-color css
<style>
a { background-color: #BAE2DE; }
a { background-color: rgb(186,226,222); }
div.DivClassName
{
background-color: #BAE2DE;
}
.BgClassName
{
background-color: #BAE2DE;
}
</style>
border-color css
<style>
span { border-color: #BAE2DE; }
span { border-color: rgb(186,226,222); }
td.TdClassName
{
border-color: #BAE2DE;
}
.TagClassName
{
border-color: #BAE2DE;
}
</style>