Shades of Madang #BADDAF
Tints of Madang #BADDAF
RGB
CMYK
RGB Variations
Color information
#BADDAF (or 0xBADDAF) is known color: Madang. HEX triplet: BA, DD and AF. RGB value is (186,221,175). Sum of RGB (Red+Green+Blue) = 186+221+175=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAF is #452250. Grayscale: #CDCDCD. Windows color (decimal): -4530769 or 11525562. OLE color: 11525562.
HSL color Cylindrical-coordinate representation of color #BADDAF: hue angle of 105.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDAF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 175 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.13 |
| HSL | 105.65º | 0.4% | 0.78% | - |
| HSV(B) | 105.65º | 0.21% | 0.87% | - |
| XYZ | 53.84 | 65.25 | 50.31 | - |
| YUV | 205.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 175 | 0.16 | 0 | 0.21 | 0.13 | 105.65 | 0.4 | 0.78 |
| Hex | BA | DD | AF | 10 | 0 | 15 | D | 6A | 28 | 4E |
| Octal | 272 | 335 | 257 | 20 | 0 | 25 | 15 | 152 | 50 | 116 |
| Binary | 10111010 | 11011101 | 10101111 | 10000 | 0 | 10101 | 1101 | 1101010 | 101000 | 1001110 |
Color Harmonies of #BADDAF
Complementary color
Monochromatic Colors of #BADDAF
Black with #BADDAF
Text Example
Text Example
White with #BADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDAF; }
p { color: rgb(186,221,175); }
H1.HeaderClassName
{
color: #BADDAF;
}
.AnyTagClassName
{
color: #BADDAF;
}
</style>
background-color css
<style>
a { background-color: #BADDAF; }
a { background-color: rgb(186,221,175); }
div.DivClassName
{
background-color: #BADDAF;
}
.BgClassName
{
background-color: #BADDAF;
}
</style>
border-color css
<style>
span { border-color: #BADDAF; }
span { border-color: rgb(186,221,175); }
td.TdClassName
{
border-color: #BADDAF;
}
.TagClassName
{
border-color: #BADDAF;
}
</style>