Shades of Madang #BFEAA2
Tints of Madang #BFEAA2
RGB
CMYK
RGB Variations
Color information
#BFEAA2 (or 0xBFEAA2) is known color: Madang. HEX triplet: BF, EA and A2. RGB value is (191,234,162). Sum of RGB (Red+Green+Blue) = 191+234+162=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEAA2 is #40155D. Grayscale: #D5D5D5. Windows color (decimal): -4199774 or 10676927. OLE color: 10676927.
HSL color Cylindrical-coordinate representation of color #BFEAA2: hue angle of 95.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFEAA2 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 162 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.08 |
| HSL | 95.83º | 0.63% | 0.78% | - |
| HSV(B) | 95.83º | 0.31% | 0.92% | - |
| XYZ | 57.43 | 72.53 | 45.16 | - |
| YUV | 212.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 162 | 0.18 | 0 | 0.31 | 0.08 | 95.83 | 0.63 | 0.78 |
| Hex | BF | EA | A2 | 12 | 0 | 1F | 8 | 60 | 3F | 4E |
| Octal | 277 | 352 | 242 | 22 | 0 | 37 | 10 | 140 | 77 | 116 |
| Binary | 10111111 | 11101010 | 10100010 | 10010 | 0 | 11111 | 1000 | 1100000 | 111111 | 1001110 |
Color Harmonies of #BFEAA2
Complementary color
Monochromatic Colors of #BFEAA2
Black with #BFEAA2
Text Example
Text Example
White with #BFEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAA2; }
p { color: rgb(191,234,162); }
H1.HeaderClassName
{
color: #BFEAA2;
}
.AnyTagClassName
{
color: #BFEAA2;
}
</style>
background-color css
<style>
a { background-color: #BFEAA2; }
a { background-color: rgb(191,234,162); }
div.DivClassName
{
background-color: #BFEAA2;
}
.BgClassName
{
background-color: #BFEAA2;
}
</style>
border-color css
<style>
span { border-color: #BFEAA2; }
span { border-color: rgb(191,234,162); }
td.TdClassName
{
border-color: #BFEAA2;
}
.TagClassName
{
border-color: #BFEAA2;
}
</style>