Shades of Madang #BFDBAB
Tints of Madang #BFDBAB
RGB
CMYK
RGB Variations
Color information
#BFDBAB (or 0xBFDBAB) is known color: Madang. HEX triplet: BF, DB and AB. RGB value is (191,219,171). Sum of RGB (Red+Green+Blue) = 191+219+171=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBAB is #402454. Grayscale: #CDCDCD. Windows color (decimal): -4203605 or 11262911. OLE color: 11262911.
HSL color Cylindrical-coordinate representation of color #BFDBAB: hue angle of 95º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDBAB is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 171 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.14 |
| HSL | 95º | 0.4% | 0.76% | - |
| HSV(B) | 95º | 0.22% | 0.86% | - |
| XYZ | 54.17 | 64.68 | 48.16 | - |
| YUV | 205.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 171 | 0.13 | 0 | 0.22 | 0.14 | 95 | 0.4 | 0.76 |
| Hex | BF | DB | AB | D | 0 | 16 | E | 5F | 28 | 4C |
| Octal | 277 | 333 | 253 | 15 | 0 | 26 | 16 | 137 | 50 | 114 |
| Binary | 10111111 | 11011011 | 10101011 | 1101 | 0 | 10110 | 1110 | 1011111 | 101000 | 1001100 |
Color Harmonies of #BFDBAB
Complementary color
Monochromatic Colors of #BFDBAB
Black with #BFDBAB
Text Example
Text Example
White with #BFDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBAB; }
p { color: rgb(191,219,171); }
H1.HeaderClassName
{
color: #BFDBAB;
}
.AnyTagClassName
{
color: #BFDBAB;
}
</style>
background-color css
<style>
a { background-color: #BFDBAB; }
a { background-color: rgb(191,219,171); }
div.DivClassName
{
background-color: #BFDBAB;
}
.BgClassName
{
background-color: #BFDBAB;
}
</style>
border-color css
<style>
span { border-color: #BFDBAB; }
span { border-color: rgb(191,219,171); }
td.TdClassName
{
border-color: #BFDBAB;
}
.TagClassName
{
border-color: #BFDBAB;
}
</style>