Shades of Water Leaf #BAF0E3
Tints of Water Leaf #BAF0E3
RGB
CMYK
RGB Variations
Color information
#BAF0E3 (or 0xBAF0E3) is known color: Water Leaf. HEX triplet: BA, F0 and E3. RGB value is (186,240,227). Sum of RGB (Red+Green+Blue) = 186+240+227=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0E3 is #450F1C. Grayscale: #DEDEDE. Windows color (decimal): -4525853 or 14938298. OLE color: 14938298.
HSL color Cylindrical-coordinate representation of color #BAF0E3: hue angle of 165.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0E3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 227 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.06 |
| HSL | 165.56º | 0.64% | 0.84% | - |
| HSV(B) | 165.56º | 0.23% | 0.94% | - |
| XYZ | 65.27 | 78.31 | 84.35 | - |
| YUV | 222.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 227 | 0.22 | 0 | 0.05 | 0.06 | 165.56 | 0.64 | 0.84 |
| Hex | BA | F0 | E3 | 16 | 0 | 5 | 6 | A6 | 40 | 54 |
| Octal | 272 | 360 | 343 | 26 | 0 | 5 | 6 | 246 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11100011 | 10110 | 0 | 101 | 110 | 10100110 | 1000000 | 1010100 |
Color Harmonies of #BAF0E3
Complementary color
Monochromatic Colors of #BAF0E3
Black with #BAF0E3
Text Example
Text Example
White with #BAF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0E3; }
p { color: rgb(186,240,227); }
H1.HeaderClassName
{
color: #BAF0E3;
}
.AnyTagClassName
{
color: #BAF0E3;
}
</style>
background-color css
<style>
a { background-color: #BAF0E3; }
a { background-color: rgb(186,240,227); }
div.DivClassName
{
background-color: #BAF0E3;
}
.BgClassName
{
background-color: #BAF0E3;
}
</style>
border-color css
<style>
span { border-color: #BAF0E3; }
span { border-color: rgb(186,240,227); }
td.TdClassName
{
border-color: #BAF0E3;
}
.TagClassName
{
border-color: #BAF0E3;
}
</style>