Shades of Water Leaf #BAEEDE
Tints of Water Leaf #BAEEDE
RGB
CMYK
RGB Variations
Color information
#BAEEDE (or 0xBAEEDE) is known color: Water Leaf. HEX triplet: BA, EE and DE. RGB value is (186,238,222). Sum of RGB (Red+Green+Blue) = 186+238+222=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDE is #451121. Grayscale: #DCDCDC. Windows color (decimal): -4526370 or 14610106. OLE color: 14610106.
HSL color Cylindrical-coordinate representation of color #BAEEDE: hue angle of 161.54º degrees, saturation: 0.6, 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 #BAEEDE is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 222 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.07 |
| HSL | 161.54º | 0.6% | 0.83% | - |
| HSV(B) | 161.54º | 0.22% | 0.93% | - |
| XYZ | 64.01 | 76.86 | 80.57 | - |
| YUV | 220.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 222 | 0.22 | 0 | 0.07 | 0.07 | 161.54 | 0.6 | 0.83 |
| Hex | BA | EE | DE | 16 | 0 | 7 | 7 | A2 | 3C | 53 |
| Octal | 272 | 356 | 336 | 26 | 0 | 7 | 7 | 242 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11011110 | 10110 | 0 | 111 | 111 | 10100010 | 111100 | 1010011 |
Color Harmonies of #BAEEDE
Complementary color
Monochromatic Colors of #BAEEDE
Black with #BAEEDE
Text Example
Text Example
White with #BAEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEDE; }
p { color: rgb(186,238,222); }
H1.HeaderClassName
{
color: #BAEEDE;
}
.AnyTagClassName
{
color: #BAEEDE;
}
</style>
background-color css
<style>
a { background-color: #BAEEDE; }
a { background-color: rgb(186,238,222); }
div.DivClassName
{
background-color: #BAEEDE;
}
.BgClassName
{
background-color: #BAEEDE;
}
</style>
border-color css
<style>
span { border-color: #BAEEDE; }
span { border-color: rgb(186,238,222); }
td.TdClassName
{
border-color: #BAEEDE;
}
.TagClassName
{
border-color: #BAEEDE;
}
</style>