Shades of Water Leaf #BAEBDD
Tints of Water Leaf #BAEBDD
RGB
CMYK
RGB Variations
Color information
#BAEBDD (or 0xBAEBDD) is known color: Water Leaf. HEX triplet: BA, EB and DD. RGB value is (186,235,221). Sum of RGB (Red+Green+Blue) = 186+235+221=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBDD is #451422. Grayscale: #DADADA. Windows color (decimal): -4527139 or 14543802. OLE color: 14543802.
HSL color Cylindrical-coordinate representation of color #BAEBDD: hue angle of 162.86º 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 #BAEBDD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 221 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.08 |
| HSL | 162.86º | 0.55% | 0.83% | - |
| HSV(B) | 162.86º | 0.21% | 0.92% | - |
| XYZ | 63.01 | 75.08 | 79.58 | - |
| YUV | 218.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 221 | 0.21 | 0 | 0.06 | 0.08 | 162.86 | 0.55 | 0.83 |
| Hex | BA | EB | DD | 15 | 0 | 6 | 8 | A3 | 37 | 53 |
| Octal | 272 | 353 | 335 | 25 | 0 | 6 | 10 | 243 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11011101 | 10101 | 0 | 110 | 1000 | 10100011 | 110111 | 1010011 |
Color Harmonies of #BAEBDD
Complementary color
Monochromatic Colors of #BAEBDD
Black with #BAEBDD
Text Example
Text Example
White with #BAEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBDD; }
p { color: rgb(186,235,221); }
H1.HeaderClassName
{
color: #BAEBDD;
}
.AnyTagClassName
{
color: #BAEBDD;
}
</style>
background-color css
<style>
a { background-color: #BAEBDD; }
a { background-color: rgb(186,235,221); }
div.DivClassName
{
background-color: #BAEBDD;
}
.BgClassName
{
background-color: #BAEBDD;
}
</style>
border-color css
<style>
span { border-color: #BAEBDD; }
span { border-color: rgb(186,235,221); }
td.TdClassName
{
border-color: #BAEBDD;
}
.TagClassName
{
border-color: #BAEBDD;
}
</style>