Shades of Madang #BCFEAC
Tints of Madang #BCFEAC
RGB
CMYK
RGB Variations
Color information
#BCFEAC (or 0xBCFEAC) is known color: Madang. HEX triplet: BC, FE and AC. RGB value is (188,254,172). Sum of RGB (Red+Green+Blue) = 188+254+172=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEAC is #430153. Grayscale: #E1E1E1. Windows color (decimal): -4391252 or 11337404. OLE color: 11337404.
HSL color Cylindrical-coordinate representation of color #BCFEAC: hue angle of 108.29º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCFEAC is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 172 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.00 |
| HSL | 108.29º | 0.98% | 0.84% | - |
| HSV(B) | 108.29º | 0.32% | 1% | - |
| XYZ | 63.63 | 84.55 | 52 | - |
| YUV | 224.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 172 | 0.26 | 0 | 0.32 | 0.00 | 108.29 | 0.98 | 0.84 |
| Hex | BC | FE | AC | 1A | 0 | 20 | 0 | 6C | 62 | 54 |
| Octal | 274 | 376 | 254 | 32 | 0 | 40 | 0 | 154 | 142 | 124 |
| Binary | 10111100 | 11111110 | 10101100 | 11010 | 0 | 100000 | 0 | 1101100 | 1100010 | 1010100 |
Color Harmonies of #BCFEAC
Complementary color
Monochromatic Colors of #BCFEAC
Black with #BCFEAC
Text Example
Text Example
White with #BCFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEAC; }
p { color: rgb(188,254,172); }
H1.HeaderClassName
{
color: #BCFEAC;
}
.AnyTagClassName
{
color: #BCFEAC;
}
</style>
background-color css
<style>
a { background-color: #BCFEAC; }
a { background-color: rgb(188,254,172); }
div.DivClassName
{
background-color: #BCFEAC;
}
.BgClassName
{
background-color: #BCFEAC;
}
</style>
border-color css
<style>
span { border-color: #BCFEAC; }
span { border-color: rgb(188,254,172); }
td.TdClassName
{
border-color: #BCFEAC;
}
.TagClassName
{
border-color: #BCFEAC;
}
</style>