Shades of Madang #BAE0AC
Tints of Madang #BAE0AC
RGB
CMYK
RGB Variations
Color information
#BAE0AC (or 0xBAE0AC) is known color: Madang. HEX triplet: BA, E0 and AC. RGB value is (186,224,172). Sum of RGB (Red+Green+Blue) = 186+224+172=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0AC is #451F53. Grayscale: #CECECE. Windows color (decimal): -4530004 or 11329722. OLE color: 11329722.
HSL color Cylindrical-coordinate representation of color #BAE0AC: hue angle of 103.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE0AC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 172 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.12 |
| HSL | 103.85º | 0.46% | 0.78% | - |
| HSV(B) | 103.85º | 0.23% | 0.88% | - |
| XYZ | 54.35 | 66.73 | 49.05 | - |
| YUV | 206.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 172 | 0.17 | 0 | 0.23 | 0.12 | 103.85 | 0.46 | 0.78 |
| Hex | BA | E0 | AC | 11 | 0 | 17 | C | 68 | 2E | 4E |
| Octal | 272 | 340 | 254 | 21 | 0 | 27 | 14 | 150 | 56 | 116 |
| Binary | 10111010 | 11100000 | 10101100 | 10001 | 0 | 10111 | 1100 | 1101000 | 101110 | 1001110 |
Color Harmonies of #BAE0AC
Complementary color
Monochromatic Colors of #BAE0AC
Black with #BAE0AC
Text Example
Text Example
White with #BAE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0AC; }
p { color: rgb(186,224,172); }
H1.HeaderClassName
{
color: #BAE0AC;
}
.AnyTagClassName
{
color: #BAE0AC;
}
</style>
background-color css
<style>
a { background-color: #BAE0AC; }
a { background-color: rgb(186,224,172); }
div.DivClassName
{
background-color: #BAE0AC;
}
.BgClassName
{
background-color: #BAE0AC;
}
</style>
border-color css
<style>
span { border-color: #BAE0AC; }
span { border-color: rgb(186,224,172); }
td.TdClassName
{
border-color: #BAE0AC;
}
.TagClassName
{
border-color: #BAE0AC;
}
</style>