Shades of Madang #BFDDA9
Tints of Madang #BFDDA9
RGB
CMYK
RGB Variations
Color information
#BFDDA9 (or 0xBFDDA9) is known color: Madang. HEX triplet: BF, DD and A9. RGB value is (191,221,169). Sum of RGB (Red+Green+Blue) = 191+221+169=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA9 is #402256. Grayscale: #CECECE. Windows color (decimal): -4203095 or 11132351. OLE color: 11132351.
HSL color Cylindrical-coordinate representation of color #BFDDA9: hue angle of 94.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDDA9 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 169 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.13 |
| HSL | 94.62º | 0.43% | 0.76% | - |
| HSV(B) | 94.62º | 0.24% | 0.87% | - |
| XYZ | 54.5 | 65.65 | 47.34 | - |
| YUV | 206.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 169 | 0.14 | 0 | 0.24 | 0.13 | 94.62 | 0.43 | 0.76 |
| Hex | BF | DD | A9 | E | 0 | 18 | D | 5F | 2B | 4C |
| Octal | 277 | 335 | 251 | 16 | 0 | 30 | 15 | 137 | 53 | 114 |
| Binary | 10111111 | 11011101 | 10101001 | 1110 | 0 | 11000 | 1101 | 1011111 | 101011 | 1001100 |
Color Harmonies of #BFDDA9
Complementary color
Monochromatic Colors of #BFDDA9
Black with #BFDDA9
Text Example
Text Example
White with #BFDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA9; }
p { color: rgb(191,221,169); }
H1.HeaderClassName
{
color: #BFDDA9;
}
.AnyTagClassName
{
color: #BFDDA9;
}
</style>
background-color css
<style>
a { background-color: #BFDDA9; }
a { background-color: rgb(191,221,169); }
div.DivClassName
{
background-color: #BFDDA9;
}
.BgClassName
{
background-color: #BFDDA9;
}
</style>
border-color css
<style>
span { border-color: #BFDDA9; }
span { border-color: rgb(191,221,169); }
td.TdClassName
{
border-color: #BFDDA9;
}
.TagClassName
{
border-color: #BFDDA9;
}
</style>