Shades of Madang #BADEAA
Tints of Madang #BADEAA
RGB
CMYK
RGB Variations
Color information
#BADEAA (or 0xBADEAA) is known color: Madang. HEX triplet: BA, DE and AA. RGB value is (186,222,170). Sum of RGB (Red+Green+Blue) = 186+222+170=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAA is #452155. Grayscale: #CDCDCD. Windows color (decimal): -4530518 or 11198138. OLE color: 11198138.
HSL color Cylindrical-coordinate representation of color #BADEAA: hue angle of 101.54º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADEAA is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 170 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.13 |
| HSL | 101.54º | 0.44% | 0.77% | - |
| HSV(B) | 101.54º | 0.23% | 0.87% | - |
| XYZ | 53.63 | 65.58 | 47.86 | - |
| YUV | 205.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 170 | 0.16 | 0 | 0.23 | 0.13 | 101.54 | 0.44 | 0.77 |
| Hex | BA | DE | AA | 10 | 0 | 17 | D | 66 | 2C | 4D |
| Octal | 272 | 336 | 252 | 20 | 0 | 27 | 15 | 146 | 54 | 115 |
| Binary | 10111010 | 11011110 | 10101010 | 10000 | 0 | 10111 | 1101 | 1100110 | 101100 | 1001101 |
Color Harmonies of #BADEAA
Complementary color
Monochromatic Colors of #BADEAA
Black with #BADEAA
Text Example
Text Example
White with #BADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEAA; }
p { color: rgb(186,222,170); }
H1.HeaderClassName
{
color: #BADEAA;
}
.AnyTagClassName
{
color: #BADEAA;
}
</style>
background-color css
<style>
a { background-color: #BADEAA; }
a { background-color: rgb(186,222,170); }
div.DivClassName
{
background-color: #BADEAA;
}
.BgClassName
{
background-color: #BADEAA;
}
</style>
border-color css
<style>
span { border-color: #BADEAA; }
span { border-color: rgb(186,222,170); }
td.TdClassName
{
border-color: #BADEAA;
}
.TagClassName
{
border-color: #BADEAA;
}
</style>