Shades of Madang #BEF2AB
Tints of Madang #BEF2AB
RGB
CMYK
RGB Variations
Color information
#BEF2AB (or 0xBEF2AB) is known color: Madang. HEX triplet: BE, F2 and AB. RGB value is (190,242,171). Sum of RGB (Red+Green+Blue) = 190+242+171=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AB is #410D54. Grayscale: #DADADA. Windows color (decimal): -4263253 or 11268798. OLE color: 11268798.
HSL color Cylindrical-coordinate representation of color #BEF2AB: hue angle of 103.94º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEF2AB is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 171 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.05 |
| HSL | 103.94º | 0.73% | 0.81% | - |
| HSV(B) | 103.94º | 0.29% | 0.95% | - |
| XYZ | 60.34 | 77.39 | 50.29 | - |
| YUV | 218.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 171 | 0.21 | 0 | 0.29 | 0.05 | 103.94 | 0.73 | 0.81 |
| Hex | BE | F2 | AB | 15 | 0 | 1D | 5 | 68 | 49 | 51 |
| Octal | 276 | 362 | 253 | 25 | 0 | 35 | 5 | 150 | 111 | 121 |
| Binary | 10111110 | 11110010 | 10101011 | 10101 | 0 | 11101 | 101 | 1101000 | 1001001 | 1010001 |
Color Harmonies of #BEF2AB
Complementary color
Monochromatic Colors of #BEF2AB
Black with #BEF2AB
Text Example
Text Example
White with #BEF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2AB; }
p { color: rgb(190,242,171); }
H1.HeaderClassName
{
color: #BEF2AB;
}
.AnyTagClassName
{
color: #BEF2AB;
}
</style>
background-color css
<style>
a { background-color: #BEF2AB; }
a { background-color: rgb(190,242,171); }
div.DivClassName
{
background-color: #BEF2AB;
}
.BgClassName
{
background-color: #BEF2AB;
}
</style>
border-color css
<style>
span { border-color: #BEF2AB; }
span { border-color: rgb(190,242,171); }
td.TdClassName
{
border-color: #BEF2AB;
}
.TagClassName
{
border-color: #BEF2AB;
}
</style>