Shades of Water Leaf #BAFADE
Tints of Water Leaf #BAFADE
RGB
CMYK
RGB Variations
Color information
#BAFADE (or 0xBAFADE) is known color: Water Leaf. HEX triplet: BA, FA and DE. RGB value is (186,250,222). Sum of RGB (Red+Green+Blue) = 186+250+222=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFADE is #450521. Grayscale: #E3E3E3. Windows color (decimal): -4523298 or 14613178. OLE color: 14613178.
HSL color Cylindrical-coordinate representation of color #BAFADE: hue angle of 153.75º 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 #BAFADE is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 222 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.02 |
| HSL | 153.75º | 0.86% | 0.85% | - |
| HSV(B) | 153.75º | 0.26% | 0.98% | - |
| XYZ | 67.62 | 84.08 | 81.77 | - |
| YUV | 227.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 222 | 0.26 | 0 | 0.11 | 0.02 | 153.75 | 0.86 | 0.85 |
| Hex | BA | FA | DE | 1A | 0 | B | 2 | 9A | 56 | 55 |
| Octal | 272 | 372 | 336 | 32 | 0 | 13 | 2 | 232 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11011110 | 11010 | 0 | 1011 | 10 | 10011010 | 1010110 | 1010101 |
Color Harmonies of #BAFADE
Complementary color
Monochromatic Colors of #BAFADE
Black with #BAFADE
Text Example
Text Example
White with #BAFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFADE; }
p { color: rgb(186,250,222); }
H1.HeaderClassName
{
color: #BAFADE;
}
.AnyTagClassName
{
color: #BAFADE;
}
</style>
background-color css
<style>
a { background-color: #BAFADE; }
a { background-color: rgb(186,250,222); }
div.DivClassName
{
background-color: #BAFADE;
}
.BgClassName
{
background-color: #BAFADE;
}
</style>
border-color css
<style>
span { border-color: #BAFADE; }
span { border-color: rgb(186,250,222); }
td.TdClassName
{
border-color: #BAFADE;
}
.TagClassName
{
border-color: #BAFADE;
}
</style>