Shades of Madang #BEFFA1
Tints of Madang #BEFFA1
RGB
CMYK
RGB Variations
Color information
#BEFFA1 (or 0xBEFFA1) is known color: Madang. HEX triplet: BE, FF and A1. RGB value is (190,255,161). Sum of RGB (Red+Green+Blue) = 190+255+161=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA1 is #41005E. Grayscale: #E1E1E1. Windows color (decimal): -4259935 or 10616766. OLE color: 10616766.
HSL color Cylindrical-coordinate representation of color #BEFFA1: hue angle of 101.49º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEFFA1 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 161 | - |
| CMYK | 0.25 | 0 | 0.37 | 0 |
| HSL | 101.49º | 1% | 0.82% | - |
| HSV(B) | 101.49º | 0.37% | 1% | - |
| XYZ | 63.43 | 85.04 | 46.79 | - |
| YUV | 224.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 161 | 0.25 | 0 | 0.37 | 0 | 101.49 | 1 | 0.82 |
| Hex | BE | FF | A1 | 19 | 0 | 25 | 0 | 65 | 64 | 52 |
| Octal | 276 | 377 | 241 | 31 | 0 | 45 | 0 | 145 | 144 | 122 |
| Binary | 10111110 | 11111111 | 10100001 | 11001 | 0 | 100101 | 0 | 1100101 | 1100100 | 1010010 |
Color Harmonies of #BEFFA1
Complementary color
Monochromatic Colors of #BEFFA1
Black with #BEFFA1
Text Example
Text Example
White with #BEFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFA1; }
p { color: rgb(190,255,161); }
H1.HeaderClassName
{
color: #BEFFA1;
}
.AnyTagClassName
{
color: #BEFFA1;
}
</style>
background-color css
<style>
a { background-color: #BEFFA1; }
a { background-color: rgb(190,255,161); }
div.DivClassName
{
background-color: #BEFFA1;
}
.BgClassName
{
background-color: #BEFFA1;
}
</style>
border-color css
<style>
span { border-color: #BEFFA1; }
span { border-color: rgb(190,255,161); }
td.TdClassName
{
border-color: #BEFFA1;
}
.TagClassName
{
border-color: #BEFFA1;
}
</style>