Shades of Madang #BEF0A2
Tints of Madang #BEF0A2
RGB
CMYK
RGB Variations
Color information
#BEF0A2 (or 0xBEF0A2) is known color: Madang. HEX triplet: BE, F0 and A2. RGB value is (190,240,162). Sum of RGB (Red+Green+Blue) = 190+240+162=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF0A2 is #410F5D. Grayscale: #D8D8D8. Windows color (decimal): -4263774 or 10678462. OLE color: 10678462.
HSL color Cylindrical-coordinate representation of color #BEF0A2: hue angle of 98.46º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEF0A2 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 162 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.06 |
| HSL | 98.46º | 0.72% | 0.79% | - |
| HSV(B) | 98.46º | 0.33% | 0.94% | - |
| XYZ | 58.92 | 75.88 | 45.72 | - |
| YUV | 216.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 162 | 0.21 | 0 | 0.32 | 0.06 | 98.46 | 0.72 | 0.79 |
| Hex | BE | F0 | A2 | 15 | 0 | 20 | 6 | 62 | 48 | 4F |
| Octal | 276 | 360 | 242 | 25 | 0 | 40 | 6 | 142 | 110 | 117 |
| Binary | 10111110 | 11110000 | 10100010 | 10101 | 0 | 100000 | 110 | 1100010 | 1001000 | 1001111 |
Color Harmonies of #BEF0A2
Complementary color
Monochromatic Colors of #BEF0A2
Black with #BEF0A2
Text Example
Text Example
White with #BEF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0A2; }
p { color: rgb(190,240,162); }
H1.HeaderClassName
{
color: #BEF0A2;
}
.AnyTagClassName
{
color: #BEF0A2;
}
</style>
background-color css
<style>
a { background-color: #BEF0A2; }
a { background-color: rgb(190,240,162); }
div.DivClassName
{
background-color: #BEF0A2;
}
.BgClassName
{
background-color: #BEF0A2;
}
</style>
border-color css
<style>
span { border-color: #BEF0A2; }
span { border-color: rgb(190,240,162); }
td.TdClassName
{
border-color: #BEF0A2;
}
.TagClassName
{
border-color: #BEF0A2;
}
</style>