Shades of Madang #BCE5AC
Tints of Madang #BCE5AC
RGB
CMYK
RGB Variations
Color information
#BCE5AC (or 0xBCE5AC) is known color: Madang. HEX triplet: BC, E5 and AC. RGB value is (188,229,172). Sum of RGB (Red+Green+Blue) = 188+229+172=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE5AC is #431A53. Grayscale: #D2D2D2. Windows color (decimal): -4397652 or 11331004. OLE color: 11331004.
HSL color Cylindrical-coordinate representation of color #BCE5AC: hue angle of 103.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE5AC is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 172 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.10 |
| HSL | 103.16º | 0.52% | 0.79% | - |
| HSV(B) | 103.16º | 0.25% | 0.9% | - |
| XYZ | 56.2 | 69.71 | 49.52 | - |
| YUV | 210.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 172 | 0.18 | 0 | 0.25 | 0.10 | 103.16 | 0.52 | 0.79 |
| Hex | BC | E5 | AC | 12 | 0 | 19 | A | 67 | 34 | 4F |
| Octal | 274 | 345 | 254 | 22 | 0 | 31 | 12 | 147 | 64 | 117 |
| Binary | 10111100 | 11100101 | 10101100 | 10010 | 0 | 11001 | 1010 | 1100111 | 110100 | 1001111 |
Color Harmonies of #BCE5AC
Complementary color
Monochromatic Colors of #BCE5AC
Black with #BCE5AC
Text Example
Text Example
White with #BCE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5AC; }
p { color: rgb(188,229,172); }
H1.HeaderClassName
{
color: #BCE5AC;
}
.AnyTagClassName
{
color: #BCE5AC;
}
</style>
background-color css
<style>
a { background-color: #BCE5AC; }
a { background-color: rgb(188,229,172); }
div.DivClassName
{
background-color: #BCE5AC;
}
.BgClassName
{
background-color: #BCE5AC;
}
</style>
border-color css
<style>
span { border-color: #BCE5AC; }
span { border-color: rgb(188,229,172); }
td.TdClassName
{
border-color: #BCE5AC;
}
.TagClassName
{
border-color: #BCE5AC;
}
</style>