Shades of Water Leaf #BAEEE7
Tints of Water Leaf #BAEEE7
RGB
CMYK
RGB Variations
Color information
#BAEEE7 (or 0xBAEEE7) is known color: Water Leaf. HEX triplet: BA, EE and E7. RGB value is (186,238,231). Sum of RGB (Red+Green+Blue) = 186+238+231=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEE7 is #451118. Grayscale: #DDDDDD. Windows color (decimal): -4526361 or 15199930. OLE color: 15199930.
HSL color Cylindrical-coordinate representation of color #BAEEE7: hue angle of 171.92º 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 #BAEEE7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 231 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.07 |
| HSL | 171.92º | 0.6% | 0.83% | - |
| HSV(B) | 171.92º | 0.22% | 0.93% | - |
| XYZ | 65.25 | 77.36 | 87.09 | - |
| YUV | 221.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 231 | 0.22 | 0 | 0.03 | 0.07 | 171.92 | 0.6 | 0.83 |
| Hex | BA | EE | E7 | 16 | 0 | 3 | 7 | AC | 3C | 53 |
| Octal | 272 | 356 | 347 | 26 | 0 | 3 | 7 | 254 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11100111 | 10110 | 0 | 11 | 111 | 10101100 | 111100 | 1010011 |
Color Harmonies of #BAEEE7
Complementary color
Monochromatic Colors of #BAEEE7
Black with #BAEEE7
Text Example
Text Example
White with #BAEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEE7; }
p { color: rgb(186,238,231); }
H1.HeaderClassName
{
color: #BAEEE7;
}
.AnyTagClassName
{
color: #BAEEE7;
}
</style>
background-color css
<style>
a { background-color: #BAEEE7; }
a { background-color: rgb(186,238,231); }
div.DivClassName
{
background-color: #BAEEE7;
}
.BgClassName
{
background-color: #BAEEE7;
}
</style>
border-color css
<style>
span { border-color: #BAEEE7; }
span { border-color: rgb(186,238,231); }
td.TdClassName
{
border-color: #BAEEE7;
}
.TagClassName
{
border-color: #BAEEE7;
}
</style>