Shades of Water Leaf #BAF8EA
Tints of Water Leaf #BAF8EA
RGB
CMYK
RGB Variations
Color information
#BAF8EA (or 0xBAF8EA) is known color: Water Leaf. HEX triplet: BA, F8 and EA. RGB value is (186,248,234). Sum of RGB (Red+Green+Blue) = 186+248+234=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8EA is #450715. Grayscale: #E3E3E3. Windows color (decimal): -4523798 or 15399098. OLE color: 15399098.
HSL color Cylindrical-coordinate representation of color #BAF8EA: hue angle of 166.45º 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 #BAF8EA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 234 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.03 |
| HSL | 166.45º | 0.82% | 0.85% | - |
| HSV(B) | 166.45º | 0.25% | 0.97% | - |
| XYZ | 68.67 | 83.51 | 90.34 | - |
| YUV | 227.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 234 | 0.25 | 0 | 0.06 | 0.03 | 166.45 | 0.82 | 0.85 |
| Hex | BA | F8 | EA | 19 | 0 | 6 | 3 | A6 | 52 | 55 |
| Octal | 272 | 370 | 352 | 31 | 0 | 6 | 3 | 246 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11101010 | 11001 | 0 | 110 | 11 | 10100110 | 1010010 | 1010101 |
Color Harmonies of #BAF8EA
Complementary color
Monochromatic Colors of #BAF8EA
Black with #BAF8EA
Text Example
Text Example
White with #BAF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8EA; }
p { color: rgb(186,248,234); }
H1.HeaderClassName
{
color: #BAF8EA;
}
.AnyTagClassName
{
color: #BAF8EA;
}
</style>
background-color css
<style>
a { background-color: #BAF8EA; }
a { background-color: rgb(186,248,234); }
div.DivClassName
{
background-color: #BAF8EA;
}
.BgClassName
{
background-color: #BAF8EA;
}
</style>
border-color css
<style>
span { border-color: #BAF8EA; }
span { border-color: rgb(186,248,234); }
td.TdClassName
{
border-color: #BAF8EA;
}
.TagClassName
{
border-color: #BAF8EA;
}
</style>