Shades of Madang #BEFFA4
Tints of Madang #BEFFA4
RGB
CMYK
RGB Variations
Color information
#BEFFA4 (or 0xBEFFA4) is known color: Madang. HEX triplet: BE, FF and A4. RGB value is (190,255,164). Sum of RGB (Red+Green+Blue) = 190+255+164=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFA4 is #41005B. Grayscale: #E1E1E1. Windows color (decimal): -4259932 or 10813374. OLE color: 10813374.
HSL color Cylindrical-coordinate representation of color #BEFFA4: hue angle of 102.86º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEFFA4 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 164 | - |
| CMYK | 0.25 | 0 | 0.36 | 0 |
| HSL | 102.86º | 1% | 0.82% | - |
| HSV(B) | 102.86º | 0.36% | 1% | - |
| XYZ | 63.7 | 85.15 | 48.2 | - |
| YUV | 225.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 164 | 0.25 | 0 | 0.36 | 0 | 102.86 | 1 | 0.82 |
| Hex | BE | FF | A4 | 19 | 0 | 24 | 0 | 67 | 64 | 52 |
| Octal | 276 | 377 | 244 | 31 | 0 | 44 | 0 | 147 | 144 | 122 |
| Binary | 10111110 | 11111111 | 10100100 | 11001 | 0 | 100100 | 0 | 1100111 | 1100100 | 1010010 |
Color Harmonies of #BEFFA4
Complementary color
Monochromatic Colors of #BEFFA4
Black with #BEFFA4
Text Example
Text Example
White with #BEFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFA4; }
p { color: rgb(190,255,164); }
H1.HeaderClassName
{
color: #BEFFA4;
}
.AnyTagClassName
{
color: #BEFFA4;
}
</style>
background-color css
<style>
a { background-color: #BEFFA4; }
a { background-color: rgb(190,255,164); }
div.DivClassName
{
background-color: #BEFFA4;
}
.BgClassName
{
background-color: #BEFFA4;
}
</style>
border-color css
<style>
span { border-color: #BEFFA4; }
span { border-color: rgb(190,255,164); }
td.TdClassName
{
border-color: #BEFFA4;
}
.TagClassName
{
border-color: #BEFFA4;
}
</style>