Shades of Madang #BEFBA8
Tints of Madang #BEFBA8
RGB
CMYK
RGB Variations
Color information
#BEFBA8 (or 0xBEFBA8) is known color: Madang. HEX triplet: BE, FB and A8. RGB value is (190,251,168). Sum of RGB (Red+Green+Blue) = 190+251+168=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBA8 is #410457. Grayscale: #DFDFDF. Windows color (decimal): -4260952 or 11074494. OLE color: 11074494.
HSL color Cylindrical-coordinate representation of color #BEFBA8: hue angle of 104.1º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFBA8 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 168 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.02 |
| HSL | 104.1º | 0.91% | 0.82% | - |
| HSV(B) | 104.1º | 0.33% | 0.98% | - |
| XYZ | 62.8 | 82.77 | 49.71 | - |
| YUV | 223.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 168 | 0.24 | 0 | 0.33 | 0.02 | 104.1 | 0.91 | 0.82 |
| Hex | BE | FB | A8 | 18 | 0 | 21 | 2 | 68 | 5B | 52 |
| Octal | 276 | 373 | 250 | 30 | 0 | 41 | 2 | 150 | 133 | 122 |
| Binary | 10111110 | 11111011 | 10101000 | 11000 | 0 | 100001 | 10 | 1101000 | 1011011 | 1010010 |
Color Harmonies of #BEFBA8
Complementary color
Monochromatic Colors of #BEFBA8
Black with #BEFBA8
Text Example
Text Example
White with #BEFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBA8; }
p { color: rgb(190,251,168); }
H1.HeaderClassName
{
color: #BEFBA8;
}
.AnyTagClassName
{
color: #BEFBA8;
}
</style>
background-color css
<style>
a { background-color: #BEFBA8; }
a { background-color: rgb(190,251,168); }
div.DivClassName
{
background-color: #BEFBA8;
}
.BgClassName
{
background-color: #BEFBA8;
}
</style>
border-color css
<style>
span { border-color: #BEFBA8; }
span { border-color: rgb(190,251,168); }
td.TdClassName
{
border-color: #BEFBA8;
}
.TagClassName
{
border-color: #BEFBA8;
}
</style>