Shades of Madang #BADFB1
Tints of Madang #BADFB1
RGB
CMYK
RGB Variations
Color information
#BADFB1 (or 0xBADFB1) is known color: Madang. HEX triplet: BA, DF and B1. RGB value is (186,223,177). Sum of RGB (Red+Green+Blue) = 186+223+177=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFB1 is #45204E. Grayscale: #CECECE. Windows color (decimal): -4530255 or 11657146. OLE color: 11657146.
HSL color Cylindrical-coordinate representation of color #BADFB1: hue angle of 108.26º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADFB1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 177 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.13 |
| HSL | 108.26º | 0.42% | 0.78% | - |
| HSV(B) | 108.26º | 0.21% | 0.87% | - |
| XYZ | 54.57 | 66.39 | 51.53 | - |
| YUV | 206.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 177 | 0.17 | 0 | 0.21 | 0.13 | 108.26 | 0.42 | 0.78 |
| Hex | BA | DF | B1 | 11 | 0 | 15 | D | 6C | 2A | 4E |
| Octal | 272 | 337 | 261 | 21 | 0 | 25 | 15 | 154 | 52 | 116 |
| Binary | 10111010 | 11011111 | 10110001 | 10001 | 0 | 10101 | 1101 | 1101100 | 101010 | 1001110 |
Color Harmonies of #BADFB1
Complementary color
Monochromatic Colors of #BADFB1
Black with #BADFB1
Text Example
Text Example
White with #BADFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFB1; }
p { color: rgb(186,223,177); }
H1.HeaderClassName
{
color: #BADFB1;
}
.AnyTagClassName
{
color: #BADFB1;
}
</style>
background-color css
<style>
a { background-color: #BADFB1; }
a { background-color: rgb(186,223,177); }
div.DivClassName
{
background-color: #BADFB1;
}
.BgClassName
{
background-color: #BADFB1;
}
</style>
border-color css
<style>
span { border-color: #BADFB1; }
span { border-color: rgb(186,223,177); }
td.TdClassName
{
border-color: #BADFB1;
}
.TagClassName
{
border-color: #BADFB1;
}
</style>