Shades of Madang #BFE7AF
Tints of Madang #BFE7AF
RGB
CMYK
RGB Variations
Color information
#BFE7AF (or 0xBFE7AF) is known color: Madang. HEX triplet: BF, E7 and AF. RGB value is (191,231,175). Sum of RGB (Red+Green+Blue) = 191+231+175=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE7AF is #401850. Grayscale: #D4D4D4. Windows color (decimal): -4200529 or 11528127. OLE color: 11528127.
HSL color Cylindrical-coordinate representation of color #BFE7AF: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE7AF is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 175 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.09 |
| HSL | 102.86º | 0.54% | 0.8% | - |
| HSV(B) | 102.86º | 0.24% | 0.91% | - |
| XYZ | 57.8 | 71.32 | 51.28 | - |
| YUV | 212.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 175 | 0.17 | 0 | 0.24 | 0.09 | 102.86 | 0.54 | 0.8 |
| Hex | BF | E7 | AF | 11 | 0 | 18 | 9 | 67 | 36 | 50 |
| Octal | 277 | 347 | 257 | 21 | 0 | 30 | 11 | 147 | 66 | 120 |
| Binary | 10111111 | 11100111 | 10101111 | 10001 | 0 | 11000 | 1001 | 1100111 | 110110 | 1010000 |
Color Harmonies of #BFE7AF
Complementary color
Monochromatic Colors of #BFE7AF
Black with #BFE7AF
Text Example
Text Example
White with #BFE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7AF; }
p { color: rgb(191,231,175); }
H1.HeaderClassName
{
color: #BFE7AF;
}
.AnyTagClassName
{
color: #BFE7AF;
}
</style>
background-color css
<style>
a { background-color: #BFE7AF; }
a { background-color: rgb(191,231,175); }
div.DivClassName
{
background-color: #BFE7AF;
}
.BgClassName
{
background-color: #BFE7AF;
}
</style>
border-color css
<style>
span { border-color: #BFE7AF; }
span { border-color: rgb(191,231,175); }
td.TdClassName
{
border-color: #BFE7AF;
}
.TagClassName
{
border-color: #BFE7AF;
}
</style>