Shades of Water Leaf #BAE8DA
Tints of Water Leaf #BAE8DA
RGB
CMYK
RGB Variations
Color information
#BAE8DA (or 0xBAE8DA) is known color: Water Leaf. HEX triplet: BA, E8 and DA. RGB value is (186,232,218). Sum of RGB (Red+Green+Blue) = 186+232+218=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8DA is #451725. Grayscale: #D8D8D8. Windows color (decimal): -4527910 or 14346426. OLE color: 14346426.
HSL color Cylindrical-coordinate representation of color #BAE8DA: hue angle of 161.74º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8DA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 218 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.09 |
| HSL | 161.74º | 0.5% | 0.82% | - |
| HSV(B) | 161.74º | 0.2% | 0.91% | - |
| XYZ | 61.76 | 73.21 | 77.21 | - |
| YUV | 216.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 218 | 0.20 | 0 | 0.06 | 0.09 | 161.74 | 0.5 | 0.82 |
| Hex | BA | E8 | DA | 14 | 0 | 6 | 9 | A2 | 32 | 52 |
| Octal | 272 | 350 | 332 | 24 | 0 | 6 | 11 | 242 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11011010 | 10100 | 0 | 110 | 1001 | 10100010 | 110010 | 1010010 |
Color Harmonies of #BAE8DA
Complementary color
Monochromatic Colors of #BAE8DA
Black with #BAE8DA
Text Example
Text Example
White with #BAE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8DA; }
p { color: rgb(186,232,218); }
H1.HeaderClassName
{
color: #BAE8DA;
}
.AnyTagClassName
{
color: #BAE8DA;
}
</style>
background-color css
<style>
a { background-color: #BAE8DA; }
a { background-color: rgb(186,232,218); }
div.DivClassName
{
background-color: #BAE8DA;
}
.BgClassName
{
background-color: #BAE8DA;
}
</style>
border-color css
<style>
span { border-color: #BAE8DA; }
span { border-color: rgb(186,232,218); }
td.TdClassName
{
border-color: #BAE8DA;
}
.TagClassName
{
border-color: #BAE8DA;
}
</style>