Shades of Madang #BFE2AA
Tints of Madang #BFE2AA
RGB
CMYK
RGB Variations
Color information
#BFE2AA (or 0xBFE2AA) is known color: Madang. HEX triplet: BF, E2 and AA. RGB value is (191,226,170). Sum of RGB (Red+Green+Blue) = 191+226+170=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE2AA is #401D55. Grayscale: #D1D1D1. Windows color (decimal): -4201814 or 11199167. OLE color: 11199167.
HSL color Cylindrical-coordinate representation of color #BFE2AA: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE2AA is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 170 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.11 |
| HSL | 97.5º | 0.49% | 0.78% | - |
| HSV(B) | 97.5º | 0.25% | 0.89% | - |
| XYZ | 55.94 | 68.37 | 48.28 | - |
| YUV | 209.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 170 | 0.15 | 0 | 0.25 | 0.11 | 97.5 | 0.49 | 0.78 |
| Hex | BF | E2 | AA | F | 0 | 19 | B | 62 | 31 | 4E |
| Octal | 277 | 342 | 252 | 17 | 0 | 31 | 13 | 142 | 61 | 116 |
| Binary | 10111111 | 11100010 | 10101010 | 1111 | 0 | 11001 | 1011 | 1100010 | 110001 | 1001110 |
Color Harmonies of #BFE2AA
Complementary color
Monochromatic Colors of #BFE2AA
Black with #BFE2AA
Text Example
Text Example
White with #BFE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2AA; }
p { color: rgb(191,226,170); }
H1.HeaderClassName
{
color: #BFE2AA;
}
.AnyTagClassName
{
color: #BFE2AA;
}
</style>
background-color css
<style>
a { background-color: #BFE2AA; }
a { background-color: rgb(191,226,170); }
div.DivClassName
{
background-color: #BFE2AA;
}
.BgClassName
{
background-color: #BFE2AA;
}
</style>
border-color css
<style>
span { border-color: #BFE2AA; }
span { border-color: rgb(191,226,170); }
td.TdClassName
{
border-color: #BFE2AA;
}
.TagClassName
{
border-color: #BFE2AA;
}
</style>