Shades of Water Leaf #BAE6DC
Tints of Water Leaf #BAE6DC
RGB
CMYK
RGB Variations
Color information
#BAE6DC (or 0xBAE6DC) is known color: Water Leaf. HEX triplet: BA, E6 and DC. RGB value is (186,230,220). Sum of RGB (Red+Green+Blue) = 186+230+220=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DC is #451923. Grayscale: #D7D7D7. Windows color (decimal): -4528420 or 14476986. OLE color: 14476986.
HSL color Cylindrical-coordinate representation of color #BAE6DC: hue angle of 166.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6DC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 220 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.10 |
| HSL | 166.36º | 0.47% | 0.82% | - |
| HSV(B) | 166.36º | 0.19% | 0.9% | - |
| XYZ | 61.46 | 72.2 | 78.41 | - |
| YUV | 215.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 220 | 0.19 | 0 | 0.04 | 0.10 | 166.36 | 0.47 | 0.82 |
| Hex | BA | E6 | DC | 13 | 0 | 4 | A | A6 | 2F | 52 |
| Octal | 272 | 346 | 334 | 23 | 0 | 4 | 12 | 246 | 57 | 122 |
| Binary | 10111010 | 11100110 | 11011100 | 10011 | 0 | 100 | 1010 | 10100110 | 101111 | 1010010 |
Color Harmonies of #BAE6DC
Complementary color
Monochromatic Colors of #BAE6DC
Black with #BAE6DC
Text Example
Text Example
White with #BAE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6DC; }
p { color: rgb(186,230,220); }
H1.HeaderClassName
{
color: #BAE6DC;
}
.AnyTagClassName
{
color: #BAE6DC;
}
</style>
background-color css
<style>
a { background-color: #BAE6DC; }
a { background-color: rgb(186,230,220); }
div.DivClassName
{
background-color: #BAE6DC;
}
.BgClassName
{
background-color: #BAE6DC;
}
</style>
border-color css
<style>
span { border-color: #BAE6DC; }
span { border-color: rgb(186,230,220); }
td.TdClassName
{
border-color: #BAE6DC;
}
.TagClassName
{
border-color: #BAE6DC;
}
</style>