Shades of Madang #BEFCAC
Tints of Madang #BEFCAC
RGB
CMYK
RGB Variations
Color information
#BEFCAC (or 0xBEFCAC) is known color: Madang. HEX triplet: BE, FC and AC. RGB value is (190,252,172). Sum of RGB (Red+Green+Blue) = 190+252+172=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFCAC is #410353. Grayscale: #E0E0E0. Windows color (decimal): -4260692 or 11336894. OLE color: 11336894.
HSL color Cylindrical-coordinate representation of color #BEFCAC: hue angle of 106.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEFCAC is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 172 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.01 |
| HSL | 106.5º | 0.93% | 0.83% | - |
| HSV(B) | 106.5º | 0.32% | 0.99% | - |
| XYZ | 63.49 | 83.55 | 51.81 | - |
| YUV | 224.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 172 | 0.25 | 0 | 0.32 | 0.01 | 106.5 | 0.93 | 0.83 |
| Hex | BE | FC | AC | 19 | 0 | 20 | 1 | 6A | 5D | 53 |
| Octal | 276 | 374 | 254 | 31 | 0 | 40 | 1 | 152 | 135 | 123 |
| Binary | 10111110 | 11111100 | 10101100 | 11001 | 0 | 100000 | 1 | 1101010 | 1011101 | 1010011 |
Color Harmonies of #BEFCAC
Complementary color
Monochromatic Colors of #BEFCAC
Black with #BEFCAC
Text Example
Text Example
White with #BEFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCAC; }
p { color: rgb(190,252,172); }
H1.HeaderClassName
{
color: #BEFCAC;
}
.AnyTagClassName
{
color: #BEFCAC;
}
</style>
background-color css
<style>
a { background-color: #BEFCAC; }
a { background-color: rgb(190,252,172); }
div.DivClassName
{
background-color: #BEFCAC;
}
.BgClassName
{
background-color: #BEFCAC;
}
</style>
border-color css
<style>
span { border-color: #BEFCAC; }
span { border-color: rgb(190,252,172); }
td.TdClassName
{
border-color: #BEFCAC;
}
.TagClassName
{
border-color: #BEFCAC;
}
</style>