Shades of Madang #BADFAF
Tints of Madang #BADFAF
RGB
CMYK
RGB Variations
Color information
#BADFAF (or 0xBADFAF) is known color: Madang. HEX triplet: BA, DF and AF. RGB value is (186,223,175). Sum of RGB (Red+Green+Blue) = 186+223+175=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFAF is #452050. Grayscale: #CECECE. Windows color (decimal): -4530257 or 11526074. OLE color: 11526074.
HSL color Cylindrical-coordinate representation of color #BADFAF: hue angle of 106.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADFAF is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 175 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.13 |
| HSL | 106.25º | 0.43% | 0.78% | - |
| HSV(B) | 106.25º | 0.22% | 0.87% | - |
| XYZ | 54.38 | 66.31 | 50.49 | - |
| YUV | 206.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 175 | 0.17 | 0 | 0.22 | 0.13 | 106.25 | 0.43 | 0.78 |
| Hex | BA | DF | AF | 11 | 0 | 16 | D | 6A | 2B | 4E |
| Octal | 272 | 337 | 257 | 21 | 0 | 26 | 15 | 152 | 53 | 116 |
| Binary | 10111010 | 11011111 | 10101111 | 10001 | 0 | 10110 | 1101 | 1101010 | 101011 | 1001110 |
Color Harmonies of #BADFAF
Complementary color
Monochromatic Colors of #BADFAF
Black with #BADFAF
Text Example
Text Example
White with #BADFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFAF; }
p { color: rgb(186,223,175); }
H1.HeaderClassName
{
color: #BADFAF;
}
.AnyTagClassName
{
color: #BADFAF;
}
</style>
background-color css
<style>
a { background-color: #BADFAF; }
a { background-color: rgb(186,223,175); }
div.DivClassName
{
background-color: #BADFAF;
}
.BgClassName
{
background-color: #BADFAF;
}
</style>
border-color css
<style>
span { border-color: #BADFAF; }
span { border-color: rgb(186,223,175); }
td.TdClassName
{
border-color: #BADFAF;
}
.TagClassName
{
border-color: #BADFAF;
}
</style>