Shades of Madang #BADDAB
Tints of Madang #BADDAB
RGB
CMYK
RGB Variations
Color information
#BADDAB (or 0xBADDAB) is known color: Madang. HEX triplet: BA, DD and AB. RGB value is (186,221,171). Sum of RGB (Red+Green+Blue) = 186+221+171=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAB is #452254. Grayscale: #CDCDCD. Windows color (decimal): -4530773 or 11263418. OLE color: 11263418.
HSL color Cylindrical-coordinate representation of color #BADDAB: hue angle of 102º degrees, saturation: 0.42, 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 #BADDAB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 171 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.13 |
| HSL | 102º | 0.42% | 0.77% | - |
| HSV(B) | 102º | 0.23% | 0.87% | - |
| XYZ | 53.46 | 65.09 | 48.27 | - |
| YUV | 204.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 171 | 0.16 | 0 | 0.23 | 0.13 | 102 | 0.42 | 0.77 |
| Hex | BA | DD | AB | 10 | 0 | 17 | D | 66 | 2A | 4D |
| Octal | 272 | 335 | 253 | 20 | 0 | 27 | 15 | 146 | 52 | 115 |
| Binary | 10111010 | 11011101 | 10101011 | 10000 | 0 | 10111 | 1101 | 1100110 | 101010 | 1001101 |
Color Harmonies of #BADDAB
Complementary color
Monochromatic Colors of #BADDAB
Black with #BADDAB
Text Example
Text Example
White with #BADDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDAB; }
p { color: rgb(186,221,171); }
H1.HeaderClassName
{
color: #BADDAB;
}
.AnyTagClassName
{
color: #BADDAB;
}
</style>
background-color css
<style>
a { background-color: #BADDAB; }
a { background-color: rgb(186,221,171); }
div.DivClassName
{
background-color: #BADDAB;
}
.BgClassName
{
background-color: #BADDAB;
}
</style>
border-color css
<style>
span { border-color: #BADDAB; }
span { border-color: rgb(186,221,171); }
td.TdClassName
{
border-color: #BADDAB;
}
.TagClassName
{
border-color: #BADDAB;
}
</style>