Shades of Madang #BADCAF
Tints of Madang #BADCAF
RGB
CMYK
RGB Variations
Color information
#BADCAF (or 0xBADCAF) is known color: Madang. HEX triplet: BA, DC and AF. RGB value is (186,220,175). Sum of RGB (Red+Green+Blue) = 186+220+175=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCAF is #452350. Grayscale: #CCCCCC. Windows color (decimal): -4531025 or 11525306. OLE color: 11525306.
HSL color Cylindrical-coordinate representation of color #BADCAF: hue angle of 105.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADCAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 175 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.14 |
| HSL | 105.33º | 0.39% | 0.77% | - |
| HSV(B) | 105.33º | 0.2% | 0.86% | - |
| XYZ | 53.58 | 64.72 | 50.23 | - |
| YUV | 204.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 175 | 0.15 | 0 | 0.20 | 0.14 | 105.33 | 0.39 | 0.77 |
| Hex | BA | DC | AF | F | 0 | 14 | E | 69 | 27 | 4D |
| Octal | 272 | 334 | 257 | 17 | 0 | 24 | 16 | 151 | 47 | 115 |
| Binary | 10111010 | 11011100 | 10101111 | 1111 | 0 | 10100 | 1110 | 1101001 | 100111 | 1001101 |
Color Harmonies of #BADCAF
Complementary color
Monochromatic Colors of #BADCAF
Black with #BADCAF
Text Example
Text Example
White with #BADCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCAF; }
p { color: rgb(186,220,175); }
H1.HeaderClassName
{
color: #BADCAF;
}
.AnyTagClassName
{
color: #BADCAF;
}
</style>
background-color css
<style>
a { background-color: #BADCAF; }
a { background-color: rgb(186,220,175); }
div.DivClassName
{
background-color: #BADCAF;
}
.BgClassName
{
background-color: #BADCAF;
}
</style>
border-color css
<style>
span { border-color: #BADCAF; }
span { border-color: rgb(186,220,175); }
td.TdClassName
{
border-color: #BADCAF;
}
.TagClassName
{
border-color: #BADCAF;
}
</style>