Shades of Water Leaf #BAFFEA
Tints of Water Leaf #BAFFEA
RGB
CMYK
RGB Variations
Color information
#BAFFEA (or 0xBAFFEA) is known color: Water Leaf. HEX triplet: BA, FF and EA. RGB value is (186,255,234). Sum of RGB (Red+Green+Blue) = 186+255+234=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFEA is #450015. Grayscale: #E7E7E7. Windows color (decimal): -4522006 or 15400890. OLE color: 15400890.
HSL color Cylindrical-coordinate representation of color #BAFFEA: hue angle of 161.74º 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 #BAFFEA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 234 | - |
| CMYK | 0.27 | 0 | 0.08 | 0 |
| HSL | 161.74º | 1% | 0.86% | - |
| HSV(B) | 161.74º | 0.27% | 1% | - |
| XYZ | 70.86 | 87.9 | 91.07 | - |
| YUV | 231.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 234 | 0.27 | 0 | 0.08 | 0 | 161.74 | 1 | 0.86 |
| Hex | BA | FF | EA | 1B | 0 | 8 | 0 | A2 | 64 | 56 |
| Octal | 272 | 377 | 352 | 33 | 0 | 10 | 0 | 242 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11101010 | 11011 | 0 | 1000 | 0 | 10100010 | 1100100 | 1010110 |
Color Harmonies of #BAFFEA
Complementary color
Monochromatic Colors of #BAFFEA
Black with #BAFFEA
Text Example
Text Example
White with #BAFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFEA; }
p { color: rgb(186,255,234); }
H1.HeaderClassName
{
color: #BAFFEA;
}
.AnyTagClassName
{
color: #BAFFEA;
}
</style>
background-color css
<style>
a { background-color: #BAFFEA; }
a { background-color: rgb(186,255,234); }
div.DivClassName
{
background-color: #BAFFEA;
}
.BgClassName
{
background-color: #BAFFEA;
}
</style>
border-color css
<style>
span { border-color: #BAFFEA; }
span { border-color: rgb(186,255,234); }
td.TdClassName
{
border-color: #BAFFEA;
}
.TagClassName
{
border-color: #BAFFEA;
}
</style>