Shades of Madang #BFDEA8
Tints of Madang #BFDEA8
RGB
CMYK
RGB Variations
Color information
#BFDEA8 (or 0xBFDEA8) is known color: Madang. HEX triplet: BF, DE and A8. RGB value is (191,222,168). Sum of RGB (Red+Green+Blue) = 191+222+168=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEA8 is #402157. Grayscale: #CECECE. Windows color (decimal): -4202840 or 11067071. OLE color: 11067071.
HSL color Cylindrical-coordinate representation of color #BFDEA8: hue angle of 94.44º degrees, saturation: 0.45, 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 #BFDEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 168 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.13 |
| HSL | 94.44º | 0.45% | 0.76% | - |
| HSV(B) | 94.44º | 0.24% | 0.87% | - |
| XYZ | 54.68 | 66.15 | 46.93 | - |
| YUV | 206.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 168 | 0.14 | 0 | 0.24 | 0.13 | 94.44 | 0.45 | 0.76 |
| Hex | BF | DE | A8 | E | 0 | 18 | D | 5E | 2D | 4C |
| Octal | 277 | 336 | 250 | 16 | 0 | 30 | 15 | 136 | 55 | 114 |
| Binary | 10111111 | 11011110 | 10101000 | 1110 | 0 | 11000 | 1101 | 1011110 | 101101 | 1001100 |
Color Harmonies of #BFDEA8
Complementary color
Monochromatic Colors of #BFDEA8
Black with #BFDEA8
Text Example
Text Example
White with #BFDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEA8; }
p { color: rgb(191,222,168); }
H1.HeaderClassName
{
color: #BFDEA8;
}
.AnyTagClassName
{
color: #BFDEA8;
}
</style>
background-color css
<style>
a { background-color: #BFDEA8; }
a { background-color: rgb(191,222,168); }
div.DivClassName
{
background-color: #BFDEA8;
}
.BgClassName
{
background-color: #BFDEA8;
}
</style>
border-color css
<style>
span { border-color: #BFDEA8; }
span { border-color: rgb(191,222,168); }
td.TdClassName
{
border-color: #BFDEA8;
}
.TagClassName
{
border-color: #BFDEA8;
}
</style>