Shades of Water Leaf #BAE9DB
Tints of Water Leaf #BAE9DB
RGB
CMYK
RGB Variations
Color information
#BAE9DB (or 0xBAE9DB) is known color: Water Leaf. HEX triplet: BA, E9 and DB. RGB value is (186,233,219). Sum of RGB (Red+Green+Blue) = 186+233+219=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DB is #451624. Grayscale: #D9D9D9. Windows color (decimal): -4527653 or 14412218. OLE color: 14412218.
HSL color Cylindrical-coordinate representation of color #BAE9DB: hue angle of 162.13º degrees, saturation: 0.52, 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 #BAE9DB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 219 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.09 |
| HSL | 162.13º | 0.52% | 0.82% | - |
| HSV(B) | 162.13º | 0.2% | 0.91% | - |
| XYZ | 62.17 | 73.83 | 77.99 | - |
| YUV | 217.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 219 | 0.20 | 0 | 0.06 | 0.09 | 162.13 | 0.52 | 0.82 |
| Hex | BA | E9 | DB | 14 | 0 | 6 | 9 | A2 | 34 | 52 |
| Octal | 272 | 351 | 333 | 24 | 0 | 6 | 11 | 242 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11011011 | 10100 | 0 | 110 | 1001 | 10100010 | 110100 | 1010010 |
Color Harmonies of #BAE9DB
Complementary color
Monochromatic Colors of #BAE9DB
Black with #BAE9DB
Text Example
Text Example
White with #BAE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9DB; }
p { color: rgb(186,233,219); }
H1.HeaderClassName
{
color: #BAE9DB;
}
.AnyTagClassName
{
color: #BAE9DB;
}
</style>
background-color css
<style>
a { background-color: #BAE9DB; }
a { background-color: rgb(186,233,219); }
div.DivClassName
{
background-color: #BAE9DB;
}
.BgClassName
{
background-color: #BAE9DB;
}
</style>
border-color css
<style>
span { border-color: #BAE9DB; }
span { border-color: rgb(186,233,219); }
td.TdClassName
{
border-color: #BAE9DB;
}
.TagClassName
{
border-color: #BAE9DB;
}
</style>