Shades of Water Leaf #BAFDEC
Tints of Water Leaf #BAFDEC
RGB
CMYK
RGB Variations
Color information
#BAFDEC (or 0xBAFDEC) is known color: Water Leaf. HEX triplet: BA, FD and EC. RGB value is (186,253,236). Sum of RGB (Red+Green+Blue) = 186+253+236=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDEC is #450213. Grayscale: #E7E7E7. Windows color (decimal): -4522516 or 15531450. OLE color: 15531450.
HSL color Cylindrical-coordinate representation of color #BAFDEC: hue angle of 164.78º degrees, saturation: 0.94, 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 #BAFDEC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 236 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.01 |
| HSL | 164.78º | 0.94% | 0.86% | - |
| HSV(B) | 164.78º | 0.26% | 0.99% | - |
| XYZ | 70.52 | 86.75 | 92.38 | - |
| YUV | 231.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 236 | 0.26 | 0 | 0.07 | 0.01 | 164.78 | 0.94 | 0.86 |
| Hex | BA | FD | EC | 1A | 0 | 7 | 1 | A5 | 5E | 56 |
| Octal | 272 | 375 | 354 | 32 | 0 | 7 | 1 | 245 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11101100 | 11010 | 0 | 111 | 1 | 10100101 | 1011110 | 1010110 |
Color Harmonies of #BAFDEC
Complementary color
Monochromatic Colors of #BAFDEC
Black with #BAFDEC
Text Example
Text Example
White with #BAFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDEC; }
p { color: rgb(186,253,236); }
H1.HeaderClassName
{
color: #BAFDEC;
}
.AnyTagClassName
{
color: #BAFDEC;
}
</style>
background-color css
<style>
a { background-color: #BAFDEC; }
a { background-color: rgb(186,253,236); }
div.DivClassName
{
background-color: #BAFDEC;
}
.BgClassName
{
background-color: #BAFDEC;
}
</style>
border-color css
<style>
span { border-color: #BAFDEC; }
span { border-color: rgb(186,253,236); }
td.TdClassName
{
border-color: #BAFDEC;
}
.TagClassName
{
border-color: #BAFDEC;
}
</style>