Shades of Madang #BEFFAC
Tints of Madang #BEFFAC
RGB
CMYK
RGB Variations
Color information
#BEFFAC (or 0xBEFFAC) is known color: Madang. HEX triplet: BE, FF and AC. RGB value is (190,255,172). Sum of RGB (Red+Green+Blue) = 190+255+172=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFFAC is #410053. Grayscale: #E2E2E2. Windows color (decimal): -4259924 or 11337662. OLE color: 11337662.
HSL color Cylindrical-coordinate representation of color #BEFFAC: hue angle of 106.99º 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 #BEFFAC is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 172 | - |
| CMYK | 0.25 | 0 | 0.33 | 0 |
| HSL | 106.99º | 1% | 0.84% | - |
| HSV(B) | 106.99º | 0.33% | 1% | - |
| XYZ | 64.44 | 85.45 | 52.13 | - |
| YUV | 226.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 172 | 0.25 | 0 | 0.33 | 0 | 106.99 | 1 | 0.84 |
| Hex | BE | FF | AC | 19 | 0 | 21 | 0 | 6B | 64 | 54 |
| Octal | 276 | 377 | 254 | 31 | 0 | 41 | 0 | 153 | 144 | 124 |
| Binary | 10111110 | 11111111 | 10101100 | 11001 | 0 | 100001 | 0 | 1101011 | 1100100 | 1010100 |
Color Harmonies of #BEFFAC
Complementary color
Monochromatic Colors of #BEFFAC
Black with #BEFFAC
Text Example
Text Example
White with #BEFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFAC; }
p { color: rgb(190,255,172); }
H1.HeaderClassName
{
color: #BEFFAC;
}
.AnyTagClassName
{
color: #BEFFAC;
}
</style>
background-color css
<style>
a { background-color: #BEFFAC; }
a { background-color: rgb(190,255,172); }
div.DivClassName
{
background-color: #BEFFAC;
}
.BgClassName
{
background-color: #BEFFAC;
}
</style>
border-color css
<style>
span { border-color: #BEFFAC; }
span { border-color: rgb(190,255,172); }
td.TdClassName
{
border-color: #BEFFAC;
}
.TagClassName
{
border-color: #BEFFAC;
}
</style>