Shades of Madang #BFFEA8
Tints of Madang #BFFEA8
RGB
CMYK
RGB Variations
Color information
#BFFEA8 (or 0xBFFEA8) is known color: Madang. HEX triplet: BF, FE and A8. RGB value is (191,254,168). Sum of RGB (Red+Green+Blue) = 191+254+168=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEA8 is #400157. Grayscale: #E1E1E1. Windows color (decimal): -4194648 or 11075263. OLE color: 11075263.
HSL color Cylindrical-coordinate representation of color #BFFEA8: hue angle of 103.95º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFFEA8 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 168 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.00 |
| HSL | 103.95º | 0.98% | 0.83% | - |
| HSV(B) | 103.95º | 0.34% | 1% | - |
| XYZ | 64 | 84.79 | 50.04 | - |
| YUV | 225.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 168 | 0.25 | 0 | 0.34 | 0.00 | 103.95 | 0.98 | 0.83 |
| Hex | BF | FE | A8 | 19 | 0 | 22 | 0 | 68 | 62 | 53 |
| Octal | 277 | 376 | 250 | 31 | 0 | 42 | 0 | 150 | 142 | 123 |
| Binary | 10111111 | 11111110 | 10101000 | 11001 | 0 | 100010 | 0 | 1101000 | 1100010 | 1010011 |
Color Harmonies of #BFFEA8
Complementary color
Monochromatic Colors of #BFFEA8
Black with #BFFEA8
Text Example
Text Example
White with #BFFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEA8; }
p { color: rgb(191,254,168); }
H1.HeaderClassName
{
color: #BFFEA8;
}
.AnyTagClassName
{
color: #BFFEA8;
}
</style>
background-color css
<style>
a { background-color: #BFFEA8; }
a { background-color: rgb(191,254,168); }
div.DivClassName
{
background-color: #BFFEA8;
}
.BgClassName
{
background-color: #BFFEA8;
}
</style>
border-color css
<style>
span { border-color: #BFFEA8; }
span { border-color: rgb(191,254,168); }
td.TdClassName
{
border-color: #BFFEA8;
}
.TagClassName
{
border-color: #BFFEA8;
}
</style>