Shades of Madang #BEFDA2
Tints of Madang #BEFDA2
RGB
CMYK
RGB Variations
Color information
#BEFDA2 (or 0xBEFDA2) is known color: Madang. HEX triplet: BE, FD and A2. RGB value is (190,253,162). Sum of RGB (Red+Green+Blue) = 190+253+162=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFDA2 is #41025D. Grayscale: #E0E0E0. Windows color (decimal): -4260446 or 10681790. OLE color: 10681790.
HSL color Cylindrical-coordinate representation of color #BEFDA2: hue angle of 101.54º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEFDA2 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 162 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.01 |
| HSL | 101.54º | 0.96% | 0.81% | - |
| HSV(B) | 101.54º | 0.36% | 0.99% | - |
| XYZ | 62.88 | 83.81 | 47.04 | - |
| YUV | 223.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 162 | 0.25 | 0 | 0.36 | 0.01 | 101.54 | 0.96 | 0.81 |
| Hex | BE | FD | A2 | 19 | 0 | 24 | 1 | 66 | 60 | 51 |
| Octal | 276 | 375 | 242 | 31 | 0 | 44 | 1 | 146 | 140 | 121 |
| Binary | 10111110 | 11111101 | 10100010 | 11001 | 0 | 100100 | 1 | 1100110 | 1100000 | 1010001 |
Color Harmonies of #BEFDA2
Complementary color
Monochromatic Colors of #BEFDA2
Black with #BEFDA2
Text Example
Text Example
White with #BEFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDA2; }
p { color: rgb(190,253,162); }
H1.HeaderClassName
{
color: #BEFDA2;
}
.AnyTagClassName
{
color: #BEFDA2;
}
</style>
background-color css
<style>
a { background-color: #BEFDA2; }
a { background-color: rgb(190,253,162); }
div.DivClassName
{
background-color: #BEFDA2;
}
.BgClassName
{
background-color: #BEFDA2;
}
</style>
border-color css
<style>
span { border-color: #BEFDA2; }
span { border-color: rgb(190,253,162); }
td.TdClassName
{
border-color: #BEFDA2;
}
.TagClassName
{
border-color: #BEFDA2;
}
</style>