Shades of Madang #BADEAD
Tints of Madang #BADEAD
RGB
CMYK
RGB Variations
Color information
#BADEAD (or 0xBADEAD) is known color: Madang. HEX triplet: BA, DE and AD. RGB value is (186,222,173). Sum of RGB (Red+Green+Blue) = 186+222+173=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAD is #452152. Grayscale: #CDCDCD. Windows color (decimal): -4530515 or 11394746. OLE color: 11394746.
HSL color Cylindrical-coordinate representation of color #BADEAD: hue angle of 104.08º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADEAD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 173 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.13 |
| HSL | 104.08º | 0.43% | 0.77% | - |
| HSV(B) | 104.08º | 0.22% | 0.87% | - |
| XYZ | 53.91 | 65.7 | 49.37 | - |
| YUV | 205.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 173 | 0.16 | 0 | 0.22 | 0.13 | 104.08 | 0.43 | 0.77 |
| Hex | BA | DE | AD | 10 | 0 | 16 | D | 68 | 2B | 4D |
| Octal | 272 | 336 | 255 | 20 | 0 | 26 | 15 | 150 | 53 | 115 |
| Binary | 10111010 | 11011110 | 10101101 | 10000 | 0 | 10110 | 1101 | 1101000 | 101011 | 1001101 |
Color Harmonies of #BADEAD
Complementary color
Monochromatic Colors of #BADEAD
Black with #BADEAD
Text Example
Text Example
White with #BADEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEAD; }
p { color: rgb(186,222,173); }
H1.HeaderClassName
{
color: #BADEAD;
}
.AnyTagClassName
{
color: #BADEAD;
}
</style>
background-color css
<style>
a { background-color: #BADEAD; }
a { background-color: rgb(186,222,173); }
div.DivClassName
{
background-color: #BADEAD;
}
.BgClassName
{
background-color: #BADEAD;
}
</style>
border-color css
<style>
span { border-color: #BADEAD; }
span { border-color: rgb(186,222,173); }
td.TdClassName
{
border-color: #BADEAD;
}
.TagClassName
{
border-color: #BADEAD;
}
</style>