Shades of Madang #BEFAB2
Tints of Madang #BEFAB2
RGB
CMYK
RGB Variations
Color information
#BEFAB2 (or 0xBEFAB2) is known color: Madang. HEX triplet: BE, FA and B2. RGB value is (190,250,178). Sum of RGB (Red+Green+Blue) = 190+250+178=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFAB2 is #41054D. Grayscale: #E0E0E0. Windows color (decimal): -4261198 or 11729598. OLE color: 11729598.
HSL color Cylindrical-coordinate representation of color #BEFAB2: hue angle of 110º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEFAB2 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 178 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.02 |
| HSL | 110º | 0.88% | 0.84% | - |
| HSV(B) | 110º | 0.29% | 0.98% | - |
| XYZ | 63.46 | 82.53 | 54.71 | - |
| YUV | 223.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 178 | 0.24 | 0 | 0.29 | 0.02 | 110 | 0.88 | 0.84 |
| Hex | BE | FA | B2 | 18 | 0 | 1D | 2 | 6E | 58 | 54 |
| Octal | 276 | 372 | 262 | 30 | 0 | 35 | 2 | 156 | 130 | 124 |
| Binary | 10111110 | 11111010 | 10110010 | 11000 | 0 | 11101 | 10 | 1101110 | 1011000 | 1010100 |
Color Harmonies of #BEFAB2
Complementary color
Monochromatic Colors of #BEFAB2
Black with #BEFAB2
Text Example
Text Example
White with #BEFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAB2; }
p { color: rgb(190,250,178); }
H1.HeaderClassName
{
color: #BEFAB2;
}
.AnyTagClassName
{
color: #BEFAB2;
}
</style>
background-color css
<style>
a { background-color: #BEFAB2; }
a { background-color: rgb(190,250,178); }
div.DivClassName
{
background-color: #BEFAB2;
}
.BgClassName
{
background-color: #BEFAB2;
}
</style>
border-color css
<style>
span { border-color: #BEFAB2; }
span { border-color: rgb(190,250,178); }
td.TdClassName
{
border-color: #BEFAB2;
}
.TagClassName
{
border-color: #BEFAB2;
}
</style>