Shades of Madang #BFDDA8
Tints of Madang #BFDDA8
RGB
CMYK
RGB Variations
Color information
#BFDDA8 (or 0xBFDDA8) is known color: Madang. HEX triplet: BF, DD and A8. RGB value is (191,221,168). Sum of RGB (Red+Green+Blue) = 191+221+168=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDA8 is #402257. Grayscale: #CECECE. Windows color (decimal): -4203096 or 11066815. OLE color: 11066815.
HSL color Cylindrical-coordinate representation of color #BFDDA8: hue angle of 93.96º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDDA8 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 168 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.13 |
| HSL | 93.96º | 0.44% | 0.76% | - |
| HSV(B) | 93.96º | 0.24% | 0.87% | - |
| XYZ | 54.41 | 65.62 | 46.84 | - |
| YUV | 205.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 168 | 0.14 | 0 | 0.24 | 0.13 | 93.96 | 0.44 | 0.76 |
| Hex | BF | DD | A8 | E | 0 | 18 | D | 5E | 2C | 4C |
| Octal | 277 | 335 | 250 | 16 | 0 | 30 | 15 | 136 | 54 | 114 |
| Binary | 10111111 | 11011101 | 10101000 | 1110 | 0 | 11000 | 1101 | 1011110 | 101100 | 1001100 |
Color Harmonies of #BFDDA8
Complementary color
Monochromatic Colors of #BFDDA8
Black with #BFDDA8
Text Example
Text Example
White with #BFDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDA8; }
p { color: rgb(191,221,168); }
H1.HeaderClassName
{
color: #BFDDA8;
}
.AnyTagClassName
{
color: #BFDDA8;
}
</style>
background-color css
<style>
a { background-color: #BFDDA8; }
a { background-color: rgb(191,221,168); }
div.DivClassName
{
background-color: #BFDDA8;
}
.BgClassName
{
background-color: #BFDDA8;
}
</style>
border-color css
<style>
span { border-color: #BFDDA8; }
span { border-color: rgb(191,221,168); }
td.TdClassName
{
border-color: #BFDDA8;
}
.TagClassName
{
border-color: #BFDDA8;
}
</style>