Shades of Madang #BADCA8
Tints of Madang #BADCA8
RGB
CMYK
RGB Variations
Color information
#BADCA8 (or 0xBADCA8) is known color: Madang. HEX triplet: BA, DC and A8. RGB value is (186,220,168). Sum of RGB (Red+Green+Blue) = 186+220+168=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCA8 is #452357. Grayscale: #CCCCCC. Windows color (decimal): -4531032 or 11066554. OLE color: 11066554.
HSL color Cylindrical-coordinate representation of color #BADCA8: hue angle of 99.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 168 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.14 |
| HSL | 99.23º | 0.43% | 0.76% | - |
| HSV(B) | 99.23º | 0.24% | 0.86% | - |
| XYZ | 52.91 | 64.45 | 46.7 | - |
| YUV | 203.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 168 | 0.15 | 0 | 0.24 | 0.14 | 99.23 | 0.43 | 0.76 |
| Hex | BA | DC | A8 | F | 0 | 18 | E | 63 | 2B | 4C |
| Octal | 272 | 334 | 250 | 17 | 0 | 30 | 16 | 143 | 53 | 114 |
| Binary | 10111010 | 11011100 | 10101000 | 1111 | 0 | 11000 | 1110 | 1100011 | 101011 | 1001100 |
Color Harmonies of #BADCA8
Complementary color
Monochromatic Colors of #BADCA8
Black with #BADCA8
Text Example
Text Example
White with #BADCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCA8; }
p { color: rgb(186,220,168); }
H1.HeaderClassName
{
color: #BADCA8;
}
.AnyTagClassName
{
color: #BADCA8;
}
</style>
background-color css
<style>
a { background-color: #BADCA8; }
a { background-color: rgb(186,220,168); }
div.DivClassName
{
background-color: #BADCA8;
}
.BgClassName
{
background-color: #BADCA8;
}
</style>
border-color css
<style>
span { border-color: #BADCA8; }
span { border-color: rgb(186,220,168); }
td.TdClassName
{
border-color: #BADCA8;
}
.TagClassName
{
border-color: #BADCA8;
}
</style>