Shades of Madang #BAD3AD
Tints of Madang #BAD3AD
RGB
CMYK
RGB Variations
Color information
#BAD3AD (or 0xBAD3AD) is known color: Madang. HEX triplet: BA, D3 and AD. RGB value is (186,211,173). Sum of RGB (Red+Green+Blue) = 186+211+173=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD3AD is #452C52. Grayscale: #C7C7C7. Windows color (decimal): -4533331 or 11391930. OLE color: 11391930.
HSL color Cylindrical-coordinate representation of color #BAD3AD: hue angle of 99.47º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAD3AD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 173 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.17 |
| HSL | 99.47º | 0.3% | 0.75% | - |
| HSV(B) | 99.47º | 0.18% | 0.83% | - |
| XYZ | 51.09 | 60.04 | 48.43 | - |
| YUV | 199.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 173 | 0.12 | 0 | 0.18 | 0.17 | 99.47 | 0.3 | 0.75 |
| Hex | BA | D3 | AD | C | 0 | 12 | 11 | 63 | 1E | 4B |
| Octal | 272 | 323 | 255 | 14 | 0 | 22 | 21 | 143 | 36 | 113 |
| Binary | 10111010 | 11010011 | 10101101 | 1100 | 0 | 10010 | 10001 | 1100011 | 11110 | 1001011 |
Color Harmonies of #BAD3AD
Complementary color
Monochromatic Colors of #BAD3AD
Black with #BAD3AD
Text Example
Text Example
White with #BAD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3AD; }
p { color: rgb(186,211,173); }
H1.HeaderClassName
{
color: #BAD3AD;
}
.AnyTagClassName
{
color: #BAD3AD;
}
</style>
background-color css
<style>
a { background-color: #BAD3AD; }
a { background-color: rgb(186,211,173); }
div.DivClassName
{
background-color: #BAD3AD;
}
.BgClassName
{
background-color: #BAD3AD;
}
</style>
border-color css
<style>
span { border-color: #BAD3AD; }
span { border-color: rgb(186,211,173); }
td.TdClassName
{
border-color: #BAD3AD;
}
.TagClassName
{
border-color: #BAD3AD;
}
</style>