Shades of Water Leaf #BAF1DE
Tints of Water Leaf #BAF1DE
RGB
CMYK
RGB Variations
Color information
#BAF1DE (or 0xBAF1DE) is known color: Water Leaf. HEX triplet: BA, F1 and DE. RGB value is (186,241,222). Sum of RGB (Red+Green+Blue) = 186+241+222=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1DE is #450E21. Grayscale: #DEDEDE. Windows color (decimal): -4525602 or 14610874. OLE color: 14610874.
HSL color Cylindrical-coordinate representation of color #BAF1DE: hue angle of 159.27º degrees, saturation: 0.66, 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 #BAF1DE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 222 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.05 |
| HSL | 159.27º | 0.66% | 0.84% | - |
| HSV(B) | 159.27º | 0.23% | 0.95% | - |
| XYZ | 64.89 | 78.62 | 80.86 | - |
| YUV | 222.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 222 | 0.23 | 0 | 0.08 | 0.05 | 159.27 | 0.66 | 0.84 |
| Hex | BA | F1 | DE | 17 | 0 | 8 | 5 | 9F | 42 | 54 |
| Octal | 272 | 361 | 336 | 27 | 0 | 10 | 5 | 237 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11011110 | 10111 | 0 | 1000 | 101 | 10011111 | 1000010 | 1010100 |
Color Harmonies of #BAF1DE
Complementary color
Monochromatic Colors of #BAF1DE
Black with #BAF1DE
Text Example
Text Example
White with #BAF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1DE; }
p { color: rgb(186,241,222); }
H1.HeaderClassName
{
color: #BAF1DE;
}
.AnyTagClassName
{
color: #BAF1DE;
}
</style>
background-color css
<style>
a { background-color: #BAF1DE; }
a { background-color: rgb(186,241,222); }
div.DivClassName
{
background-color: #BAF1DE;
}
.BgClassName
{
background-color: #BAF1DE;
}
</style>
border-color css
<style>
span { border-color: #BAF1DE; }
span { border-color: rgb(186,241,222); }
td.TdClassName
{
border-color: #BAF1DE;
}
.TagClassName
{
border-color: #BAF1DE;
}
</style>