Shades of Madang #BFE1A2
Tints of Madang #BFE1A2
RGB
CMYK
RGB Variations
Color information
#BFE1A2 (or 0xBFE1A2) is known color: Madang. HEX triplet: BF, E1 and A2. RGB value is (191,225,162). Sum of RGB (Red+Green+Blue) = 191+225+162=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE1A2 is #401E5D. Grayscale: #CFCFCF. Windows color (decimal): -4202078 or 10674623. OLE color: 10674623.
HSL color Cylindrical-coordinate representation of color #BFE1A2: hue angle of 92.38º degrees, saturation: 0.51, 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 #BFE1A2 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 162 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.12 |
| HSL | 92.38º | 0.51% | 0.76% | - |
| HSV(B) | 92.38º | 0.28% | 0.88% | - |
| XYZ | 54.93 | 67.54 | 44.32 | - |
| YUV | 207.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 162 | 0.15 | 0 | 0.28 | 0.12 | 92.38 | 0.51 | 0.76 |
| Hex | BF | E1 | A2 | F | 0 | 1C | C | 5C | 33 | 4C |
| Octal | 277 | 341 | 242 | 17 | 0 | 34 | 14 | 134 | 63 | 114 |
| Binary | 10111111 | 11100001 | 10100010 | 1111 | 0 | 11100 | 1100 | 1011100 | 110011 | 1001100 |
Color Harmonies of #BFE1A2
Complementary color
Monochromatic Colors of #BFE1A2
Black with #BFE1A2
Text Example
Text Example
White with #BFE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1A2; }
p { color: rgb(191,225,162); }
H1.HeaderClassName
{
color: #BFE1A2;
}
.AnyTagClassName
{
color: #BFE1A2;
}
</style>
background-color css
<style>
a { background-color: #BFE1A2; }
a { background-color: rgb(191,225,162); }
div.DivClassName
{
background-color: #BFE1A2;
}
.BgClassName
{
background-color: #BFE1A2;
}
</style>
border-color css
<style>
span { border-color: #BFE1A2; }
span { border-color: rgb(191,225,162); }
td.TdClassName
{
border-color: #BFE1A2;
}
.TagClassName
{
border-color: #BFE1A2;
}
</style>