Shades of Madang #BFDCAA
Tints of Madang #BFDCAA
RGB
CMYK
RGB Variations
Color information
#BFDCAA (or 0xBFDCAA) is known color: Madang. HEX triplet: BF, DC and AA. RGB value is (191,220,170). Sum of RGB (Red+Green+Blue) = 191+220+170=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAA is #402355. Grayscale: #CDCDCD. Windows color (decimal): -4203350 or 11197631. OLE color: 11197631.
HSL color Cylindrical-coordinate representation of color #BFDCAA: hue angle of 94.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDCAA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 170 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.14 |
| HSL | 94.8º | 0.42% | 0.76% | - |
| HSV(B) | 94.8º | 0.23% | 0.86% | - |
| XYZ | 54.33 | 65.17 | 47.74 | - |
| YUV | 205.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 170 | 0.13 | 0 | 0.23 | 0.14 | 94.8 | 0.42 | 0.76 |
| Hex | BF | DC | AA | D | 0 | 17 | E | 5F | 2A | 4C |
| Octal | 277 | 334 | 252 | 15 | 0 | 27 | 16 | 137 | 52 | 114 |
| Binary | 10111111 | 11011100 | 10101010 | 1101 | 0 | 10111 | 1110 | 1011111 | 101010 | 1001100 |
Color Harmonies of #BFDCAA
Complementary color
Monochromatic Colors of #BFDCAA
Black with #BFDCAA
Text Example
Text Example
White with #BFDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCAA; }
p { color: rgb(191,220,170); }
H1.HeaderClassName
{
color: #BFDCAA;
}
.AnyTagClassName
{
color: #BFDCAA;
}
</style>
background-color css
<style>
a { background-color: #BFDCAA; }
a { background-color: rgb(191,220,170); }
div.DivClassName
{
background-color: #BFDCAA;
}
.BgClassName
{
background-color: #BFDCAA;
}
</style>
border-color css
<style>
span { border-color: #BFDCAA; }
span { border-color: rgb(191,220,170); }
td.TdClassName
{
border-color: #BFDCAA;
}
.TagClassName
{
border-color: #BFDCAA;
}
</style>