Shades of Madang #BADBA6
Tints of Madang #BADBA6
RGB
CMYK
RGB Variations
Color information
#BADBA6 (or 0xBADBA6) is known color: Madang. HEX triplet: BA, DB and A6. RGB value is (186,219,166). Sum of RGB (Red+Green+Blue) = 186+219+166=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA6 is #452459. Grayscale: #CBCBCB. Windows color (decimal): -4531290 or 10935226. OLE color: 10935226.
HSL color Cylindrical-coordinate representation of color #BADBA6: hue angle of 97.36º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADBA6 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 166 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.14 |
| HSL | 97.36º | 0.42% | 0.75% | - |
| HSV(B) | 97.36º | 0.24% | 0.86% | - |
| XYZ | 52.46 | 63.86 | 45.64 | - |
| YUV | 203.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 166 | 0.15 | 0 | 0.24 | 0.14 | 97.36 | 0.42 | 0.75 |
| Hex | BA | DB | A6 | F | 0 | 18 | E | 61 | 2A | 4B |
| Octal | 272 | 333 | 246 | 17 | 0 | 30 | 16 | 141 | 52 | 113 |
| Binary | 10111010 | 11011011 | 10100110 | 1111 | 0 | 11000 | 1110 | 1100001 | 101010 | 1001011 |
Color Harmonies of #BADBA6
Complementary color
Monochromatic Colors of #BADBA6
Black with #BADBA6
Text Example
Text Example
White with #BADBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBA6; }
p { color: rgb(186,219,166); }
H1.HeaderClassName
{
color: #BADBA6;
}
.AnyTagClassName
{
color: #BADBA6;
}
</style>
background-color css
<style>
a { background-color: #BADBA6; }
a { background-color: rgb(186,219,166); }
div.DivClassName
{
background-color: #BADBA6;
}
.BgClassName
{
background-color: #BADBA6;
}
</style>
border-color css
<style>
span { border-color: #BADBA6; }
span { border-color: rgb(186,219,166); }
td.TdClassName
{
border-color: #BADBA6;
}
.TagClassName
{
border-color: #BADBA6;
}
</style>