Shades of Madang #BAE6AB
Tints of Madang #BAE6AB
RGB
CMYK
RGB Variations
Color information
#BAE6AB (or 0xBAE6AB) is known color: Madang. HEX triplet: BA, E6 and AB. RGB value is (186,230,171). Sum of RGB (Red+Green+Blue) = 186+230+171=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE6AB is #451954. Grayscale: #D2D2D2. Windows color (decimal): -4528469 or 11265722. OLE color: 11265722.
HSL color Cylindrical-coordinate representation of color #BAE6AB: hue angle of 104.75º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE6AB is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 171 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.10 |
| HSL | 104.75º | 0.54% | 0.79% | - |
| HSV(B) | 104.75º | 0.26% | 0.9% | - |
| XYZ | 55.9 | 69.97 | 49.09 | - |
| YUV | 210.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 171 | 0.19 | 0 | 0.26 | 0.10 | 104.75 | 0.54 | 0.79 |
| Hex | BA | E6 | AB | 13 | 0 | 1A | A | 69 | 36 | 4F |
| Octal | 272 | 346 | 253 | 23 | 0 | 32 | 12 | 151 | 66 | 117 |
| Binary | 10111010 | 11100110 | 10101011 | 10011 | 0 | 11010 | 1010 | 1101001 | 110110 | 1001111 |
Color Harmonies of #BAE6AB
Complementary color
Monochromatic Colors of #BAE6AB
Black with #BAE6AB
Text Example
Text Example
White with #BAE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6AB; }
p { color: rgb(186,230,171); }
H1.HeaderClassName
{
color: #BAE6AB;
}
.AnyTagClassName
{
color: #BAE6AB;
}
</style>
background-color css
<style>
a { background-color: #BAE6AB; }
a { background-color: rgb(186,230,171); }
div.DivClassName
{
background-color: #BAE6AB;
}
.BgClassName
{
background-color: #BAE6AB;
}
</style>
border-color css
<style>
span { border-color: #BAE6AB; }
span { border-color: rgb(186,230,171); }
td.TdClassName
{
border-color: #BAE6AB;
}
.TagClassName
{
border-color: #BAE6AB;
}
</style>