Shades of Madang #BFDDAB
Tints of Madang #BFDDAB
RGB
CMYK
RGB Variations
Color information
#BFDDAB (or 0xBFDDAB) is known color: Madang. HEX triplet: BF, DD and AB. RGB value is (191,221,171). Sum of RGB (Red+Green+Blue) = 191+221+171=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDAB is #402254. Grayscale: #CECECE. Windows color (decimal): -4203093 or 11263423. OLE color: 11263423.
HSL color Cylindrical-coordinate representation of color #BFDDAB: hue angle of 96º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDDAB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 171 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.13 |
| HSL | 96º | 0.42% | 0.77% | - |
| HSV(B) | 96º | 0.23% | 0.87% | - |
| XYZ | 54.69 | 65.73 | 48.33 | - |
| YUV | 206.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 171 | 0.14 | 0 | 0.23 | 0.13 | 96 | 0.42 | 0.77 |
| Hex | BF | DD | AB | E | 0 | 17 | D | 60 | 2A | 4D |
| Octal | 277 | 335 | 253 | 16 | 0 | 27 | 15 | 140 | 52 | 115 |
| Binary | 10111111 | 11011101 | 10101011 | 1110 | 0 | 10111 | 1101 | 1100000 | 101010 | 1001101 |
Color Harmonies of #BFDDAB
Complementary color
Monochromatic Colors of #BFDDAB
Black with #BFDDAB
Text Example
Text Example
White with #BFDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDAB; }
p { color: rgb(191,221,171); }
H1.HeaderClassName
{
color: #BFDDAB;
}
.AnyTagClassName
{
color: #BFDDAB;
}
</style>
background-color css
<style>
a { background-color: #BFDDAB; }
a { background-color: rgb(191,221,171); }
div.DivClassName
{
background-color: #BFDDAB;
}
.BgClassName
{
background-color: #BFDDAB;
}
</style>
border-color css
<style>
span { border-color: #BFDDAB; }
span { border-color: rgb(191,221,171); }
td.TdClassName
{
border-color: #BFDDAB;
}
.TagClassName
{
border-color: #BFDDAB;
}
</style>