Shades of Water Leaf #BAFFEF
Tints of Water Leaf #BAFFEF
RGB
CMYK
RGB Variations
Color information
#BAFFEF (or 0xBAFFEF) is known color: Water Leaf. HEX triplet: BA, FF and EF. RGB value is (186,255,239). Sum of RGB (Red+Green+Blue) = 186+255+239=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFEF is #450010. Grayscale: #E8E8E8. Windows color (decimal): -4522001 or 15728570. OLE color: 15728570.
HSL color Cylindrical-coordinate representation of color #BAFFEF: hue angle of 166.09º 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 #BAFFEF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 239 | - |
| CMYK | 0.27 | 0 | 0.06 | 0 |
| HSL | 166.09º | 1% | 0.86% | - |
| HSV(B) | 166.09º | 0.27% | 1% | - |
| XYZ | 71.59 | 88.19 | 94.91 | - |
| YUV | 232.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 239 | 0.27 | 0 | 0.06 | 0 | 166.09 | 1 | 0.86 |
| Hex | BA | FF | EF | 1B | 0 | 6 | 0 | A6 | 64 | 56 |
| Octal | 272 | 377 | 357 | 33 | 0 | 6 | 0 | 246 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11101111 | 11011 | 0 | 110 | 0 | 10100110 | 1100100 | 1010110 |
Color Harmonies of #BAFFEF
Complementary color
Monochromatic Colors of #BAFFEF
Black with #BAFFEF
Text Example
Text Example
White with #BAFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFEF; }
p { color: rgb(186,255,239); }
H1.HeaderClassName
{
color: #BAFFEF;
}
.AnyTagClassName
{
color: #BAFFEF;
}
</style>
background-color css
<style>
a { background-color: #BAFFEF; }
a { background-color: rgb(186,255,239); }
div.DivClassName
{
background-color: #BAFFEF;
}
.BgClassName
{
background-color: #BAFFEF;
}
</style>
border-color css
<style>
span { border-color: #BAFFEF; }
span { border-color: rgb(186,255,239); }
td.TdClassName
{
border-color: #BAFFEF;
}
.TagClassName
{
border-color: #BAFFEF;
}
</style>