Shades of Water Leaf #BAE9DD
Tints of Water Leaf #BAE9DD
RGB
CMYK
RGB Variations
Color information
#BAE9DD (or 0xBAE9DD) is known color: Water Leaf. HEX triplet: BA, E9 and DD. RGB value is (186,233,221). Sum of RGB (Red+Green+Blue) = 186+233+221=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DD is #451622. Grayscale: #D9D9D9. Windows color (decimal): -4527651 or 14543290. OLE color: 14543290.
HSL color Cylindrical-coordinate representation of color #BAE9DD: hue angle of 164.68º 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 #BAE9DD is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 221 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.09 |
| HSL | 164.68º | 0.52% | 0.82% | - |
| HSV(B) | 164.68º | 0.2% | 0.91% | - |
| XYZ | 62.44 | 73.94 | 79.39 | - |
| YUV | 217.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 221 | 0.20 | 0 | 0.05 | 0.09 | 164.68 | 0.52 | 0.82 |
| Hex | BA | E9 | DD | 14 | 0 | 5 | 9 | A5 | 34 | 52 |
| Octal | 272 | 351 | 335 | 24 | 0 | 5 | 11 | 245 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11011101 | 10100 | 0 | 101 | 1001 | 10100101 | 110100 | 1010010 |
Color Harmonies of #BAE9DD
Complementary color
Monochromatic Colors of #BAE9DD
Black with #BAE9DD
Text Example
Text Example
White with #BAE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9DD; }
p { color: rgb(186,233,221); }
H1.HeaderClassName
{
color: #BAE9DD;
}
.AnyTagClassName
{
color: #BAE9DD;
}
</style>
background-color css
<style>
a { background-color: #BAE9DD; }
a { background-color: rgb(186,233,221); }
div.DivClassName
{
background-color: #BAE9DD;
}
.BgClassName
{
background-color: #BAE9DD;
}
</style>
border-color css
<style>
span { border-color: #BAE9DD; }
span { border-color: rgb(186,233,221); }
td.TdClassName
{
border-color: #BAE9DD;
}
.TagClassName
{
border-color: #BAE9DD;
}
</style>