Shades of Madang #BFDFAD
Tints of Madang #BFDFAD
RGB
CMYK
RGB Variations
Color information
#BFDFAD (or 0xBFDFAD) is known color: Madang. HEX triplet: BF, DF and AD. RGB value is (191,223,173). Sum of RGB (Red+Green+Blue) = 191+223+173=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFAD is #402052. Grayscale: #CFCFCF. Windows color (decimal): -4202579 or 11395007. OLE color: 11395007.
HSL color Cylindrical-coordinate representation of color #BFDFAD: hue angle of 98.4º degrees, saturation: 0.44, 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 #BFDFAD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 173 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.13 |
| HSL | 98.4º | 0.44% | 0.78% | - |
| HSV(B) | 98.4º | 0.22% | 0.87% | - |
| XYZ | 55.42 | 66.87 | 49.52 | - |
| YUV | 207.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 173 | 0.14 | 0 | 0.22 | 0.13 | 98.4 | 0.44 | 0.78 |
| Hex | BF | DF | AD | E | 0 | 16 | D | 62 | 2C | 4E |
| Octal | 277 | 337 | 255 | 16 | 0 | 26 | 15 | 142 | 54 | 116 |
| Binary | 10111111 | 11011111 | 10101101 | 1110 | 0 | 10110 | 1101 | 1100010 | 101100 | 1001110 |
Color Harmonies of #BFDFAD
Complementary color
Monochromatic Colors of #BFDFAD
Black with #BFDFAD
Text Example
Text Example
White with #BFDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFAD; }
p { color: rgb(191,223,173); }
H1.HeaderClassName
{
color: #BFDFAD;
}
.AnyTagClassName
{
color: #BFDFAD;
}
</style>
background-color css
<style>
a { background-color: #BFDFAD; }
a { background-color: rgb(191,223,173); }
div.DivClassName
{
background-color: #BFDFAD;
}
.BgClassName
{
background-color: #BFDFAD;
}
</style>
border-color css
<style>
span { border-color: #BFDFAD; }
span { border-color: rgb(191,223,173); }
td.TdClassName
{
border-color: #BFDFAD;
}
.TagClassName
{
border-color: #BFDFAD;
}
</style>