Shades of Water Leaf #BAE3DC
Tints of Water Leaf #BAE3DC
RGB
CMYK
RGB Variations
Color information
#BAE3DC (or 0xBAE3DC) is known color: Water Leaf. HEX triplet: BA, E3 and DC. RGB value is (186,227,220). Sum of RGB (Red+Green+Blue) = 186+227+220=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3DC is #451C23. Grayscale: #D5D5D5. Windows color (decimal): -4529188 or 14476218. OLE color: 14476218.
HSL color Cylindrical-coordinate representation of color #BAE3DC: hue angle of 169.76º degrees, saturation: 0.42, 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 #BAE3DC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 220 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 169.76º | 0.42% | 0.81% | - |
| HSV(B) | 169.76º | 0.18% | 0.89% | - |
| XYZ | 60.64 | 70.54 | 78.13 | - |
| YUV | 213.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 220 | 0.18 | 0 | 0.03 | 0.11 | 169.76 | 0.42 | 0.81 |
| Hex | BA | E3 | DC | 12 | 0 | 3 | B | AA | 2A | 51 |
| Octal | 272 | 343 | 334 | 22 | 0 | 3 | 13 | 252 | 52 | 121 |
| Binary | 10111010 | 11100011 | 11011100 | 10010 | 0 | 11 | 1011 | 10101010 | 101010 | 1010001 |
Color Harmonies of #BAE3DC
Complementary color
Monochromatic Colors of #BAE3DC
Black with #BAE3DC
Text Example
Text Example
White with #BAE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3DC; }
p { color: rgb(186,227,220); }
H1.HeaderClassName
{
color: #BAE3DC;
}
.AnyTagClassName
{
color: #BAE3DC;
}
</style>
background-color css
<style>
a { background-color: #BAE3DC; }
a { background-color: rgb(186,227,220); }
div.DivClassName
{
background-color: #BAE3DC;
}
.BgClassName
{
background-color: #BAE3DC;
}
</style>
border-color css
<style>
span { border-color: #BAE3DC; }
span { border-color: rgb(186,227,220); }
td.TdClassName
{
border-color: #BAE3DC;
}
.TagClassName
{
border-color: #BAE3DC;
}
</style>