Shades of Water Leaf #BAFFE4
Tints of Water Leaf #BAFFE4
RGB
CMYK
RGB Variations
Color information
#BAFFE4 (or 0xBAFFE4) is known color: Water Leaf. HEX triplet: BA, FF and E4. RGB value is (186,255,228). Sum of RGB (Red+Green+Blue) = 186+255+228=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE4 is #45001B. Grayscale: #E7E7E7. Windows color (decimal): -4522012 or 15007674. OLE color: 15007674.
HSL color Cylindrical-coordinate representation of color #BAFFE4: hue angle of 156.52º 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 #BAFFE4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 228 | - |
| CMYK | 0.27 | 0 | 0.11 | 0 |
| HSL | 156.52º | 1% | 0.86% | - |
| HSV(B) | 156.52º | 0.27% | 1% | - |
| XYZ | 70.01 | 87.56 | 86.61 | - |
| YUV | 231.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 228 | 0.27 | 0 | 0.11 | 0 | 156.52 | 1 | 0.86 |
| Hex | BA | FF | E4 | 1B | 0 | B | 0 | 9D | 64 | 56 |
| Octal | 272 | 377 | 344 | 33 | 0 | 13 | 0 | 235 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11100100 | 11011 | 0 | 1011 | 0 | 10011101 | 1100100 | 1010110 |
Color Harmonies of #BAFFE4
Complementary color
Monochromatic Colors of #BAFFE4
Black with #BAFFE4
Text Example
Text Example
White with #BAFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFE4; }
p { color: rgb(186,255,228); }
H1.HeaderClassName
{
color: #BAFFE4;
}
.AnyTagClassName
{
color: #BAFFE4;
}
</style>
background-color css
<style>
a { background-color: #BAFFE4; }
a { background-color: rgb(186,255,228); }
div.DivClassName
{
background-color: #BAFFE4;
}
.BgClassName
{
background-color: #BAFFE4;
}
</style>
border-color css
<style>
span { border-color: #BAFFE4; }
span { border-color: rgb(186,255,228); }
td.TdClassName
{
border-color: #BAFFE4;
}
.TagClassName
{
border-color: #BAFFE4;
}
</style>