Shades of Water Leaf #BAFCE5
Tints of Water Leaf #BAFCE5
RGB
CMYK
RGB Variations
Color information
#BAFCE5 (or 0xBAFCE5) is known color: Water Leaf. HEX triplet: BA, FC and E5. RGB value is (186,252,229). Sum of RGB (Red+Green+Blue) = 186+252+229=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCE5 is #45031A. Grayscale: #E5E5E5. Windows color (decimal): -4522779 or 15072442. OLE color: 15072442.
HSL color Cylindrical-coordinate representation of color #BAFCE5: hue angle of 159.09º 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 #BAFCE5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 229 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.01 |
| HSL | 159.09º | 0.92% | 0.86% | - |
| HSV(B) | 159.09º | 0.26% | 0.99% | - |
| XYZ | 69.2 | 85.72 | 87.03 | - |
| YUV | 229.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 229 | 0.26 | 0 | 0.09 | 0.01 | 159.09 | 0.92 | 0.86 |
| Hex | BA | FC | E5 | 1A | 0 | 9 | 1 | 9F | 5C | 56 |
| Octal | 272 | 374 | 345 | 32 | 0 | 11 | 1 | 237 | 134 | 126 |
| Binary | 10111010 | 11111100 | 11100101 | 11010 | 0 | 1001 | 1 | 10011111 | 1011100 | 1010110 |
Color Harmonies of #BAFCE5
Complementary color
Monochromatic Colors of #BAFCE5
Black with #BAFCE5
Text Example
Text Example
White with #BAFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCE5; }
p { color: rgb(186,252,229); }
H1.HeaderClassName
{
color: #BAFCE5;
}
.AnyTagClassName
{
color: #BAFCE5;
}
</style>
background-color css
<style>
a { background-color: #BAFCE5; }
a { background-color: rgb(186,252,229); }
div.DivClassName
{
background-color: #BAFCE5;
}
.BgClassName
{
background-color: #BAFCE5;
}
</style>
border-color css
<style>
span { border-color: #BAFCE5; }
span { border-color: rgb(186,252,229); }
td.TdClassName
{
border-color: #BAFCE5;
}
.TagClassName
{
border-color: #BAFCE5;
}
</style>