Shades of Madang #BADDA8
Tints of Madang #BADDA8
RGB
CMYK
RGB Variations
Color information
#BADDA8 (or 0xBADDA8) is known color: Madang. HEX triplet: BA, DD and A8. RGB value is (186,221,168). Sum of RGB (Red+Green+Blue) = 186+221+168=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDA8 is #452257. Grayscale: #CCCCCC. Windows color (decimal): -4530776 or 11066810. OLE color: 11066810.
HSL color Cylindrical-coordinate representation of color #BADDA8: hue angle of 99.62º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADDA8 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 168 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.13 |
| HSL | 99.62º | 0.44% | 0.76% | - |
| HSV(B) | 99.62º | 0.24% | 0.87% | - |
| XYZ | 53.17 | 64.98 | 46.79 | - |
| YUV | 204.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 168 | 0.16 | 0 | 0.24 | 0.13 | 99.62 | 0.44 | 0.76 |
| Hex | BA | DD | A8 | 10 | 0 | 18 | D | 64 | 2C | 4C |
| Octal | 272 | 335 | 250 | 20 | 0 | 30 | 15 | 144 | 54 | 114 |
| Binary | 10111010 | 11011101 | 10101000 | 10000 | 0 | 11000 | 1101 | 1100100 | 101100 | 1001100 |
Color Harmonies of #BADDA8
Complementary color
Monochromatic Colors of #BADDA8
Black with #BADDA8
Text Example
Text Example
White with #BADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDA8; }
p { color: rgb(186,221,168); }
H1.HeaderClassName
{
color: #BADDA8;
}
.AnyTagClassName
{
color: #BADDA8;
}
</style>
background-color css
<style>
a { background-color: #BADDA8; }
a { background-color: rgb(186,221,168); }
div.DivClassName
{
background-color: #BADDA8;
}
.BgClassName
{
background-color: #BADDA8;
}
</style>
border-color css
<style>
span { border-color: #BADDA8; }
span { border-color: rgb(186,221,168); }
td.TdClassName
{
border-color: #BADDA8;
}
.TagClassName
{
border-color: #BADDA8;
}
</style>