Shades of Madang #BFDCAB
Tints of Madang #BFDCAB
RGB
CMYK
RGB Variations
Color information
#BFDCAB (or 0xBFDCAB) is known color: Madang. HEX triplet: BF, DC and AB. RGB value is (191,220,171). Sum of RGB (Red+Green+Blue) = 191+220+171=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAB is #402354. Grayscale: #CDCDCD. Windows color (decimal): -4203349 or 11263167. OLE color: 11263167.
HSL color Cylindrical-coordinate representation of color #BFDCAB: hue angle of 95.51º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDCAB is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 171 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.14 |
| HSL | 95.51º | 0.41% | 0.77% | - |
| HSV(B) | 95.51º | 0.22% | 0.86% | - |
| XYZ | 54.43 | 65.2 | 48.24 | - |
| YUV | 205.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 171 | 0.13 | 0 | 0.22 | 0.14 | 95.51 | 0.41 | 0.77 |
| Hex | BF | DC | AB | D | 0 | 16 | E | 60 | 29 | 4D |
| Octal | 277 | 334 | 253 | 15 | 0 | 26 | 16 | 140 | 51 | 115 |
| Binary | 10111111 | 11011100 | 10101011 | 1101 | 0 | 10110 | 1110 | 1100000 | 101001 | 1001101 |
Color Harmonies of #BFDCAB
Complementary color
Monochromatic Colors of #BFDCAB
Black with #BFDCAB
Text Example
Text Example
White with #BFDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCAB; }
p { color: rgb(191,220,171); }
H1.HeaderClassName
{
color: #BFDCAB;
}
.AnyTagClassName
{
color: #BFDCAB;
}
</style>
background-color css
<style>
a { background-color: #BFDCAB; }
a { background-color: rgb(191,220,171); }
div.DivClassName
{
background-color: #BFDCAB;
}
.BgClassName
{
background-color: #BFDCAB;
}
</style>
border-color css
<style>
span { border-color: #BFDCAB; }
span { border-color: rgb(191,220,171); }
td.TdClassName
{
border-color: #BFDCAB;
}
.TagClassName
{
border-color: #BFDCAB;
}
</style>