Shades of Madang #BCE1AC
Tints of Madang #BCE1AC
RGB
CMYK
RGB Variations
Color information
#BCE1AC (or 0xBCE1AC) is known color: Madang. HEX triplet: BC, E1 and AC. RGB value is (188,225,172). Sum of RGB (Red+Green+Blue) = 188+225+172=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1AC is #431E53. Grayscale: #D0D0D0. Windows color (decimal): -4398676 or 11329980. OLE color: 11329980.
HSL color Cylindrical-coordinate representation of color #BCE1AC: hue angle of 101.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE1AC is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 172 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.12 |
| HSL | 101.89º | 0.47% | 0.78% | - |
| HSV(B) | 101.89º | 0.24% | 0.88% | - |
| XYZ | 55.11 | 67.52 | 49.16 | - |
| YUV | 207.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 172 | 0.16 | 0 | 0.24 | 0.12 | 101.89 | 0.47 | 0.78 |
| Hex | BC | E1 | AC | 10 | 0 | 18 | C | 66 | 2F | 4E |
| Octal | 274 | 341 | 254 | 20 | 0 | 30 | 14 | 146 | 57 | 116 |
| Binary | 10111100 | 11100001 | 10101100 | 10000 | 0 | 11000 | 1100 | 1100110 | 101111 | 1001110 |
Color Harmonies of #BCE1AC
Complementary color
Monochromatic Colors of #BCE1AC
Black with #BCE1AC
Text Example
Text Example
White with #BCE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1AC; }
p { color: rgb(188,225,172); }
H1.HeaderClassName
{
color: #BCE1AC;
}
.AnyTagClassName
{
color: #BCE1AC;
}
</style>
background-color css
<style>
a { background-color: #BCE1AC; }
a { background-color: rgb(188,225,172); }
div.DivClassName
{
background-color: #BCE1AC;
}
.BgClassName
{
background-color: #BCE1AC;
}
</style>
border-color css
<style>
span { border-color: #BCE1AC; }
span { border-color: rgb(188,225,172); }
td.TdClassName
{
border-color: #BCE1AC;
}
.TagClassName
{
border-color: #BCE1AC;
}
</style>