Shades of Madang #BADEB1
Tints of Madang #BADEB1
RGB
CMYK
RGB Variations
Color information
#BADEB1 (or 0xBADEB1) is known color: Madang. HEX triplet: BA, DE and B1. RGB value is (186,222,177). Sum of RGB (Red+Green+Blue) = 186+222+177=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEB1 is #45214E. Grayscale: #CECECE. Windows color (decimal): -4530511 or 11656890. OLE color: 11656890.
HSL color Cylindrical-coordinate representation of color #BADEB1: hue angle of 108º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADEB1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 177 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.13 |
| HSL | 108º | 0.41% | 0.78% | - |
| HSV(B) | 108º | 0.2% | 0.87% | - |
| XYZ | 54.31 | 65.86 | 51.44 | - |
| YUV | 206.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 177 | 0.16 | 0 | 0.20 | 0.13 | 108 | 0.41 | 0.78 |
| Hex | BA | DE | B1 | 10 | 0 | 14 | D | 6C | 29 | 4E |
| Octal | 272 | 336 | 261 | 20 | 0 | 24 | 15 | 154 | 51 | 116 |
| Binary | 10111010 | 11011110 | 10110001 | 10000 | 0 | 10100 | 1101 | 1101100 | 101001 | 1001110 |
Color Harmonies of #BADEB1
Complementary color
Monochromatic Colors of #BADEB1
Black with #BADEB1
Text Example
Text Example
White with #BADEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEB1; }
p { color: rgb(186,222,177); }
H1.HeaderClassName
{
color: #BADEB1;
}
.AnyTagClassName
{
color: #BADEB1;
}
</style>
background-color css
<style>
a { background-color: #BADEB1; }
a { background-color: rgb(186,222,177); }
div.DivClassName
{
background-color: #BADEB1;
}
.BgClassName
{
background-color: #BADEB1;
}
</style>
border-color css
<style>
span { border-color: #BADEB1; }
span { border-color: rgb(186,222,177); }
td.TdClassName
{
border-color: #BADEB1;
}
.TagClassName
{
border-color: #BADEB1;
}
</style>