Shades of Madang #BEF1A9
Tints of Madang #BEF1A9
RGB
CMYK
RGB Variations
Color information
#BEF1A9 (or 0xBEF1A9) is known color: Madang. HEX triplet: BE, F1 and A9. RGB value is (190,241,169). Sum of RGB (Red+Green+Blue) = 190+241+169=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF1A9 is #410E56. Grayscale: #D9D9D9. Windows color (decimal): -4263511 or 11137470. OLE color: 11137470.
HSL color Cylindrical-coordinate representation of color #BEF1A9: hue angle of 102.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF1A9 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 169 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.05 |
| HSL | 102.5º | 0.72% | 0.8% | - |
| HSV(B) | 102.5º | 0.3% | 0.95% | - |
| XYZ | 59.85 | 76.72 | 49.19 | - |
| YUV | 217.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 169 | 0.21 | 0 | 0.30 | 0.05 | 102.5 | 0.72 | 0.8 |
| Hex | BE | F1 | A9 | 15 | 0 | 1E | 5 | 66 | 48 | 50 |
| Octal | 276 | 361 | 251 | 25 | 0 | 36 | 5 | 146 | 110 | 120 |
| Binary | 10111110 | 11110001 | 10101001 | 10101 | 0 | 11110 | 101 | 1100110 | 1001000 | 1010000 |
Color Harmonies of #BEF1A9
Complementary color
Monochromatic Colors of #BEF1A9
Black with #BEF1A9
Text Example
Text Example
White with #BEF1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1A9; }
p { color: rgb(190,241,169); }
H1.HeaderClassName
{
color: #BEF1A9;
}
.AnyTagClassName
{
color: #BEF1A9;
}
</style>
background-color css
<style>
a { background-color: #BEF1A9; }
a { background-color: rgb(190,241,169); }
div.DivClassName
{
background-color: #BEF1A9;
}
.BgClassName
{
background-color: #BEF1A9;
}
</style>
border-color css
<style>
span { border-color: #BEF1A9; }
span { border-color: rgb(190,241,169); }
td.TdClassName
{
border-color: #BEF1A9;
}
.TagClassName
{
border-color: #BEF1A9;
}
</style>