Shades of Madang #BFFEA2
Tints of Madang #BFFEA2
RGB
CMYK
RGB Variations
Color information
#BFFEA2 (or 0xBFFEA2) is known color: Madang. HEX triplet: BF, FE and A2. RGB value is (191,254,162). Sum of RGB (Red+Green+Blue) = 191+254+162=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEA2 is #40015D. Grayscale: #E0E0E0. Windows color (decimal): -4194654 or 10682047. OLE color: 10682047.
HSL color Cylindrical-coordinate representation of color #BFFEA2: hue angle of 101.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFFEA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 162 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.00 |
| HSL | 101.09º | 0.98% | 0.82% | - |
| HSV(B) | 101.09º | 0.36% | 1% | - |
| XYZ | 63.45 | 84.57 | 47.16 | - |
| YUV | 224.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 162 | 0.25 | 0 | 0.36 | 0.00 | 101.09 | 0.98 | 0.82 |
| Hex | BF | FE | A2 | 19 | 0 | 24 | 0 | 65 | 62 | 52 |
| Octal | 277 | 376 | 242 | 31 | 0 | 44 | 0 | 145 | 142 | 122 |
| Binary | 10111111 | 11111110 | 10100010 | 11001 | 0 | 100100 | 0 | 1100101 | 1100010 | 1010010 |
Color Harmonies of #BFFEA2
Complementary color
Monochromatic Colors of #BFFEA2
Black with #BFFEA2
Text Example
Text Example
White with #BFFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEA2; }
p { color: rgb(191,254,162); }
H1.HeaderClassName
{
color: #BFFEA2;
}
.AnyTagClassName
{
color: #BFFEA2;
}
</style>
background-color css
<style>
a { background-color: #BFFEA2; }
a { background-color: rgb(191,254,162); }
div.DivClassName
{
background-color: #BFFEA2;
}
.BgClassName
{
background-color: #BFFEA2;
}
</style>
border-color css
<style>
span { border-color: #BFFEA2; }
span { border-color: rgb(191,254,162); }
td.TdClassName
{
border-color: #BFFEA2;
}
.TagClassName
{
border-color: #BFFEA2;
}
</style>