Shades of Water Leaf #BAF9EC
Tints of Water Leaf #BAF9EC
RGB
CMYK
RGB Variations
Color information
#BAF9EC (or 0xBAF9EC) is known color: Water Leaf. HEX triplet: BA, F9 and EC. RGB value is (186,249,236). Sum of RGB (Red+Green+Blue) = 186+249+236=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9EC is #450613. Grayscale: #E4E4E4. Windows color (decimal): -4523540 or 15530426. OLE color: 15530426.
HSL color Cylindrical-coordinate representation of color #BAF9EC: hue angle of 167.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9EC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 236 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 167.62º | 0.84% | 0.85% | - |
| HSV(B) | 167.62º | 0.25% | 0.98% | - |
| XYZ | 69.27 | 84.25 | 91.97 | - |
| YUV | 228.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 236 | 0.25 | 0 | 0.05 | 0.02 | 167.62 | 0.84 | 0.85 |
| Hex | BA | F9 | EC | 19 | 0 | 5 | 2 | A8 | 54 | 55 |
| Octal | 272 | 371 | 354 | 31 | 0 | 5 | 2 | 250 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11101100 | 11001 | 0 | 101 | 10 | 10101000 | 1010100 | 1010101 |
Color Harmonies of #BAF9EC
Complementary color
Monochromatic Colors of #BAF9EC
Black with #BAF9EC
Text Example
Text Example
White with #BAF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9EC; }
p { color: rgb(186,249,236); }
H1.HeaderClassName
{
color: #BAF9EC;
}
.AnyTagClassName
{
color: #BAF9EC;
}
</style>
background-color css
<style>
a { background-color: #BAF9EC; }
a { background-color: rgb(186,249,236); }
div.DivClassName
{
background-color: #BAF9EC;
}
.BgClassName
{
background-color: #BAF9EC;
}
</style>
border-color css
<style>
span { border-color: #BAF9EC; }
span { border-color: rgb(186,249,236); }
td.TdClassName
{
border-color: #BAF9EC;
}
.TagClassName
{
border-color: #BAF9EC;
}
</style>