Shades of Water Leaf #BAEBDA
Tints of Water Leaf #BAEBDA
RGB
CMYK
RGB Variations
Color information
#BAEBDA (or 0xBAEBDA) is known color: Water Leaf. HEX triplet: BA, EB and DA. RGB value is (186,235,218). Sum of RGB (Red+Green+Blue) = 186+235+218=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBDA is #451425. Grayscale: #DADADA. Windows color (decimal): -4527142 or 14347194. OLE color: 14347194.
HSL color Cylindrical-coordinate representation of color #BAEBDA: hue angle of 159.18º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBDA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 218 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.08 |
| HSL | 159.18º | 0.55% | 0.83% | - |
| HSV(B) | 159.18º | 0.21% | 0.92% | - |
| XYZ | 62.61 | 74.92 | 77.49 | - |
| YUV | 218.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 218 | 0.21 | 0 | 0.07 | 0.08 | 159.18 | 0.55 | 0.83 |
| Hex | BA | EB | DA | 15 | 0 | 7 | 8 | 9F | 37 | 53 |
| Octal | 272 | 353 | 332 | 25 | 0 | 7 | 10 | 237 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11011010 | 10101 | 0 | 111 | 1000 | 10011111 | 110111 | 1010011 |
Color Harmonies of #BAEBDA
Complementary color
Monochromatic Colors of #BAEBDA
Black with #BAEBDA
Text Example
Text Example
White with #BAEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBDA; }
p { color: rgb(186,235,218); }
H1.HeaderClassName
{
color: #BAEBDA;
}
.AnyTagClassName
{
color: #BAEBDA;
}
</style>
background-color css
<style>
a { background-color: #BAEBDA; }
a { background-color: rgb(186,235,218); }
div.DivClassName
{
background-color: #BAEBDA;
}
.BgClassName
{
background-color: #BAEBDA;
}
</style>
border-color css
<style>
span { border-color: #BAEBDA; }
span { border-color: rgb(186,235,218); }
td.TdClassName
{
border-color: #BAEBDA;
}
.TagClassName
{
border-color: #BAEBDA;
}
</style>