Shades of Madang #BCE3AC
Tints of Madang #BCE3AC
RGB
CMYK
RGB Variations
Color information
#BCE3AC (or 0xBCE3AC) is known color: Madang. HEX triplet: BC, E3 and AC. RGB value is (188,227,172). Sum of RGB (Red+Green+Blue) = 188+227+172=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE3AC is #431C53. Grayscale: #D1D1D1. Windows color (decimal): -4398164 or 11330492. OLE color: 11330492.
HSL color Cylindrical-coordinate representation of color #BCE3AC: hue angle of 102.55º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE3AC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 172 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.11 |
| HSL | 102.55º | 0.5% | 0.78% | - |
| HSV(B) | 102.55º | 0.24% | 0.89% | - |
| XYZ | 55.65 | 68.61 | 49.34 | - |
| YUV | 209.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 172 | 0.17 | 0 | 0.24 | 0.11 | 102.55 | 0.5 | 0.78 |
| Hex | BC | E3 | AC | 11 | 0 | 18 | B | 67 | 32 | 4E |
| Octal | 274 | 343 | 254 | 21 | 0 | 30 | 13 | 147 | 62 | 116 |
| Binary | 10111100 | 11100011 | 10101100 | 10001 | 0 | 11000 | 1011 | 1100111 | 110010 | 1001110 |
Color Harmonies of #BCE3AC
Complementary color
Monochromatic Colors of #BCE3AC
Black with #BCE3AC
Text Example
Text Example
White with #BCE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3AC; }
p { color: rgb(188,227,172); }
H1.HeaderClassName
{
color: #BCE3AC;
}
.AnyTagClassName
{
color: #BCE3AC;
}
</style>
background-color css
<style>
a { background-color: #BCE3AC; }
a { background-color: rgb(188,227,172); }
div.DivClassName
{
background-color: #BCE3AC;
}
.BgClassName
{
background-color: #BCE3AC;
}
</style>
border-color css
<style>
span { border-color: #BCE3AC; }
span { border-color: rgb(188,227,172); }
td.TdClassName
{
border-color: #BCE3AC;
}
.TagClassName
{
border-color: #BCE3AC;
}
</style>