Shades of Water Leaf #BAFAE3
Tints of Water Leaf #BAFAE3
RGB
CMYK
RGB Variations
Color information
#BAFAE3 (or 0xBAFAE3) is known color: Water Leaf. HEX triplet: BA, FA and E3. RGB value is (186,250,227). Sum of RGB (Red+Green+Blue) = 186+250+227=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAE3 is #45051C. Grayscale: #E4E4E4. Windows color (decimal): -4523293 or 14940858. OLE color: 14940858.
HSL color Cylindrical-coordinate representation of color #BAFAE3: hue angle of 158.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAE3 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 227 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.02 |
| HSL | 158.44º | 0.86% | 0.85% | - |
| HSV(B) | 158.44º | 0.26% | 0.98% | - |
| XYZ | 68.3 | 84.36 | 85.36 | - |
| YUV | 228.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 227 | 0.26 | 0 | 0.09 | 0.02 | 158.44 | 0.86 | 0.85 |
| Hex | BA | FA | E3 | 1A | 0 | 9 | 2 | 9E | 56 | 55 |
| Octal | 272 | 372 | 343 | 32 | 0 | 11 | 2 | 236 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11100011 | 11010 | 0 | 1001 | 10 | 10011110 | 1010110 | 1010101 |
Color Harmonies of #BAFAE3
Complementary color
Monochromatic Colors of #BAFAE3
Black with #BAFAE3
Text Example
Text Example
White with #BAFAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAE3; }
p { color: rgb(186,250,227); }
H1.HeaderClassName
{
color: #BAFAE3;
}
.AnyTagClassName
{
color: #BAFAE3;
}
</style>
background-color css
<style>
a { background-color: #BAFAE3; }
a { background-color: rgb(186,250,227); }
div.DivClassName
{
background-color: #BAFAE3;
}
.BgClassName
{
background-color: #BAFAE3;
}
</style>
border-color css
<style>
span { border-color: #BAFAE3; }
span { border-color: rgb(186,250,227); }
td.TdClassName
{
border-color: #BAFAE3;
}
.TagClassName
{
border-color: #BAFAE3;
}
</style>