Shades of Madang #BFFEAA
Tints of Madang #BFFEAA
RGB
CMYK
RGB Variations
Color information
#BFFEAA (or 0xBFFEAA) is known color: Madang. HEX triplet: BF, FE and AA. RGB value is (191,254,170). Sum of RGB (Red+Green+Blue) = 191+254+170=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEAA is #400155. Grayscale: #E1E1E1. Windows color (decimal): -4194646 or 11206335. OLE color: 11206335.
HSL color Cylindrical-coordinate representation of color #BFFEAA: hue angle of 105º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFFEAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 170 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.00 |
| HSL | 105º | 0.98% | 0.83% | - |
| HSV(B) | 105º | 0.33% | 1% | - |
| XYZ | 64.18 | 84.86 | 51.03 | - |
| YUV | 225.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 170 | 0.25 | 0 | 0.33 | 0.00 | 105 | 0.98 | 0.83 |
| Hex | BF | FE | AA | 19 | 0 | 21 | 0 | 69 | 62 | 53 |
| Octal | 277 | 376 | 252 | 31 | 0 | 41 | 0 | 151 | 142 | 123 |
| Binary | 10111111 | 11111110 | 10101010 | 11001 | 0 | 100001 | 0 | 1101001 | 1100010 | 1010011 |
Color Harmonies of #BFFEAA
Complementary color
Monochromatic Colors of #BFFEAA
Black with #BFFEAA
Text Example
Text Example
White with #BFFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEAA; }
p { color: rgb(191,254,170); }
H1.HeaderClassName
{
color: #BFFEAA;
}
.AnyTagClassName
{
color: #BFFEAA;
}
</style>
background-color css
<style>
a { background-color: #BFFEAA; }
a { background-color: rgb(191,254,170); }
div.DivClassName
{
background-color: #BFFEAA;
}
.BgClassName
{
background-color: #BFFEAA;
}
</style>
border-color css
<style>
span { border-color: #BFFEAA; }
span { border-color: rgb(191,254,170); }
td.TdClassName
{
border-color: #BFFEAA;
}
.TagClassName
{
border-color: #BFFEAA;
}
</style>