Shades of Madang #BADDA6
Tints of Madang #BADDA6
RGB
CMYK
RGB Variations
Color information
#BADDA6 (or 0xBADDA6) is known color: Madang. HEX triplet: BA, DD and A6. RGB value is (186,221,166). Sum of RGB (Red+Green+Blue) = 186+221+166=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA6 is #452259. Grayscale: #CCCCCC. Windows color (decimal): -4530778 or 10935738. OLE color: 10935738.
HSL color Cylindrical-coordinate representation of color #BADDA6: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADDA6 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 166 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.13 |
| HSL | 98.18º | 0.45% | 0.76% | - |
| HSV(B) | 98.18º | 0.25% | 0.87% | - |
| XYZ | 52.99 | 64.91 | 45.81 | - |
| YUV | 204.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 166 | 0.16 | 0 | 0.25 | 0.13 | 98.18 | 0.45 | 0.76 |
| Hex | BA | DD | A6 | 10 | 0 | 19 | D | 62 | 2D | 4C |
| Octal | 272 | 335 | 246 | 20 | 0 | 31 | 15 | 142 | 55 | 114 |
| Binary | 10111010 | 11011101 | 10100110 | 10000 | 0 | 11001 | 1101 | 1100010 | 101101 | 1001100 |
Color Harmonies of #BADDA6
Complementary color
Monochromatic Colors of #BADDA6
Black with #BADDA6
Text Example
Text Example
White with #BADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA6; }
p { color: rgb(186,221,166); }
H1.HeaderClassName
{
color: #BADDA6;
}
.AnyTagClassName
{
color: #BADDA6;
}
</style>
background-color css
<style>
a { background-color: #BADDA6; }
a { background-color: rgb(186,221,166); }
div.DivClassName
{
background-color: #BADDA6;
}
.BgClassName
{
background-color: #BADDA6;
}
</style>
border-color css
<style>
span { border-color: #BADDA6; }
span { border-color: rgb(186,221,166); }
td.TdClassName
{
border-color: #BADDA6;
}
.TagClassName
{
border-color: #BADDA6;
}
</style>