Shades of Madang #BEFBAB
Tints of Madang #BEFBAB
RGB
CMYK
RGB Variations
Color information
#BEFBAB (or 0xBEFBAB) is known color: Madang. HEX triplet: BE, FB and AB. RGB value is (190,251,171). Sum of RGB (Red+Green+Blue) = 190+251+171=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFBAB is #410454. Grayscale: #DFDFDF. Windows color (decimal): -4260949 or 11271102. OLE color: 11271102.
HSL color Cylindrical-coordinate representation of color #BEFBAB: hue angle of 105.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEFBAB is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 171 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.02 |
| HSL | 105.75º | 0.91% | 0.83% | - |
| HSV(B) | 105.75º | 0.32% | 0.98% | - |
| XYZ | 63.08 | 82.88 | 51.2 | - |
| YUV | 223.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 171 | 0.24 | 0 | 0.32 | 0.02 | 105.75 | 0.91 | 0.83 |
| Hex | BE | FB | AB | 18 | 0 | 20 | 2 | 6A | 5B | 53 |
| Octal | 276 | 373 | 253 | 30 | 0 | 40 | 2 | 152 | 133 | 123 |
| Binary | 10111110 | 11111011 | 10101011 | 11000 | 0 | 100000 | 10 | 1101010 | 1011011 | 1010011 |
Color Harmonies of #BEFBAB
Complementary color
Monochromatic Colors of #BEFBAB
Black with #BEFBAB
Text Example
Text Example
White with #BEFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBAB; }
p { color: rgb(190,251,171); }
H1.HeaderClassName
{
color: #BEFBAB;
}
.AnyTagClassName
{
color: #BEFBAB;
}
</style>
background-color css
<style>
a { background-color: #BEFBAB; }
a { background-color: rgb(190,251,171); }
div.DivClassName
{
background-color: #BEFBAB;
}
.BgClassName
{
background-color: #BEFBAB;
}
</style>
border-color css
<style>
span { border-color: #BEFBAB; }
span { border-color: rgb(190,251,171); }
td.TdClassName
{
border-color: #BEFBAB;
}
.TagClassName
{
border-color: #BEFBAB;
}
</style>