Shades of Madang #BFE9A2
Tints of Madang #BFE9A2
RGB
CMYK
RGB Variations
Color information
#BFE9A2 (or 0xBFE9A2) is known color: Madang. HEX triplet: BF, E9 and A2. RGB value is (191,233,162). Sum of RGB (Red+Green+Blue) = 191+233+162=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE9A2 is #40165D. Grayscale: #D4D4D4. Windows color (decimal): -4200030 or 10676671. OLE color: 10676671.
HSL color Cylindrical-coordinate representation of color #BFE9A2: hue angle of 95.49º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFE9A2 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 162 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.09 |
| HSL | 95.49º | 0.62% | 0.77% | - |
| HSV(B) | 95.49º | 0.3% | 0.91% | - |
| XYZ | 57.15 | 71.96 | 45.06 | - |
| YUV | 212.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 162 | 0.18 | 0 | 0.30 | 0.09 | 95.49 | 0.62 | 0.77 |
| Hex | BF | E9 | A2 | 12 | 0 | 1E | 9 | 5F | 3E | 4D |
| Octal | 277 | 351 | 242 | 22 | 0 | 36 | 11 | 137 | 76 | 115 |
| Binary | 10111111 | 11101001 | 10100010 | 10010 | 0 | 11110 | 1001 | 1011111 | 111110 | 1001101 |
Color Harmonies of #BFE9A2
Complementary color
Monochromatic Colors of #BFE9A2
Black with #BFE9A2
Text Example
Text Example
White with #BFE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9A2; }
p { color: rgb(191,233,162); }
H1.HeaderClassName
{
color: #BFE9A2;
}
.AnyTagClassName
{
color: #BFE9A2;
}
</style>
background-color css
<style>
a { background-color: #BFE9A2; }
a { background-color: rgb(191,233,162); }
div.DivClassName
{
background-color: #BFE9A2;
}
.BgClassName
{
background-color: #BFE9A2;
}
</style>
border-color css
<style>
span { border-color: #BFE9A2; }
span { border-color: rgb(191,233,162); }
td.TdClassName
{
border-color: #BFE9A2;
}
.TagClassName
{
border-color: #BFE9A2;
}
</style>