Shades of Madang #BFDDAF
Tints of Madang #BFDDAF
RGB
CMYK
RGB Variations
Color information
#BFDDAF (or 0xBFDDAF) is known color: Madang. HEX triplet: BF, DD and AF. RGB value is (191,221,175). Sum of RGB (Red+Green+Blue) = 191+221+175=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDAF is #402250. Grayscale: #CECECE. Windows color (decimal): -4203089 or 11525567. OLE color: 11525567.
HSL color Cylindrical-coordinate representation of color #BFDDAF: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDDAF is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 175 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.13 |
| HSL | 99.13º | 0.4% | 0.78% | - |
| HSV(B) | 99.13º | 0.21% | 0.87% | - |
| XYZ | 55.08 | 65.88 | 50.37 | - |
| YUV | 206.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 175 | 0.14 | 0 | 0.21 | 0.13 | 99.13 | 0.4 | 0.78 |
| Hex | BF | DD | AF | E | 0 | 15 | D | 63 | 28 | 4E |
| Octal | 277 | 335 | 257 | 16 | 0 | 25 | 15 | 143 | 50 | 116 |
| Binary | 10111111 | 11011101 | 10101111 | 1110 | 0 | 10101 | 1101 | 1100011 | 101000 | 1001110 |
Color Harmonies of #BFDDAF
Complementary color
Monochromatic Colors of #BFDDAF
Black with #BFDDAF
Text Example
Text Example
White with #BFDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDAF; }
p { color: rgb(191,221,175); }
H1.HeaderClassName
{
color: #BFDDAF;
}
.AnyTagClassName
{
color: #BFDDAF;
}
</style>
background-color css
<style>
a { background-color: #BFDDAF; }
a { background-color: rgb(191,221,175); }
div.DivClassName
{
background-color: #BFDDAF;
}
.BgClassName
{
background-color: #BFDDAF;
}
</style>
border-color css
<style>
span { border-color: #BFDDAF; }
span { border-color: rgb(191,221,175); }
td.TdClassName
{
border-color: #BFDDAF;
}
.TagClassName
{
border-color: #BFDDAF;
}
</style>