Shades of Water Leaf #BAF4E8
Tints of Water Leaf #BAF4E8
RGB
CMYK
RGB Variations
Color information
#BAF4E8 (or 0xBAF4E8) is known color: Water Leaf. HEX triplet: BA, F4 and E8. RGB value is (186,244,232). Sum of RGB (Red+Green+Blue) = 186+244+232=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4E8 is #450B17. Grayscale: #E1E1E1. Windows color (decimal): -4524824 or 15267002. OLE color: 15267002.
HSL color Cylindrical-coordinate representation of color #BAF4E8: hue angle of 167.59º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4E8 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 232 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.04 |
| HSL | 167.59º | 0.73% | 0.84% | - |
| HSV(B) | 167.59º | 0.24% | 0.96% | - |
| XYZ | 67.17 | 80.97 | 88.43 | - |
| YUV | 225.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 232 | 0.24 | 0 | 0.05 | 0.04 | 167.59 | 0.73 | 0.84 |
| Hex | BA | F4 | E8 | 18 | 0 | 5 | 4 | A8 | 48 | 54 |
| Octal | 272 | 364 | 350 | 30 | 0 | 5 | 4 | 250 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11101000 | 11000 | 0 | 101 | 100 | 10101000 | 1001000 | 1010100 |
Color Harmonies of #BAF4E8
Complementary color
Monochromatic Colors of #BAF4E8
Black with #BAF4E8
Text Example
Text Example
White with #BAF4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4E8; }
p { color: rgb(186,244,232); }
H1.HeaderClassName
{
color: #BAF4E8;
}
.AnyTagClassName
{
color: #BAF4E8;
}
</style>
background-color css
<style>
a { background-color: #BAF4E8; }
a { background-color: rgb(186,244,232); }
div.DivClassName
{
background-color: #BAF4E8;
}
.BgClassName
{
background-color: #BAF4E8;
}
</style>
border-color css
<style>
span { border-color: #BAF4E8; }
span { border-color: rgb(186,244,232); }
td.TdClassName
{
border-color: #BAF4E8;
}
.TagClassName
{
border-color: #BAF4E8;
}
</style>