Shades of Water Leaf #BAEDDD
Tints of Water Leaf #BAEDDD
RGB
CMYK
RGB Variations
Color information
#BAEDDD (or 0xBAEDDD) is known color: Water Leaf. HEX triplet: BA, ED and DD. RGB value is (186,237,221). Sum of RGB (Red+Green+Blue) = 186+237+221=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDD is #451222. Grayscale: #DBDBDB. Windows color (decimal): -4526627 or 14544314. OLE color: 14544314.
HSL color Cylindrical-coordinate representation of color #BAEDDD: hue angle of 161.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDDD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 221 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.07 |
| HSL | 161.18º | 0.59% | 0.83% | - |
| HSV(B) | 161.18º | 0.22% | 0.93% | - |
| XYZ | 63.59 | 76.23 | 79.77 | - |
| YUV | 219.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 221 | 0.22 | 0 | 0.07 | 0.07 | 161.18 | 0.59 | 0.83 |
| Hex | BA | ED | DD | 16 | 0 | 7 | 7 | A1 | 3B | 53 |
| Octal | 272 | 355 | 335 | 26 | 0 | 7 | 7 | 241 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11011101 | 10110 | 0 | 111 | 111 | 10100001 | 111011 | 1010011 |
Color Harmonies of #BAEDDD
Complementary color
Monochromatic Colors of #BAEDDD
Black with #BAEDDD
Text Example
Text Example
White with #BAEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDDD; }
p { color: rgb(186,237,221); }
H1.HeaderClassName
{
color: #BAEDDD;
}
.AnyTagClassName
{
color: #BAEDDD;
}
</style>
background-color css
<style>
a { background-color: #BAEDDD; }
a { background-color: rgb(186,237,221); }
div.DivClassName
{
background-color: #BAEDDD;
}
.BgClassName
{
background-color: #BAEDDD;
}
</style>
border-color css
<style>
span { border-color: #BAEDDD; }
span { border-color: rgb(186,237,221); }
td.TdClassName
{
border-color: #BAEDDD;
}
.TagClassName
{
border-color: #BAEDDD;
}
</style>