Shades of Madang #BAE2AD
Tints of Madang #BAE2AD
RGB
CMYK
RGB Variations
Color information
#BAE2AD (or 0xBAE2AD) is known color: Madang. HEX triplet: BA, E2 and AD. RGB value is (186,226,173). Sum of RGB (Red+Green+Blue) = 186+226+173=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE2AD is #451D52. Grayscale: #D0D0D0. Windows color (decimal): -4529491 or 11395770. OLE color: 11395770.
HSL color Cylindrical-coordinate representation of color #BAE2AD: hue angle of 105.28º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE2AD is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 173 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.11 |
| HSL | 105.28º | 0.48% | 0.78% | - |
| HSV(B) | 105.28º | 0.23% | 0.89% | - |
| XYZ | 54.99 | 67.85 | 49.73 | - |
| YUV | 208 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 173 | 0.18 | 0 | 0.23 | 0.11 | 105.28 | 0.48 | 0.78 |
| Hex | BA | E2 | AD | 12 | 0 | 17 | B | 69 | 30 | 4E |
| Octal | 272 | 342 | 255 | 22 | 0 | 27 | 13 | 151 | 60 | 116 |
| Binary | 10111010 | 11100010 | 10101101 | 10010 | 0 | 10111 | 1011 | 1101001 | 110000 | 1001110 |
Color Harmonies of #BAE2AD
Complementary color
Monochromatic Colors of #BAE2AD
Black with #BAE2AD
Text Example
Text Example
White with #BAE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2AD; }
p { color: rgb(186,226,173); }
H1.HeaderClassName
{
color: #BAE2AD;
}
.AnyTagClassName
{
color: #BAE2AD;
}
</style>
background-color css
<style>
a { background-color: #BAE2AD; }
a { background-color: rgb(186,226,173); }
div.DivClassName
{
background-color: #BAE2AD;
}
.BgClassName
{
background-color: #BAE2AD;
}
</style>
border-color css
<style>
span { border-color: #BAE2AD; }
span { border-color: rgb(186,226,173); }
td.TdClassName
{
border-color: #BAE2AD;
}
.TagClassName
{
border-color: #BAE2AD;
}
</style>