Shades of Water Leaf #BAFFE5
Tints of Water Leaf #BAFFE5
RGB
CMYK
RGB Variations
Color information
#BAFFE5 (or 0xBAFFE5) is known color: Water Leaf. HEX triplet: BA, FF and E5. RGB value is (186,255,229). Sum of RGB (Red+Green+Blue) = 186+255+229=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE5 is #45001A. Grayscale: #E7E7E7. Windows color (decimal): -4522011 or 15073210. OLE color: 15073210.
HSL color Cylindrical-coordinate representation of color #BAFFE5: hue angle of 157.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFE5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 229 | - |
| CMYK | 0.27 | 0 | 0.10 | 0 |
| HSL | 157.39º | 1% | 0.86% | - |
| HSV(B) | 157.39º | 0.27% | 1% | - |
| XYZ | 70.15 | 87.62 | 87.34 | - |
| YUV | 231.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 229 | 0.27 | 0 | 0.10 | 0 | 157.39 | 1 | 0.86 |
| Hex | BA | FF | E5 | 1B | 0 | A | 0 | 9D | 64 | 56 |
| Octal | 272 | 377 | 345 | 33 | 0 | 12 | 0 | 235 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11100101 | 11011 | 0 | 1010 | 0 | 10011101 | 1100100 | 1010110 |
Color Harmonies of #BAFFE5
Complementary color
Monochromatic Colors of #BAFFE5
Black with #BAFFE5
Text Example
Text Example
White with #BAFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFE5; }
p { color: rgb(186,255,229); }
H1.HeaderClassName
{
color: #BAFFE5;
}
.AnyTagClassName
{
color: #BAFFE5;
}
</style>
background-color css
<style>
a { background-color: #BAFFE5; }
a { background-color: rgb(186,255,229); }
div.DivClassName
{
background-color: #BAFFE5;
}
.BgClassName
{
background-color: #BAFFE5;
}
</style>
border-color css
<style>
span { border-color: #BAFFE5; }
span { border-color: rgb(186,255,229); }
td.TdClassName
{
border-color: #BAFFE5;
}
.TagClassName
{
border-color: #BAFFE5;
}
</style>