Shades of Water Leaf #BAF2E2
Tints of Water Leaf #BAF2E2
RGB
CMYK
RGB Variations
Color information
#BAF2E2 (or 0xBAF2E2) is known color: Water Leaf. HEX triplet: BA, F2 and E2. RGB value is (186,242,226). Sum of RGB (Red+Green+Blue) = 186+242+226=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2E2 is #450D1D. Grayscale: #DFDFDF. Windows color (decimal): -4525342 or 14873274. OLE color: 14873274.
HSL color Cylindrical-coordinate representation of color #BAF2E2: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2E2 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 226 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.05 |
| HSL | 162.86º | 0.68% | 0.84% | - |
| HSV(B) | 162.86º | 0.23% | 0.95% | - |
| XYZ | 65.73 | 79.43 | 83.82 | - |
| YUV | 223.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 226 | 0.23 | 0 | 0.07 | 0.05 | 162.86 | 0.68 | 0.84 |
| Hex | BA | F2 | E2 | 17 | 0 | 7 | 5 | A3 | 44 | 54 |
| Octal | 272 | 362 | 342 | 27 | 0 | 7 | 5 | 243 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11100010 | 10111 | 0 | 111 | 101 | 10100011 | 1000100 | 1010100 |
Color Harmonies of #BAF2E2
Complementary color
Monochromatic Colors of #BAF2E2
Black with #BAF2E2
Text Example
Text Example
White with #BAF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2E2; }
p { color: rgb(186,242,226); }
H1.HeaderClassName
{
color: #BAF2E2;
}
.AnyTagClassName
{
color: #BAF2E2;
}
</style>
background-color css
<style>
a { background-color: #BAF2E2; }
a { background-color: rgb(186,242,226); }
div.DivClassName
{
background-color: #BAF2E2;
}
.BgClassName
{
background-color: #BAF2E2;
}
</style>
border-color css
<style>
span { border-color: #BAF2E2; }
span { border-color: rgb(186,242,226); }
td.TdClassName
{
border-color: #BAF2E2;
}
.TagClassName
{
border-color: #BAF2E2;
}
</style>