Shades of Water Leaf #BAF8E9
Tints of Water Leaf #BAF8E9
RGB
CMYK
RGB Variations
Color information
#BAF8E9 (or 0xBAF8E9) is known color: Water Leaf. HEX triplet: BA, F8 and E9. RGB value is (186,248,233). Sum of RGB (Red+Green+Blue) = 186+248+233=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8E9 is #450716. Grayscale: #E3E3E3. Windows color (decimal): -4523799 or 15333562. OLE color: 15333562.
HSL color Cylindrical-coordinate representation of color #BAF8E9: hue angle of 165.48º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8E9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 233 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.03 |
| HSL | 165.48º | 0.82% | 0.85% | - |
| HSV(B) | 165.48º | 0.25% | 0.97% | - |
| XYZ | 68.53 | 83.46 | 89.59 | - |
| YUV | 227.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 233 | 0.25 | 0 | 0.06 | 0.03 | 165.48 | 0.82 | 0.85 |
| Hex | BA | F8 | E9 | 19 | 0 | 6 | 3 | A5 | 52 | 55 |
| Octal | 272 | 370 | 351 | 31 | 0 | 6 | 3 | 245 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11101001 | 11001 | 0 | 110 | 11 | 10100101 | 1010010 | 1010101 |
Color Harmonies of #BAF8E9
Complementary color
Monochromatic Colors of #BAF8E9
Black with #BAF8E9
Text Example
Text Example
White with #BAF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8E9; }
p { color: rgb(186,248,233); }
H1.HeaderClassName
{
color: #BAF8E9;
}
.AnyTagClassName
{
color: #BAF8E9;
}
</style>
background-color css
<style>
a { background-color: #BAF8E9; }
a { background-color: rgb(186,248,233); }
div.DivClassName
{
background-color: #BAF8E9;
}
.BgClassName
{
background-color: #BAF8E9;
}
</style>
border-color css
<style>
span { border-color: #BAF8E9; }
span { border-color: rgb(186,248,233); }
td.TdClassName
{
border-color: #BAF8E9;
}
.TagClassName
{
border-color: #BAF8E9;
}
</style>