Shades of Madang #BFDDAC
Tints of Madang #BFDDAC
RGB
CMYK
RGB Variations
Color information
#BFDDAC (or 0xBFDDAC) is known color: Madang. HEX triplet: BF, DD and AC. RGB value is (191,221,172). Sum of RGB (Red+Green+Blue) = 191+221+172=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDAC is #402253. Grayscale: #CECECE. Windows color (decimal): -4203092 or 11328959. OLE color: 11328959.
HSL color Cylindrical-coordinate representation of color #BFDDAC: hue angle of 96.73º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDDAC is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 172 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.13 |
| HSL | 96.73º | 0.42% | 0.77% | - |
| HSV(B) | 96.73º | 0.22% | 0.87% | - |
| XYZ | 54.79 | 65.77 | 48.84 | - |
| YUV | 206.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 172 | 0.14 | 0 | 0.22 | 0.13 | 96.73 | 0.42 | 0.77 |
| Hex | BF | DD | AC | E | 0 | 16 | D | 61 | 2A | 4D |
| Octal | 277 | 335 | 254 | 16 | 0 | 26 | 15 | 141 | 52 | 115 |
| Binary | 10111111 | 11011101 | 10101100 | 1110 | 0 | 10110 | 1101 | 1100001 | 101010 | 1001101 |
Color Harmonies of #BFDDAC
Complementary color
Monochromatic Colors of #BFDDAC
Black with #BFDDAC
Text Example
Text Example
White with #BFDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDAC; }
p { color: rgb(191,221,172); }
H1.HeaderClassName
{
color: #BFDDAC;
}
.AnyTagClassName
{
color: #BFDDAC;
}
</style>
background-color css
<style>
a { background-color: #BFDDAC; }
a { background-color: rgb(191,221,172); }
div.DivClassName
{
background-color: #BFDDAC;
}
.BgClassName
{
background-color: #BFDDAC;
}
</style>
border-color css
<style>
span { border-color: #BFDDAC; }
span { border-color: rgb(191,221,172); }
td.TdClassName
{
border-color: #BFDDAC;
}
.TagClassName
{
border-color: #BFDDAC;
}
</style>