Shades of Water Leaf #BAF3DE
Tints of Water Leaf #BAF3DE
RGB
CMYK
RGB Variations
Color information
#BAF3DE (or 0xBAF3DE) is known color: Water Leaf. HEX triplet: BA, F3 and DE. RGB value is (186,243,222). Sum of RGB (Red+Green+Blue) = 186+243+222=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3DE is #450C21. Grayscale: #DFDFDF. Windows color (decimal): -4525090 or 14611386. OLE color: 14611386.
HSL color Cylindrical-coordinate representation of color #BAF3DE: hue angle of 157.89º degrees, saturation: 0.7, 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 #BAF3DE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 222 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.05 |
| HSL | 157.89º | 0.7% | 0.84% | - |
| HSV(B) | 157.89º | 0.23% | 0.95% | - |
| XYZ | 65.49 | 79.81 | 81.06 | - |
| YUV | 223.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 222 | 0.23 | 0 | 0.09 | 0.05 | 157.89 | 0.7 | 0.84 |
| Hex | BA | F3 | DE | 17 | 0 | 9 | 5 | 9E | 46 | 54 |
| Octal | 272 | 363 | 336 | 27 | 0 | 11 | 5 | 236 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11011110 | 10111 | 0 | 1001 | 101 | 10011110 | 1000110 | 1010100 |
Color Harmonies of #BAF3DE
Complementary color
Monochromatic Colors of #BAF3DE
Black with #BAF3DE
Text Example
Text Example
White with #BAF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3DE; }
p { color: rgb(186,243,222); }
H1.HeaderClassName
{
color: #BAF3DE;
}
.AnyTagClassName
{
color: #BAF3DE;
}
</style>
background-color css
<style>
a { background-color: #BAF3DE; }
a { background-color: rgb(186,243,222); }
div.DivClassName
{
background-color: #BAF3DE;
}
.BgClassName
{
background-color: #BAF3DE;
}
</style>
border-color css
<style>
span { border-color: #BAF3DE; }
span { border-color: rgb(186,243,222); }
td.TdClassName
{
border-color: #BAF3DE;
}
.TagClassName
{
border-color: #BAF3DE;
}
</style>