Shades of Water Leaf #BAFCDF
Tints of Water Leaf #BAFCDF
RGB
CMYK
RGB Variations
Color information
#BAFCDF (or 0xBAFCDF) is known color: Water Leaf. HEX triplet: BA, FC and DF. RGB value is (186,252,223). Sum of RGB (Red+Green+Blue) = 186+252+223=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCDF is #450320. Grayscale: #E5E5E5. Windows color (decimal): -4522785 or 14679226. OLE color: 14679226.
HSL color Cylindrical-coordinate representation of color #BAFCDF: hue angle of 153.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 223 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.01 |
| HSL | 153.64º | 0.92% | 0.86% | - |
| HSV(B) | 153.64º | 0.26% | 0.99% | - |
| XYZ | 68.38 | 85.39 | 82.69 | - |
| YUV | 228.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 223 | 0.26 | 0 | 0.12 | 0.01 | 153.64 | 0.92 | 0.86 |
| Hex | BA | FC | DF | 1A | 0 | C | 1 | 9A | 5C | 56 |
| Octal | 272 | 374 | 337 | 32 | 0 | 14 | 1 | 232 | 134 | 126 |
| Binary | 10111010 | 11111100 | 11011111 | 11010 | 0 | 1100 | 1 | 10011010 | 1011100 | 1010110 |
Color Harmonies of #BAFCDF
Complementary color
Monochromatic Colors of #BAFCDF
Black with #BAFCDF
Text Example
Text Example
White with #BAFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCDF; }
p { color: rgb(186,252,223); }
H1.HeaderClassName
{
color: #BAFCDF;
}
.AnyTagClassName
{
color: #BAFCDF;
}
</style>
background-color css
<style>
a { background-color: #BAFCDF; }
a { background-color: rgb(186,252,223); }
div.DivClassName
{
background-color: #BAFCDF;
}
.BgClassName
{
background-color: #BAFCDF;
}
</style>
border-color css
<style>
span { border-color: #BAFCDF; }
span { border-color: rgb(186,252,223); }
td.TdClassName
{
border-color: #BAFCDF;
}
.TagClassName
{
border-color: #BAFCDF;
}
</style>