Shades of Madang #BADEAB
Tints of Madang #BADEAB
RGB
CMYK
RGB Variations
Color information
#BADEAB (or 0xBADEAB) is known color: Madang. HEX triplet: BA, DE and AB. RGB value is (186,222,171). Sum of RGB (Red+Green+Blue) = 186+222+171=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAB is #452154. Grayscale: #CDCDCD. Windows color (decimal): -4530517 or 11263674. OLE color: 11263674.
HSL color Cylindrical-coordinate representation of color #BADEAB: hue angle of 102.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADEAB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 171 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.13 |
| HSL | 102.35º | 0.44% | 0.77% | - |
| HSV(B) | 102.35º | 0.23% | 0.87% | - |
| XYZ | 53.72 | 65.62 | 48.36 | - |
| YUV | 205.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 171 | 0.16 | 0 | 0.23 | 0.13 | 102.35 | 0.44 | 0.77 |
| Hex | BA | DE | AB | 10 | 0 | 17 | D | 66 | 2C | 4D |
| Octal | 272 | 336 | 253 | 20 | 0 | 27 | 15 | 146 | 54 | 115 |
| Binary | 10111010 | 11011110 | 10101011 | 10000 | 0 | 10111 | 1101 | 1100110 | 101100 | 1001101 |
Color Harmonies of #BADEAB
Complementary color
Monochromatic Colors of #BADEAB
Black with #BADEAB
Text Example
Text Example
White with #BADEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEAB; }
p { color: rgb(186,222,171); }
H1.HeaderClassName
{
color: #BADEAB;
}
.AnyTagClassName
{
color: #BADEAB;
}
</style>
background-color css
<style>
a { background-color: #BADEAB; }
a { background-color: rgb(186,222,171); }
div.DivClassName
{
background-color: #BADEAB;
}
.BgClassName
{
background-color: #BADEAB;
}
</style>
border-color css
<style>
span { border-color: #BADEAB; }
span { border-color: rgb(186,222,171); }
td.TdClassName
{
border-color: #BADEAB;
}
.TagClassName
{
border-color: #BADEAB;
}
</style>