Shades of Madang #BADFAA
Tints of Madang #BADFAA
RGB
CMYK
RGB Variations
Color information
#BADFAA (or 0xBADFAA) is known color: Madang. HEX triplet: BA, DF and AA. RGB value is (186,223,170). Sum of RGB (Red+Green+Blue) = 186+223+170=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFAA is #452055. Grayscale: #CECECE. Windows color (decimal): -4530262 or 11198394. OLE color: 11198394.
HSL color Cylindrical-coordinate representation of color #BADFAA: hue angle of 101.89º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADFAA is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 170 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.13 |
| HSL | 101.89º | 0.45% | 0.77% | - |
| HSV(B) | 101.89º | 0.24% | 0.87% | - |
| XYZ | 53.89 | 66.12 | 47.95 | - |
| YUV | 205.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 170 | 0.17 | 0 | 0.24 | 0.13 | 101.89 | 0.45 | 0.77 |
| Hex | BA | DF | AA | 11 | 0 | 18 | D | 66 | 2D | 4D |
| Octal | 272 | 337 | 252 | 21 | 0 | 30 | 15 | 146 | 55 | 115 |
| Binary | 10111010 | 11011111 | 10101010 | 10001 | 0 | 11000 | 1101 | 1100110 | 101101 | 1001101 |
Color Harmonies of #BADFAA
Complementary color
Monochromatic Colors of #BADFAA
Black with #BADFAA
Text Example
Text Example
White with #BADFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFAA; }
p { color: rgb(186,223,170); }
H1.HeaderClassName
{
color: #BADFAA;
}
.AnyTagClassName
{
color: #BADFAA;
}
</style>
background-color css
<style>
a { background-color: #BADFAA; }
a { background-color: rgb(186,223,170); }
div.DivClassName
{
background-color: #BADFAA;
}
.BgClassName
{
background-color: #BADFAA;
}
</style>
border-color css
<style>
span { border-color: #BADFAA; }
span { border-color: rgb(186,223,170); }
td.TdClassName
{
border-color: #BADFAA;
}
.TagClassName
{
border-color: #BADFAA;
}
</style>