Shades of Water Leaf #BAFCEA
Tints of Water Leaf #BAFCEA
RGB
CMYK
RGB Variations
Color information
#BAFCEA (or 0xBAFCEA) is known color: Water Leaf. HEX triplet: BA, FC and EA. RGB value is (186,252,234). Sum of RGB (Red+Green+Blue) = 186+252+234=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFCEA is #450315. Grayscale: #E6E6E6. Windows color (decimal): -4522774 or 15400122. OLE color: 15400122.
HSL color Cylindrical-coordinate representation of color #BAFCEA: hue angle of 163.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCEA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 234 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.01 |
| HSL | 163.64º | 0.92% | 0.86% | - |
| HSV(B) | 163.64º | 0.26% | 0.99% | - |
| XYZ | 69.91 | 86 | 90.76 | - |
| YUV | 230.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 234 | 0.26 | 0 | 0.07 | 0.01 | 163.64 | 0.92 | 0.86 |
| Hex | BA | FC | EA | 1A | 0 | 7 | 1 | A4 | 5C | 56 |
| Octal | 272 | 374 | 352 | 32 | 0 | 7 | 1 | 244 | 134 | 126 |
| Binary | 10111010 | 11111100 | 11101010 | 11010 | 0 | 111 | 1 | 10100100 | 1011100 | 1010110 |
Color Harmonies of #BAFCEA
Complementary color
Monochromatic Colors of #BAFCEA
Black with #BAFCEA
Text Example
Text Example
White with #BAFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCEA; }
p { color: rgb(186,252,234); }
H1.HeaderClassName
{
color: #BAFCEA;
}
.AnyTagClassName
{
color: #BAFCEA;
}
</style>
background-color css
<style>
a { background-color: #BAFCEA; }
a { background-color: rgb(186,252,234); }
div.DivClassName
{
background-color: #BAFCEA;
}
.BgClassName
{
background-color: #BAFCEA;
}
</style>
border-color css
<style>
span { border-color: #BAFCEA; }
span { border-color: rgb(186,252,234); }
td.TdClassName
{
border-color: #BAFCEA;
}
.TagClassName
{
border-color: #BAFCEA;
}
</style>