Shades of Madang #BADBAB
Tints of Madang #BADBAB
RGB
CMYK
RGB Variations
Color information
#BADBAB (or 0xBADBAB) is known color: Madang. HEX triplet: BA, DB and AB. RGB value is (186,219,171). Sum of RGB (Red+Green+Blue) = 186+219+171=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBAB is #452454. Grayscale: #CBCBCB. Windows color (decimal): -4531285 or 11262906. OLE color: 11262906.
HSL color Cylindrical-coordinate representation of color #BADBAB: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADBAB is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 171 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.14 |
| HSL | 101.25º | 0.4% | 0.76% | - |
| HSV(B) | 101.25º | 0.22% | 0.86% | - |
| XYZ | 52.93 | 64.04 | 48.1 | - |
| YUV | 203.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 171 | 0.15 | 0 | 0.22 | 0.14 | 101.25 | 0.4 | 0.76 |
| Hex | BA | DB | AB | F | 0 | 16 | E | 65 | 28 | 4C |
| Octal | 272 | 333 | 253 | 17 | 0 | 26 | 16 | 145 | 50 | 114 |
| Binary | 10111010 | 11011011 | 10101011 | 1111 | 0 | 10110 | 1110 | 1100101 | 101000 | 1001100 |
Color Harmonies of #BADBAB
Complementary color
Monochromatic Colors of #BADBAB
Black with #BADBAB
Text Example
Text Example
White with #BADBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBAB; }
p { color: rgb(186,219,171); }
H1.HeaderClassName
{
color: #BADBAB;
}
.AnyTagClassName
{
color: #BADBAB;
}
</style>
background-color css
<style>
a { background-color: #BADBAB; }
a { background-color: rgb(186,219,171); }
div.DivClassName
{
background-color: #BADBAB;
}
.BgClassName
{
background-color: #BADBAB;
}
</style>
border-color css
<style>
span { border-color: #BADBAB; }
span { border-color: rgb(186,219,171); }
td.TdClassName
{
border-color: #BADBAB;
}
.TagClassName
{
border-color: #BADBAB;
}
</style>