Shades of Madang #BFDEAB
Tints of Madang #BFDEAB
RGB
CMYK
RGB Variations
Color information
#BFDEAB (or 0xBFDEAB) is known color: Madang. HEX triplet: BF, DE and AB. RGB value is (191,222,171). Sum of RGB (Red+Green+Blue) = 191+222+171=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDEAB is #402154. Grayscale: #CFCFCF. Windows color (decimal): -4202837 or 11263679. OLE color: 11263679.
HSL color Cylindrical-coordinate representation of color #BFDEAB: hue angle of 96.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDEAB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 171 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.13 |
| HSL | 96.47º | 0.44% | 0.77% | - |
| HSV(B) | 96.47º | 0.23% | 0.87% | - |
| XYZ | 54.96 | 66.26 | 48.42 | - |
| YUV | 206.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 171 | 0.14 | 0 | 0.23 | 0.13 | 96.47 | 0.44 | 0.77 |
| Hex | BF | DE | AB | E | 0 | 17 | D | 60 | 2C | 4D |
| Octal | 277 | 336 | 253 | 16 | 0 | 27 | 15 | 140 | 54 | 115 |
| Binary | 10111111 | 11011110 | 10101011 | 1110 | 0 | 10111 | 1101 | 1100000 | 101100 | 1001101 |
Color Harmonies of #BFDEAB
Complementary color
Monochromatic Colors of #BFDEAB
Black with #BFDEAB
Text Example
Text Example
White with #BFDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEAB; }
p { color: rgb(191,222,171); }
H1.HeaderClassName
{
color: #BFDEAB;
}
.AnyTagClassName
{
color: #BFDEAB;
}
</style>
background-color css
<style>
a { background-color: #BFDEAB; }
a { background-color: rgb(191,222,171); }
div.DivClassName
{
background-color: #BFDEAB;
}
.BgClassName
{
background-color: #BFDEAB;
}
</style>
border-color css
<style>
span { border-color: #BFDEAB; }
span { border-color: rgb(191,222,171); }
td.TdClassName
{
border-color: #BFDEAB;
}
.TagClassName
{
border-color: #BFDEAB;
}
</style>