Shades of Water Leaf #BAE8E4
Tints of Water Leaf #BAE8E4
RGB
CMYK
RGB Variations
Color information
#BAE8E4 (or 0xBAE8E4) is known color: Water Leaf. HEX triplet: BA, E8 and E4. RGB value is (186,232,228). Sum of RGB (Red+Green+Blue) = 186+232+228=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8E4 is #45171B. Grayscale: #D9D9D9. Windows color (decimal): -4527900 or 15001786. OLE color: 15001786.
HSL color Cylindrical-coordinate representation of color #BAE8E4: hue angle of 174.78º 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 #BAE8E4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 228 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.09 |
| HSL | 174.78º | 0.5% | 0.82% | - |
| HSV(B) | 174.78º | 0.2% | 0.91% | - |
| XYZ | 63.11 | 73.75 | 84.31 | - |
| YUV | 217.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 228 | 0.20 | 0 | 0.02 | 0.09 | 174.78 | 0.5 | 0.82 |
| Hex | BA | E8 | E4 | 14 | 0 | 2 | 9 | AF | 32 | 52 |
| Octal | 272 | 350 | 344 | 24 | 0 | 2 | 11 | 257 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11100100 | 10100 | 0 | 10 | 1001 | 10101111 | 110010 | 1010010 |
Color Harmonies of #BAE8E4
Complementary color
Monochromatic Colors of #BAE8E4
Black with #BAE8E4
Text Example
Text Example
White with #BAE8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8E4; }
p { color: rgb(186,232,228); }
H1.HeaderClassName
{
color: #BAE8E4;
}
.AnyTagClassName
{
color: #BAE8E4;
}
</style>
background-color css
<style>
a { background-color: #BAE8E4; }
a { background-color: rgb(186,232,228); }
div.DivClassName
{
background-color: #BAE8E4;
}
.BgClassName
{
background-color: #BAE8E4;
}
</style>
border-color css
<style>
span { border-color: #BAE8E4; }
span { border-color: rgb(186,232,228); }
td.TdClassName
{
border-color: #BAE8E4;
}
.TagClassName
{
border-color: #BAE8E4;
}
</style>