Shades of Madang #BEFAB4
Tints of Madang #BEFAB4
RGB
CMYK
RGB Variations
Color information
#BEFAB4 (or 0xBEFAB4) is known color: Madang. HEX triplet: BE, FA and B4. RGB value is (190,250,180). Sum of RGB (Red+Green+Blue) = 190+250+180=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB4 is #41054B. Grayscale: #E0E0E0. Windows color (decimal): -4261196 or 11860670. OLE color: 11860670.
HSL color Cylindrical-coordinate representation of color #BEFAB4: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEFAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 180 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.02 |
| HSL | 111.43º | 0.88% | 0.84% | - |
| HSV(B) | 111.43º | 0.28% | 0.98% | - |
| XYZ | 63.66 | 82.61 | 55.77 | - |
| YUV | 224.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 180 | 0.24 | 0 | 0.28 | 0.02 | 111.43 | 0.88 | 0.84 |
| Hex | BE | FA | B4 | 18 | 0 | 1C | 2 | 6F | 58 | 54 |
| Octal | 276 | 372 | 264 | 30 | 0 | 34 | 2 | 157 | 130 | 124 |
| Binary | 10111110 | 11111010 | 10110100 | 11000 | 0 | 11100 | 10 | 1101111 | 1011000 | 1010100 |
Color Harmonies of #BEFAB4
Complementary color
Monochromatic Colors of #BEFAB4
Black with #BEFAB4
Text Example
Text Example
White with #BEFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAB4; }
p { color: rgb(190,250,180); }
H1.HeaderClassName
{
color: #BEFAB4;
}
.AnyTagClassName
{
color: #BEFAB4;
}
</style>
background-color css
<style>
a { background-color: #BEFAB4; }
a { background-color: rgb(190,250,180); }
div.DivClassName
{
background-color: #BEFAB4;
}
.BgClassName
{
background-color: #BEFAB4;
}
</style>
border-color css
<style>
span { border-color: #BEFAB4; }
span { border-color: rgb(190,250,180); }
td.TdClassName
{
border-color: #BEFAB4;
}
.TagClassName
{
border-color: #BEFAB4;
}
</style>