Shades of Madang #BADFB0
Tints of Madang #BADFB0
RGB
CMYK
RGB Variations
Color information
#BADFB0 (or 0xBADFB0) is known color: Madang. HEX triplet: BA, DF and B0. RGB value is (186,223,176). Sum of RGB (Red+Green+Blue) = 186+223+176=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADFB0 is #45204F. Grayscale: #CECECE. Windows color (decimal): -4530256 or 11591610. OLE color: 11591610.
HSL color Cylindrical-coordinate representation of color #BADFB0: hue angle of 107.23º 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 #BADFB0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 176 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.13 |
| HSL | 107.23º | 0.42% | 0.78% | - |
| HSV(B) | 107.23º | 0.21% | 0.87% | - |
| XYZ | 54.47 | 66.35 | 51.01 | - |
| YUV | 206.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 176 | 0.17 | 0 | 0.21 | 0.13 | 107.23 | 0.42 | 0.78 |
| Hex | BA | DF | B0 | 11 | 0 | 15 | D | 6B | 2A | 4E |
| Octal | 272 | 337 | 260 | 21 | 0 | 25 | 15 | 153 | 52 | 116 |
| Binary | 10111010 | 11011111 | 10110000 | 10001 | 0 | 10101 | 1101 | 1101011 | 101010 | 1001110 |
Color Harmonies of #BADFB0
Complementary color
Monochromatic Colors of #BADFB0
Black with #BADFB0
Text Example
Text Example
White with #BADFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFB0; }
p { color: rgb(186,223,176); }
H1.HeaderClassName
{
color: #BADFB0;
}
.AnyTagClassName
{
color: #BADFB0;
}
</style>
background-color css
<style>
a { background-color: #BADFB0; }
a { background-color: rgb(186,223,176); }
div.DivClassName
{
background-color: #BADFB0;
}
.BgClassName
{
background-color: #BADFB0;
}
</style>
border-color css
<style>
span { border-color: #BADFB0; }
span { border-color: rgb(186,223,176); }
td.TdClassName
{
border-color: #BADFB0;
}
.TagClassName
{
border-color: #BADFB0;
}
</style>