Shades of Madang #BFE7A0
Tints of Madang #BFE7A0
RGB
CMYK
RGB Variations
Color information
#BFE7A0 (or 0xBFE7A0) is known color: Madang. HEX triplet: BF, E7 and A0. RGB value is (191,231,160). Sum of RGB (Red+Green+Blue) = 191+231+160=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE7A0 is #40185F. Grayscale: #D3D3D3. Windows color (decimal): -4200544 or 10545087. OLE color: 10545087.
HSL color Cylindrical-coordinate representation of color #BFE7A0: hue angle of 93.8º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFE7A0 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 160 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.09 |
| HSL | 93.8º | 0.6% | 0.77% | - |
| HSV(B) | 93.8º | 0.31% | 0.91% | - |
| XYZ | 56.41 | 70.77 | 43.94 | - |
| YUV | 210.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 160 | 0.17 | 0 | 0.31 | 0.09 | 93.8 | 0.6 | 0.77 |
| Hex | BF | E7 | A0 | 11 | 0 | 1F | 9 | 5E | 3C | 4D |
| Octal | 277 | 347 | 240 | 21 | 0 | 37 | 11 | 136 | 74 | 115 |
| Binary | 10111111 | 11100111 | 10100000 | 10001 | 0 | 11111 | 1001 | 1011110 | 111100 | 1001101 |
Color Harmonies of #BFE7A0
Complementary color
Monochromatic Colors of #BFE7A0
Black with #BFE7A0
Text Example
Text Example
White with #BFE7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7A0; }
p { color: rgb(191,231,160); }
H1.HeaderClassName
{
color: #BFE7A0;
}
.AnyTagClassName
{
color: #BFE7A0;
}
</style>
background-color css
<style>
a { background-color: #BFE7A0; }
a { background-color: rgb(191,231,160); }
div.DivClassName
{
background-color: #BFE7A0;
}
.BgClassName
{
background-color: #BFE7A0;
}
</style>
border-color css
<style>
span { border-color: #BFE7A0; }
span { border-color: rgb(191,231,160); }
td.TdClassName
{
border-color: #BFE7A0;
}
.TagClassName
{
border-color: #BFE7A0;
}
</style>