Shades of Madang #BADAB0
Tints of Madang #BADAB0
RGB
CMYK
RGB Variations
Color information
#BADAB0 (or 0xBADAB0) is known color: Madang. HEX triplet: BA, DA and B0. RGB value is (186,218,176). Sum of RGB (Red+Green+Blue) = 186+218+176=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAB0 is #45254F. Grayscale: #CBCBCB. Windows color (decimal): -4531536 or 11590330. OLE color: 11590330.
HSL color Cylindrical-coordinate representation of color #BADAB0: hue angle of 105.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADAB0 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 176 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.15 |
| HSL | 105.71º | 0.36% | 0.77% | - |
| HSV(B) | 105.71º | 0.19% | 0.85% | - |
| XYZ | 53.16 | 63.72 | 50.57 | - |
| YUV | 203.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 176 | 0.15 | 0 | 0.19 | 0.15 | 105.71 | 0.36 | 0.77 |
| Hex | BA | DA | B0 | F | 0 | 13 | F | 6A | 24 | 4D |
| Octal | 272 | 332 | 260 | 17 | 0 | 23 | 17 | 152 | 44 | 115 |
| Binary | 10111010 | 11011010 | 10110000 | 1111 | 0 | 10011 | 1111 | 1101010 | 100100 | 1001101 |
Color Harmonies of #BADAB0
Complementary color
Monochromatic Colors of #BADAB0
Black with #BADAB0
Text Example
Text Example
White with #BADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAB0; }
p { color: rgb(186,218,176); }
H1.HeaderClassName
{
color: #BADAB0;
}
.AnyTagClassName
{
color: #BADAB0;
}
</style>
background-color css
<style>
a { background-color: #BADAB0; }
a { background-color: rgb(186,218,176); }
div.DivClassName
{
background-color: #BADAB0;
}
.BgClassName
{
background-color: #BADAB0;
}
</style>
border-color css
<style>
span { border-color: #BADAB0; }
span { border-color: rgb(186,218,176); }
td.TdClassName
{
border-color: #BADAB0;
}
.TagClassName
{
border-color: #BADAB0;
}
</style>