Shades of Water Leaf #BAEEDD
Tints of Water Leaf #BAEEDD
RGB
CMYK
RGB Variations
Color information
#BAEEDD (or 0xBAEEDD) is known color: Water Leaf. HEX triplet: BA, EE and DD. RGB value is (186,238,221). Sum of RGB (Red+Green+Blue) = 186+238+221=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDD is #451122. Grayscale: #DCDCDC. Windows color (decimal): -4526371 or 14544570. OLE color: 14544570.
HSL color Cylindrical-coordinate representation of color #BAEEDD: hue angle of 160.38º 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 #BAEEDD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 221 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.07 |
| HSL | 160.38º | 0.6% | 0.83% | - |
| HSV(B) | 160.38º | 0.22% | 0.93% | - |
| XYZ | 63.88 | 76.81 | 79.87 | - |
| YUV | 220.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 221 | 0.22 | 0 | 0.07 | 0.07 | 160.38 | 0.6 | 0.83 |
| Hex | BA | EE | DD | 16 | 0 | 7 | 7 | A0 | 3C | 53 |
| Octal | 272 | 356 | 335 | 26 | 0 | 7 | 7 | 240 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11011101 | 10110 | 0 | 111 | 111 | 10100000 | 111100 | 1010011 |
Color Harmonies of #BAEEDD
Complementary color
Monochromatic Colors of #BAEEDD
Black with #BAEEDD
Text Example
Text Example
White with #BAEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEDD; }
p { color: rgb(186,238,221); }
H1.HeaderClassName
{
color: #BAEEDD;
}
.AnyTagClassName
{
color: #BAEEDD;
}
</style>
background-color css
<style>
a { background-color: #BAEEDD; }
a { background-color: rgb(186,238,221); }
div.DivClassName
{
background-color: #BAEEDD;
}
.BgClassName
{
background-color: #BAEEDD;
}
</style>
border-color css
<style>
span { border-color: #BAEEDD; }
span { border-color: rgb(186,238,221); }
td.TdClassName
{
border-color: #BAEEDD;
}
.TagClassName
{
border-color: #BAEEDD;
}
</style>