Shades of Water Leaf #BAE8DE
Tints of Water Leaf #BAE8DE
RGB
CMYK
RGB Variations
Color information
#BAE8DE (or 0xBAE8DE) is known color: Water Leaf. HEX triplet: BA, E8 and DE. RGB value is (186,232,222). Sum of RGB (Red+Green+Blue) = 186+232+222=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8DE is #451721. Grayscale: #D9D9D9. Windows color (decimal): -4527906 or 14608570. OLE color: 14608570.
HSL color Cylindrical-coordinate representation of color #BAE8DE: hue angle of 166.96º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8DE is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 222 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.09 |
| HSL | 166.96º | 0.5% | 0.82% | - |
| HSV(B) | 166.96º | 0.2% | 0.91% | - |
| XYZ | 62.29 | 73.43 | 80 | - |
| YUV | 217.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 222 | 0.20 | 0 | 0.04 | 0.09 | 166.96 | 0.5 | 0.82 |
| Hex | BA | E8 | DE | 14 | 0 | 4 | 9 | A7 | 32 | 52 |
| Octal | 272 | 350 | 336 | 24 | 0 | 4 | 11 | 247 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11011110 | 10100 | 0 | 100 | 1001 | 10100111 | 110010 | 1010010 |
Color Harmonies of #BAE8DE
Complementary color
Monochromatic Colors of #BAE8DE
Black with #BAE8DE
Text Example
Text Example
White with #BAE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8DE; }
p { color: rgb(186,232,222); }
H1.HeaderClassName
{
color: #BAE8DE;
}
.AnyTagClassName
{
color: #BAE8DE;
}
</style>
background-color css
<style>
a { background-color: #BAE8DE; }
a { background-color: rgb(186,232,222); }
div.DivClassName
{
background-color: #BAE8DE;
}
.BgClassName
{
background-color: #BAE8DE;
}
</style>
border-color css
<style>
span { border-color: #BAE8DE; }
span { border-color: rgb(186,232,222); }
td.TdClassName
{
border-color: #BAE8DE;
}
.TagClassName
{
border-color: #BAE8DE;
}
</style>