Shades of Water Leaf #BAFFE3
Tints of Water Leaf #BAFFE3
RGB
CMYK
RGB Variations
Color information
#BAFFE3 (or 0xBAFFE3) is known color: Water Leaf. HEX triplet: BA, FF and E3. RGB value is (186,255,227). Sum of RGB (Red+Green+Blue) = 186+255+227=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE3 is #45001C. Grayscale: #E7E7E7. Windows color (decimal): -4522013 or 14942138. OLE color: 14942138.
HSL color Cylindrical-coordinate representation of color #BAFFE3: hue angle of 155.65º 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 #BAFFE3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 227 | - |
| CMYK | 0.27 | 0 | 0.11 | 0 |
| HSL | 155.65º | 1% | 0.86% | - |
| HSV(B) | 155.65º | 0.27% | 1% | - |
| XYZ | 69.87 | 87.51 | 85.88 | - |
| YUV | 231.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 227 | 0.27 | 0 | 0.11 | 0 | 155.65 | 1 | 0.86 |
| Hex | BA | FF | E3 | 1B | 0 | B | 0 | 9C | 64 | 56 |
| Octal | 272 | 377 | 343 | 33 | 0 | 13 | 0 | 234 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11100011 | 11011 | 0 | 1011 | 0 | 10011100 | 1100100 | 1010110 |
Color Harmonies of #BAFFE3
Complementary color
Monochromatic Colors of #BAFFE3
Black with #BAFFE3
Text Example
Text Example
White with #BAFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFE3; }
p { color: rgb(186,255,227); }
H1.HeaderClassName
{
color: #BAFFE3;
}
.AnyTagClassName
{
color: #BAFFE3;
}
</style>
background-color css
<style>
a { background-color: #BAFFE3; }
a { background-color: rgb(186,255,227); }
div.DivClassName
{
background-color: #BAFFE3;
}
.BgClassName
{
background-color: #BAFFE3;
}
</style>
border-color css
<style>
span { border-color: #BAFFE3; }
span { border-color: rgb(186,255,227); }
td.TdClassName
{
border-color: #BAFFE3;
}
.TagClassName
{
border-color: #BAFFE3;
}
</style>