Shades of Madang #BADAAF
Tints of Madang #BADAAF
RGB
CMYK
RGB Variations
Color information
#BADAAF (or 0xBADAAF) is known color: Madang. HEX triplet: BA, DA and AF. RGB value is (186,218,175). Sum of RGB (Red+Green+Blue) = 186+218+175=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAAF is #452550. Grayscale: #CBCBCB. Windows color (decimal): -4531537 or 11524794. OLE color: 11524794.
HSL color Cylindrical-coordinate representation of color #BADAAF: hue angle of 104.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADAAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 175 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.15 |
| HSL | 104.65º | 0.37% | 0.77% | - |
| HSV(B) | 104.65º | 0.2% | 0.85% | - |
| XYZ | 53.06 | 63.68 | 50.05 | - |
| YUV | 203.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 175 | 0.15 | 0 | 0.20 | 0.15 | 104.65 | 0.37 | 0.77 |
| Hex | BA | DA | AF | F | 0 | 14 | F | 69 | 25 | 4D |
| Octal | 272 | 332 | 257 | 17 | 0 | 24 | 17 | 151 | 45 | 115 |
| Binary | 10111010 | 11011010 | 10101111 | 1111 | 0 | 10100 | 1111 | 1101001 | 100101 | 1001101 |
Color Harmonies of #BADAAF
Complementary color
Monochromatic Colors of #BADAAF
Black with #BADAAF
Text Example
Text Example
White with #BADAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAAF; }
p { color: rgb(186,218,175); }
H1.HeaderClassName
{
color: #BADAAF;
}
.AnyTagClassName
{
color: #BADAAF;
}
</style>
background-color css
<style>
a { background-color: #BADAAF; }
a { background-color: rgb(186,218,175); }
div.DivClassName
{
background-color: #BADAAF;
}
.BgClassName
{
background-color: #BADAAF;
}
</style>
border-color css
<style>
span { border-color: #BADAAF; }
span { border-color: rgb(186,218,175); }
td.TdClassName
{
border-color: #BADAAF;
}
.TagClassName
{
border-color: #BADAAF;
}
</style>