Shades of Madang #BFE1AF
Tints of Madang #BFE1AF
RGB
CMYK
RGB Variations
Color information
#BFE1AF (or 0xBFE1AF) is known color: Madang. HEX triplet: BF, E1 and AF. RGB value is (191,225,175). Sum of RGB (Red+Green+Blue) = 191+225+175=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE1AF is #401E50. Grayscale: #D1D1D1. Windows color (decimal): -4202065 or 11526591. OLE color: 11526591.
HSL color Cylindrical-coordinate representation of color #BFE1AF: hue angle of 100.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE1AF is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 175 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.12 |
| HSL | 100.8º | 0.45% | 0.78% | - |
| HSV(B) | 100.8º | 0.22% | 0.88% | - |
| XYZ | 56.15 | 68.02 | 50.73 | - |
| YUV | 209.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 175 | 0.15 | 0 | 0.22 | 0.12 | 100.8 | 0.45 | 0.78 |
| Hex | BF | E1 | AF | F | 0 | 16 | C | 65 | 2D | 4E |
| Octal | 277 | 341 | 257 | 17 | 0 | 26 | 14 | 145 | 55 | 116 |
| Binary | 10111111 | 11100001 | 10101111 | 1111 | 0 | 10110 | 1100 | 1100101 | 101101 | 1001110 |
Color Harmonies of #BFE1AF
Complementary color
Monochromatic Colors of #BFE1AF
Black with #BFE1AF
Text Example
Text Example
White with #BFE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1AF; }
p { color: rgb(191,225,175); }
H1.HeaderClassName
{
color: #BFE1AF;
}
.AnyTagClassName
{
color: #BFE1AF;
}
</style>
background-color css
<style>
a { background-color: #BFE1AF; }
a { background-color: rgb(191,225,175); }
div.DivClassName
{
background-color: #BFE1AF;
}
.BgClassName
{
background-color: #BFE1AF;
}
</style>
border-color css
<style>
span { border-color: #BFE1AF; }
span { border-color: rgb(191,225,175); }
td.TdClassName
{
border-color: #BFE1AF;
}
.TagClassName
{
border-color: #BFE1AF;
}
</style>