Shades of Madang #BFE0AA
Tints of Madang #BFE0AA
RGB
CMYK
RGB Variations
Color information
#BFE0AA (or 0xBFE0AA) is known color: Madang. HEX triplet: BF, E0 and AA. RGB value is (191,224,170). Sum of RGB (Red+Green+Blue) = 191+224+170=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0AA is #401F55. Grayscale: #D0D0D0. Windows color (decimal): -4202326 or 11198655. OLE color: 11198655.
HSL color Cylindrical-coordinate representation of color #BFE0AA: hue angle of 96.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE0AA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 170 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.12 |
| HSL | 96.67º | 0.47% | 0.77% | - |
| HSV(B) | 96.67º | 0.24% | 0.88% | - |
| XYZ | 55.4 | 67.29 | 48.1 | - |
| YUV | 207.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 170 | 0.15 | 0 | 0.24 | 0.12 | 96.67 | 0.47 | 0.77 |
| Hex | BF | E0 | AA | F | 0 | 18 | C | 61 | 2F | 4D |
| Octal | 277 | 340 | 252 | 17 | 0 | 30 | 14 | 141 | 57 | 115 |
| Binary | 10111111 | 11100000 | 10101010 | 1111 | 0 | 11000 | 1100 | 1100001 | 101111 | 1001101 |
Color Harmonies of #BFE0AA
Complementary color
Monochromatic Colors of #BFE0AA
Black with #BFE0AA
Text Example
Text Example
White with #BFE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0AA; }
p { color: rgb(191,224,170); }
H1.HeaderClassName
{
color: #BFE0AA;
}
.AnyTagClassName
{
color: #BFE0AA;
}
</style>
background-color css
<style>
a { background-color: #BFE0AA; }
a { background-color: rgb(191,224,170); }
div.DivClassName
{
background-color: #BFE0AA;
}
.BgClassName
{
background-color: #BFE0AA;
}
</style>
border-color css
<style>
span { border-color: #BFE0AA; }
span { border-color: rgb(191,224,170); }
td.TdClassName
{
border-color: #BFE0AA;
}
.TagClassName
{
border-color: #BFE0AA;
}
</style>