Shades of Water Leaf #BAE2DC
Tints of Water Leaf #BAE2DC
RGB
CMYK
RGB Variations
Color information
#BAE2DC (or 0xBAE2DC) is known color: Water Leaf. HEX triplet: BA, E2 and DC. RGB value is (186,226,220). Sum of RGB (Red+Green+Blue) = 186+226+220=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DC is #451D23. Grayscale: #D5D5D5. Windows color (decimal): -4529444 or 14475962. OLE color: 14475962.
HSL color Cylindrical-coordinate representation of color #BAE2DC: hue angle of 171º 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 #BAE2DC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 220 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 171º | 0.41% | 0.81% | - |
| HSV(B) | 171º | 0.18% | 0.89% | - |
| XYZ | 60.36 | 70 | 78.04 | - |
| YUV | 213.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 220 | 0.18 | 0 | 0.03 | 0.11 | 171 | 0.41 | 0.81 |
| Hex | BA | E2 | DC | 12 | 0 | 3 | B | AB | 29 | 51 |
| Octal | 272 | 342 | 334 | 22 | 0 | 3 | 13 | 253 | 51 | 121 |
| Binary | 10111010 | 11100010 | 11011100 | 10010 | 0 | 11 | 1011 | 10101011 | 101001 | 1010001 |
Color Harmonies of #BAE2DC
Complementary color
Monochromatic Colors of #BAE2DC
Black with #BAE2DC
Text Example
Text Example
White with #BAE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2DC; }
p { color: rgb(186,226,220); }
H1.HeaderClassName
{
color: #BAE2DC;
}
.AnyTagClassName
{
color: #BAE2DC;
}
</style>
background-color css
<style>
a { background-color: #BAE2DC; }
a { background-color: rgb(186,226,220); }
div.DivClassName
{
background-color: #BAE2DC;
}
.BgClassName
{
background-color: #BAE2DC;
}
</style>
border-color css
<style>
span { border-color: #BAE2DC; }
span { border-color: rgb(186,226,220); }
td.TdClassName
{
border-color: #BAE2DC;
}
.TagClassName
{
border-color: #BAE2DC;
}
</style>