Shades of Madang #BFE1A1
Tints of Madang #BFE1A1
RGB
CMYK
RGB Variations
Color information
#BFE1A1 (or 0xBFE1A1) is known color: Madang. HEX triplet: BF, E1 and A1. RGB value is (191,225,161). Sum of RGB (Red+Green+Blue) = 191+225+161=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE1A1 is #401E5E. Grayscale: #CFCFCF. Windows color (decimal): -4202079 or 10609087. OLE color: 10609087.
HSL color Cylindrical-coordinate representation of color #BFE1A1: hue angle of 91.88º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFE1A1 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 161 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.12 |
| HSL | 91.88º | 0.52% | 0.76% | - |
| HSV(B) | 91.88º | 0.28% | 0.88% | - |
| XYZ | 54.84 | 67.5 | 43.86 | - |
| YUV | 207.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 161 | 0.15 | 0 | 0.28 | 0.12 | 91.88 | 0.52 | 0.76 |
| Hex | BF | E1 | A1 | F | 0 | 1C | C | 5C | 34 | 4C |
| Octal | 277 | 341 | 241 | 17 | 0 | 34 | 14 | 134 | 64 | 114 |
| Binary | 10111111 | 11100001 | 10100001 | 1111 | 0 | 11100 | 1100 | 1011100 | 110100 | 1001100 |
Color Harmonies of #BFE1A1
Complementary color
Monochromatic Colors of #BFE1A1
Black with #BFE1A1
Text Example
Text Example
White with #BFE1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1A1; }
p { color: rgb(191,225,161); }
H1.HeaderClassName
{
color: #BFE1A1;
}
.AnyTagClassName
{
color: #BFE1A1;
}
</style>
background-color css
<style>
a { background-color: #BFE1A1; }
a { background-color: rgb(191,225,161); }
div.DivClassName
{
background-color: #BFE1A1;
}
.BgClassName
{
background-color: #BFE1A1;
}
</style>
border-color css
<style>
span { border-color: #BFE1A1; }
span { border-color: rgb(191,225,161); }
td.TdClassName
{
border-color: #BFE1A1;
}
.TagClassName
{
border-color: #BFE1A1;
}
</style>