Shades of Madang #BAE8AB
Tints of Madang #BAE8AB
RGB
CMYK
RGB Variations
Color information
#BAE8AB (or 0xBAE8AB) is known color: Madang. HEX triplet: BA, E8 and AB. RGB value is (186,232,171). Sum of RGB (Red+Green+Blue) = 186+232+171=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE8AB is #451754. Grayscale: #D3D3D3. Windows color (decimal): -4527957 or 11266234. OLE color: 11266234.
HSL color Cylindrical-coordinate representation of color #BAE8AB: hue angle of 105.25º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE8AB is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 171 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.09 |
| HSL | 105.25º | 0.57% | 0.79% | - |
| HSV(B) | 105.25º | 0.26% | 0.91% | - |
| XYZ | 56.46 | 71.09 | 49.27 | - |
| YUV | 211.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 171 | 0.20 | 0 | 0.26 | 0.09 | 105.25 | 0.57 | 0.79 |
| Hex | BA | E8 | AB | 14 | 0 | 1A | 9 | 69 | 39 | 4F |
| Octal | 272 | 350 | 253 | 24 | 0 | 32 | 11 | 151 | 71 | 117 |
| Binary | 10111010 | 11101000 | 10101011 | 10100 | 0 | 11010 | 1001 | 1101001 | 111001 | 1001111 |
Color Harmonies of #BAE8AB
Complementary color
Monochromatic Colors of #BAE8AB
Black with #BAE8AB
Text Example
Text Example
White with #BAE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8AB; }
p { color: rgb(186,232,171); }
H1.HeaderClassName
{
color: #BAE8AB;
}
.AnyTagClassName
{
color: #BAE8AB;
}
</style>
background-color css
<style>
a { background-color: #BAE8AB; }
a { background-color: rgb(186,232,171); }
div.DivClassName
{
background-color: #BAE8AB;
}
.BgClassName
{
background-color: #BAE8AB;
}
</style>
border-color css
<style>
span { border-color: #BAE8AB; }
span { border-color: rgb(186,232,171); }
td.TdClassName
{
border-color: #BAE8AB;
}
.TagClassName
{
border-color: #BAE8AB;
}
</style>