Shades of Madang #BEFFAB
Tints of Madang #BEFFAB
RGB
CMYK
RGB Variations
Color information
#BEFFAB (or 0xBEFFAB) is known color: Madang. HEX triplet: BE, FF and AB. RGB value is (190,255,171). Sum of RGB (Red+Green+Blue) = 190+255+171=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAB is #410054. Grayscale: #E2E2E2. Windows color (decimal): -4259925 or 11272126. OLE color: 11272126.
HSL color Cylindrical-coordinate representation of color #BEFFAB: hue angle of 106.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFFAB is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 171 | - |
| CMYK | 0.25 | 0 | 0.33 | 0 |
| HSL | 106.43º | 1% | 0.84% | - |
| HSV(B) | 106.43º | 0.33% | 1% | - |
| XYZ | 64.35 | 85.41 | 51.62 | - |
| YUV | 225.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 171 | 0.25 | 0 | 0.33 | 0 | 106.43 | 1 | 0.84 |
| Hex | BE | FF | AB | 19 | 0 | 21 | 0 | 6A | 64 | 54 |
| Octal | 276 | 377 | 253 | 31 | 0 | 41 | 0 | 152 | 144 | 124 |
| Binary | 10111110 | 11111111 | 10101011 | 11001 | 0 | 100001 | 0 | 1101010 | 1100100 | 1010100 |
Color Harmonies of #BEFFAB
Complementary color
Monochromatic Colors of #BEFFAB
Black with #BEFFAB
Text Example
Text Example
White with #BEFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFAB; }
p { color: rgb(190,255,171); }
H1.HeaderClassName
{
color: #BEFFAB;
}
.AnyTagClassName
{
color: #BEFFAB;
}
</style>
background-color css
<style>
a { background-color: #BEFFAB; }
a { background-color: rgb(190,255,171); }
div.DivClassName
{
background-color: #BEFFAB;
}
.BgClassName
{
background-color: #BEFFAB;
}
</style>
border-color css
<style>
span { border-color: #BEFFAB; }
span { border-color: rgb(190,255,171); }
td.TdClassName
{
border-color: #BEFFAB;
}
.TagClassName
{
border-color: #BEFFAB;
}
</style>