Shades of Water Leaf #BAFFED
Tints of Water Leaf #BAFFED
RGB
CMYK
RGB Variations
Color information
#BAFFED (or 0xBAFFED) is known color: Water Leaf. HEX triplet: BA, FF and ED. RGB value is (186,255,237). Sum of RGB (Red+Green+Blue) = 186+255+237=678 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.43% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFED is #450012. Grayscale: #E8E8E8. Windows color (decimal): -4522003 or 15597498. OLE color: 15597498.
HSL color Cylindrical-coordinate representation of color #BAFFED: hue angle of 164.35º 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 #BAFFED is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 237 | - |
| CMYK | 0.27 | 0 | 0.07 | 0 |
| HSL | 164.35º | 1% | 0.86% | - |
| HSV(B) | 164.35º | 0.27% | 1% | - |
| XYZ | 71.3 | 88.07 | 93.36 | - |
| YUV | 232.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 237 | 0.27 | 0 | 0.07 | 0 | 164.35 | 1 | 0.86 |
| Hex | BA | FF | ED | 1B | 0 | 7 | 0 | A4 | 64 | 56 |
| Octal | 272 | 377 | 355 | 33 | 0 | 7 | 0 | 244 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11101101 | 11011 | 0 | 111 | 0 | 10100100 | 1100100 | 1010110 |
Color Harmonies of #BAFFED
Complementary color
Monochromatic Colors of #BAFFED
Black with #BAFFED
Text Example
Text Example
White with #BAFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFED; }
p { color: rgb(186,255,237); }
H1.HeaderClassName
{
color: #BAFFED;
}
.AnyTagClassName
{
color: #BAFFED;
}
</style>
background-color css
<style>
a { background-color: #BAFFED; }
a { background-color: rgb(186,255,237); }
div.DivClassName
{
background-color: #BAFFED;
}
.BgClassName
{
background-color: #BAFFED;
}
</style>
border-color css
<style>
span { border-color: #BAFFED; }
span { border-color: rgb(186,255,237); }
td.TdClassName
{
border-color: #BAFFED;
}
.TagClassName
{
border-color: #BAFFED;
}
</style>