Shades of Madang #BFDBAF
Tints of Madang #BFDBAF
RGB
CMYK
RGB Variations
Color information
#BFDBAF (or 0xBFDBAF) is known color: Madang. HEX triplet: BF, DB and AF. RGB value is (191,219,175). Sum of RGB (Red+Green+Blue) = 191+219+175=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBAF is #402450. Grayscale: #CDCDCD. Windows color (decimal): -4203601 or 11525055. OLE color: 11525055.
HSL color Cylindrical-coordinate representation of color #BFDBAF: hue angle of 98.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDBAF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 175 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.14 |
| HSL | 98.18º | 0.38% | 0.77% | - |
| HSV(B) | 98.18º | 0.2% | 0.86% | - |
| XYZ | 54.56 | 64.83 | 50.2 | - |
| YUV | 205.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 175 | 0.13 | 0 | 0.20 | 0.14 | 98.18 | 0.38 | 0.77 |
| Hex | BF | DB | AF | D | 0 | 14 | E | 62 | 26 | 4D |
| Octal | 277 | 333 | 257 | 15 | 0 | 24 | 16 | 142 | 46 | 115 |
| Binary | 10111111 | 11011011 | 10101111 | 1101 | 0 | 10100 | 1110 | 1100010 | 100110 | 1001101 |
Color Harmonies of #BFDBAF
Complementary color
Monochromatic Colors of #BFDBAF
Black with #BFDBAF
Text Example
Text Example
White with #BFDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBAF; }
p { color: rgb(191,219,175); }
H1.HeaderClassName
{
color: #BFDBAF;
}
.AnyTagClassName
{
color: #BFDBAF;
}
</style>
background-color css
<style>
a { background-color: #BFDBAF; }
a { background-color: rgb(191,219,175); }
div.DivClassName
{
background-color: #BFDBAF;
}
.BgClassName
{
background-color: #BFDBAF;
}
</style>
border-color css
<style>
span { border-color: #BFDBAF; }
span { border-color: rgb(191,219,175); }
td.TdClassName
{
border-color: #BFDBAF;
}
.TagClassName
{
border-color: #BFDBAF;
}
</style>