Shades of Water Leaf #BAE4DC
Tints of Water Leaf #BAE4DC
RGB
CMYK
RGB Variations
Color information
#BAE4DC (or 0xBAE4DC) is known color: Water Leaf. HEX triplet: BA, E4 and DC. RGB value is (186,228,220). Sum of RGB (Red+Green+Blue) = 186+228+220=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4DC is #451B23. Grayscale: #D6D6D6. Windows color (decimal): -4528932 or 14476474. OLE color: 14476474.
HSL color Cylindrical-coordinate representation of color #BAE4DC: hue angle of 168.57º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE4DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168.57º | 0.44% | 0.81% | - |
| HSV(B) | 168.57º | 0.18% | 0.89% | - |
| XYZ | 60.91 | 71.09 | 78.22 | - |
| YUV | 214.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 220 | 0.18 | 0 | 0.04 | 0.11 | 168.57 | 0.44 | 0.81 |
| Hex | BA | E4 | DC | 12 | 0 | 4 | B | A9 | 2C | 51 |
| Octal | 272 | 344 | 334 | 22 | 0 | 4 | 13 | 251 | 54 | 121 |
| Binary | 10111010 | 11100100 | 11011100 | 10010 | 0 | 100 | 1011 | 10101001 | 101100 | 1010001 |
Color Harmonies of #BAE4DC
Complementary color
Monochromatic Colors of #BAE4DC
Black with #BAE4DC
Text Example
Text Example
White with #BAE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4DC; }
p { color: rgb(186,228,220); }
H1.HeaderClassName
{
color: #BAE4DC;
}
.AnyTagClassName
{
color: #BAE4DC;
}
</style>
background-color css
<style>
a { background-color: #BAE4DC; }
a { background-color: rgb(186,228,220); }
div.DivClassName
{
background-color: #BAE4DC;
}
.BgClassName
{
background-color: #BAE4DC;
}
</style>
border-color css
<style>
span { border-color: #BAE4DC; }
span { border-color: rgb(186,228,220); }
td.TdClassName
{
border-color: #BAE4DC;
}
.TagClassName
{
border-color: #BAE4DC;
}
</style>