Shades of Madang #BEF8A2
Tints of Madang #BEF8A2
RGB
CMYK
RGB Variations
Color information
#BEF8A2 (or 0xBEF8A2) is known color: Madang. HEX triplet: BE, F8 and A2. RGB value is (190,248,162). Sum of RGB (Red+Green+Blue) = 190+248+162=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF8A2 is #41075D. Grayscale: #DDDDDD. Windows color (decimal): -4261726 or 10680510. OLE color: 10680510.
HSL color Cylindrical-coordinate representation of color #BEF8A2: hue angle of 100.47º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEF8A2 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 162 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.03 |
| HSL | 100.47º | 0.86% | 0.8% | - |
| HSV(B) | 100.47º | 0.35% | 0.97% | - |
| XYZ | 61.32 | 80.69 | 46.53 | - |
| YUV | 220.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 162 | 0.23 | 0 | 0.35 | 0.03 | 100.47 | 0.86 | 0.8 |
| Hex | BE | F8 | A2 | 17 | 0 | 23 | 3 | 64 | 56 | 50 |
| Octal | 276 | 370 | 242 | 27 | 0 | 43 | 3 | 144 | 126 | 120 |
| Binary | 10111110 | 11111000 | 10100010 | 10111 | 0 | 100011 | 11 | 1100100 | 1010110 | 1010000 |
Color Harmonies of #BEF8A2
Complementary color
Monochromatic Colors of #BEF8A2
Black with #BEF8A2
Text Example
Text Example
White with #BEF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8A2; }
p { color: rgb(190,248,162); }
H1.HeaderClassName
{
color: #BEF8A2;
}
.AnyTagClassName
{
color: #BEF8A2;
}
</style>
background-color css
<style>
a { background-color: #BEF8A2; }
a { background-color: rgb(190,248,162); }
div.DivClassName
{
background-color: #BEF8A2;
}
.BgClassName
{
background-color: #BEF8A2;
}
</style>
border-color css
<style>
span { border-color: #BEF8A2; }
span { border-color: rgb(190,248,162); }
td.TdClassName
{
border-color: #BEF8A2;
}
.TagClassName
{
border-color: #BEF8A2;
}
</style>