Shades of Water Leaf #BAFFEB
Tints of Water Leaf #BAFFEB
RGB
CMYK
RGB Variations
Color information
#BAFFEB (or 0xBAFFEB) is known color: Water Leaf. HEX triplet: BA, FF and EB. RGB value is (186,255,235). Sum of RGB (Red+Green+Blue) = 186+255+235=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFEB is #450014. Grayscale: #E8E8E8. Windows color (decimal): -4522005 or 15466426. OLE color: 15466426.
HSL color Cylindrical-coordinate representation of color #BAFFEB: hue angle of 162.61º 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 #BAFFEB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 235 | - |
| CMYK | 0.27 | 0 | 0.08 | 0 |
| HSL | 162.61º | 1% | 0.86% | - |
| HSV(B) | 162.61º | 0.27% | 1% | - |
| XYZ | 71.01 | 87.96 | 91.83 | - |
| YUV | 232.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 235 | 0.27 | 0 | 0.08 | 0 | 162.61 | 1 | 0.86 |
| Hex | BA | FF | EB | 1B | 0 | 8 | 0 | A3 | 64 | 56 |
| Octal | 272 | 377 | 353 | 33 | 0 | 10 | 0 | 243 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11101011 | 11011 | 0 | 1000 | 0 | 10100011 | 1100100 | 1010110 |
Color Harmonies of #BAFFEB
Complementary color
Monochromatic Colors of #BAFFEB
Black with #BAFFEB
Text Example
Text Example
White with #BAFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFEB; }
p { color: rgb(186,255,235); }
H1.HeaderClassName
{
color: #BAFFEB;
}
.AnyTagClassName
{
color: #BAFFEB;
}
</style>
background-color css
<style>
a { background-color: #BAFFEB; }
a { background-color: rgb(186,255,235); }
div.DivClassName
{
background-color: #BAFFEB;
}
.BgClassName
{
background-color: #BAFFEB;
}
</style>
border-color css
<style>
span { border-color: #BAFFEB; }
span { border-color: rgb(186,255,235); }
td.TdClassName
{
border-color: #BAFFEB;
}
.TagClassName
{
border-color: #BAFFEB;
}
</style>