Shades of Water Leaf #BAFBE0
Tints of Water Leaf #BAFBE0
RGB
CMYK
RGB Variations
Color information
#BAFBE0 (or 0xBAFBE0) is known color: Water Leaf. HEX triplet: BA, FB and E0. RGB value is (186,251,224). Sum of RGB (Red+Green+Blue) = 186+251+224=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBE0 is #45041F. Grayscale: #E4E4E4. Windows color (decimal): -4523040 or 14744506. OLE color: 14744506.
HSL color Cylindrical-coordinate representation of color #BAFBE0: hue angle of 155.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBE0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 224 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.02 |
| HSL | 155.08º | 0.89% | 0.86% | - |
| HSV(B) | 155.08º | 0.26% | 0.98% | - |
| XYZ | 68.2 | 84.82 | 83.3 | - |
| YUV | 228.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 224 | 0.26 | 0 | 0.11 | 0.02 | 155.08 | 0.89 | 0.86 |
| Hex | BA | FB | E0 | 1A | 0 | B | 2 | 9B | 59 | 56 |
| Octal | 272 | 373 | 340 | 32 | 0 | 13 | 2 | 233 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11100000 | 11010 | 0 | 1011 | 10 | 10011011 | 1011001 | 1010110 |
Color Harmonies of #BAFBE0
Complementary color
Monochromatic Colors of #BAFBE0
Black with #BAFBE0
Text Example
Text Example
White with #BAFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBE0; }
p { color: rgb(186,251,224); }
H1.HeaderClassName
{
color: #BAFBE0;
}
.AnyTagClassName
{
color: #BAFBE0;
}
</style>
background-color css
<style>
a { background-color: #BAFBE0; }
a { background-color: rgb(186,251,224); }
div.DivClassName
{
background-color: #BAFBE0;
}
.BgClassName
{
background-color: #BAFBE0;
}
</style>
border-color css
<style>
span { border-color: #BAFBE0; }
span { border-color: rgb(186,251,224); }
td.TdClassName
{
border-color: #BAFBE0;
}
.TagClassName
{
border-color: #BAFBE0;
}
</style>