Shades of Water Leaf #BAEEE1
Tints of Water Leaf #BAEEE1
RGB
CMYK
RGB Variations
Color information
#BAEEE1 (or 0xBAEEE1) is known color: Water Leaf. HEX triplet: BA, EE and E1. RGB value is (186,238,225). Sum of RGB (Red+Green+Blue) = 186+238+225=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE1 is #45111E. Grayscale: #DCDCDC. Windows color (decimal): -4526367 or 14806714. OLE color: 14806714.
HSL color Cylindrical-coordinate representation of color #BAEEE1: hue angle of 165º 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 #BAEEE1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 225 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.07 |
| HSL | 165º | 0.6% | 0.83% | - |
| HSV(B) | 165º | 0.22% | 0.93% | - |
| XYZ | 64.41 | 77.02 | 82.71 | - |
| YUV | 220.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 225 | 0.22 | 0 | 0.05 | 0.07 | 165 | 0.6 | 0.83 |
| Hex | BA | EE | E1 | 16 | 0 | 5 | 7 | A5 | 3C | 53 |
| Octal | 272 | 356 | 341 | 26 | 0 | 5 | 7 | 245 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11100001 | 10110 | 0 | 101 | 111 | 10100101 | 111100 | 1010011 |
Color Harmonies of #BAEEE1
Complementary color
Monochromatic Colors of #BAEEE1
Black with #BAEEE1
Text Example
Text Example
White with #BAEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEE1; }
p { color: rgb(186,238,225); }
H1.HeaderClassName
{
color: #BAEEE1;
}
.AnyTagClassName
{
color: #BAEEE1;
}
</style>
background-color css
<style>
a { background-color: #BAEEE1; }
a { background-color: rgb(186,238,225); }
div.DivClassName
{
background-color: #BAEEE1;
}
.BgClassName
{
background-color: #BAEEE1;
}
</style>
border-color css
<style>
span { border-color: #BAEEE1; }
span { border-color: rgb(186,238,225); }
td.TdClassName
{
border-color: #BAEEE1;
}
.TagClassName
{
border-color: #BAEEE1;
}
</style>