Shades of Water Leaf #BAE4DB
Tints of Water Leaf #BAE4DB
RGB
CMYK
RGB Variations
Color information
#BAE4DB (or 0xBAE4DB) is known color: Water Leaf. HEX triplet: BA, E4 and DB. RGB value is (186,228,219). Sum of RGB (Red+Green+Blue) = 186+228+219=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DB is #451B24. Grayscale: #D6D6D6. Windows color (decimal): -4528933 or 14410938. OLE color: 14410938.
HSL color Cylindrical-coordinate representation of color #BAE4DB: hue angle of 167.14º 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 #BAE4DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 219 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 167.14º | 0.44% | 0.81% | - |
| HSV(B) | 167.14º | 0.18% | 0.89% | - |
| XYZ | 60.78 | 71.04 | 77.53 | - |
| YUV | 214.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 219 | 0.18 | 0 | 0.04 | 0.11 | 167.14 | 0.44 | 0.81 |
| Hex | BA | E4 | DB | 12 | 0 | 4 | B | A7 | 2C | 51 |
| Octal | 272 | 344 | 333 | 22 | 0 | 4 | 13 | 247 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11011011 | 10010 | 0 | 100 | 1011 | 10100111 | 101100 | 1010001 |
Color Harmonies of #BAE4DB
Complementary color
Monochromatic Colors of #BAE4DB
Black with #BAE4DB
Text Example
Text Example
White with #BAE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4DB; }
p { color: rgb(186,228,219); }
H1.HeaderClassName
{
color: #BAE4DB;
}
.AnyTagClassName
{
color: #BAE4DB;
}
</style>
background-color css
<style>
a { background-color: #BAE4DB; }
a { background-color: rgb(186,228,219); }
div.DivClassName
{
background-color: #BAE4DB;
}
.BgClassName
{
background-color: #BAE4DB;
}
</style>
border-color css
<style>
span { border-color: #BAE4DB; }
span { border-color: rgb(186,228,219); }
td.TdClassName
{
border-color: #BAE4DB;
}
.TagClassName
{
border-color: #BAE4DB;
}
</style>