Shades of Water Leaf #BAFFE2
Tints of Water Leaf #BAFFE2
RGB
CMYK
RGB Variations
Color information
#BAFFE2 (or 0xBAFFE2) is known color: Water Leaf. HEX triplet: BA, FF and E2. RGB value is (186,255,226). Sum of RGB (Red+Green+Blue) = 186+255+226=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE2 is #45001D. Grayscale: #E7E7E7. Windows color (decimal): -4522014 or 14876602. OLE color: 14876602.
HSL color Cylindrical-coordinate representation of color #BAFFE2: hue angle of 154.78º 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 #BAFFE2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 226 | - |
| CMYK | 0.27 | 0 | 0.11 | 0 |
| HSL | 154.78º | 1% | 0.86% | - |
| HSV(B) | 154.78º | 0.27% | 1% | - |
| XYZ | 69.74 | 87.45 | 85.16 | - |
| YUV | 231.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 226 | 0.27 | 0 | 0.11 | 0 | 154.78 | 1 | 0.86 |
| Hex | BA | FF | E2 | 1B | 0 | B | 0 | 9B | 64 | 56 |
| Octal | 272 | 377 | 342 | 33 | 0 | 13 | 0 | 233 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11100010 | 11011 | 0 | 1011 | 0 | 10011011 | 1100100 | 1010110 |
Color Harmonies of #BAFFE2
Complementary color
Monochromatic Colors of #BAFFE2
Black with #BAFFE2
Text Example
Text Example
White with #BAFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFE2; }
p { color: rgb(186,255,226); }
H1.HeaderClassName
{
color: #BAFFE2;
}
.AnyTagClassName
{
color: #BAFFE2;
}
</style>
background-color css
<style>
a { background-color: #BAFFE2; }
a { background-color: rgb(186,255,226); }
div.DivClassName
{
background-color: #BAFFE2;
}
.BgClassName
{
background-color: #BAFFE2;
}
</style>
border-color css
<style>
span { border-color: #BAFFE2; }
span { border-color: rgb(186,255,226); }
td.TdClassName
{
border-color: #BAFFE2;
}
.TagClassName
{
border-color: #BAFFE2;
}
</style>