Shades of Madang #BEFAA2
Tints of Madang #BEFAA2
RGB
CMYK
RGB Variations
Color information
#BEFAA2 (or 0xBEFAA2) is known color: Madang. HEX triplet: BE, FA and A2. RGB value is (190,250,162). Sum of RGB (Red+Green+Blue) = 190+250+162=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAA2 is #41055D. Grayscale: #DEDEDE. Windows color (decimal): -4261214 or 10681022. OLE color: 10681022.
HSL color Cylindrical-coordinate representation of color #BEFAA2: hue angle of 100.91º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEFAA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 162 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.02 |
| HSL | 100.91º | 0.9% | 0.81% | - |
| HSV(B) | 100.91º | 0.35% | 0.98% | - |
| XYZ | 61.94 | 81.93 | 46.73 | - |
| YUV | 222.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 162 | 0.24 | 0 | 0.35 | 0.02 | 100.91 | 0.9 | 0.81 |
| Hex | BE | FA | A2 | 18 | 0 | 23 | 2 | 65 | 5A | 51 |
| Octal | 276 | 372 | 242 | 30 | 0 | 43 | 2 | 145 | 132 | 121 |
| Binary | 10111110 | 11111010 | 10100010 | 11000 | 0 | 100011 | 10 | 1100101 | 1011010 | 1010001 |
Color Harmonies of #BEFAA2
Complementary color
Monochromatic Colors of #BEFAA2
Black with #BEFAA2
Text Example
Text Example
White with #BEFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAA2; }
p { color: rgb(190,250,162); }
H1.HeaderClassName
{
color: #BEFAA2;
}
.AnyTagClassName
{
color: #BEFAA2;
}
</style>
background-color css
<style>
a { background-color: #BEFAA2; }
a { background-color: rgb(190,250,162); }
div.DivClassName
{
background-color: #BEFAA2;
}
.BgClassName
{
background-color: #BEFAA2;
}
</style>
border-color css
<style>
span { border-color: #BEFAA2; }
span { border-color: rgb(190,250,162); }
td.TdClassName
{
border-color: #BEFAA2;
}
.TagClassName
{
border-color: #BEFAA2;
}
</style>