Shades of Water Leaf #BAEEE4
Tints of Water Leaf #BAEEE4
RGB
CMYK
RGB Variations
Color information
#BAEEE4 (or 0xBAEEE4) is known color: Water Leaf. HEX triplet: BA, EE and E4. RGB value is (186,238,228). Sum of RGB (Red+Green+Blue) = 186+238+228=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE4 is #45111B. Grayscale: #DDDDDD. Windows color (decimal): -4526364 or 15003322. OLE color: 15003322.
HSL color Cylindrical-coordinate representation of color #BAEEE4: hue angle of 168.46º 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 #BAEEE4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 228 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.07 |
| HSL | 168.46º | 0.6% | 0.83% | - |
| HSV(B) | 168.46º | 0.22% | 0.93% | - |
| XYZ | 64.83 | 77.19 | 84.88 | - |
| YUV | 221.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 228 | 0.22 | 0 | 0.04 | 0.07 | 168.46 | 0.6 | 0.83 |
| Hex | BA | EE | E4 | 16 | 0 | 4 | 7 | A8 | 3C | 53 |
| Octal | 272 | 356 | 344 | 26 | 0 | 4 | 7 | 250 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11100100 | 10110 | 0 | 100 | 111 | 10101000 | 111100 | 1010011 |
Color Harmonies of #BAEEE4
Complementary color
Monochromatic Colors of #BAEEE4
Black with #BAEEE4
Text Example
Text Example
White with #BAEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEE4; }
p { color: rgb(186,238,228); }
H1.HeaderClassName
{
color: #BAEEE4;
}
.AnyTagClassName
{
color: #BAEEE4;
}
</style>
background-color css
<style>
a { background-color: #BAEEE4; }
a { background-color: rgb(186,238,228); }
div.DivClassName
{
background-color: #BAEEE4;
}
.BgClassName
{
background-color: #BAEEE4;
}
</style>
border-color css
<style>
span { border-color: #BAEEE4; }
span { border-color: rgb(186,238,228); }
td.TdClassName
{
border-color: #BAEEE4;
}
.TagClassName
{
border-color: #BAEEE4;
}
</style>