Shades of Madang #BCE49D
Tints of Madang #BCE49D
RGB
CMYK
RGB Variations
Color information
#BCE49D (or 0xBCE49D) is known color: Madang. HEX triplet: BC, E4 and 9D. RGB value is (188,228,157). Sum of RGB (Red+Green+Blue) = 188+228+157=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE49D is #431B62. Grayscale: #D0D0D0. Windows color (decimal): -4397923 or 10347708. OLE color: 10347708.
HSL color Cylindrical-coordinate representation of color #BCE49D: hue angle of 93.8º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCE49D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 157 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.11 |
| HSL | 93.8º | 0.57% | 0.75% | - |
| HSV(B) | 93.8º | 0.31% | 0.89% | - |
| XYZ | 54.57 | 68.61 | 42.27 | - |
| YUV | 207.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 157 | 0.18 | 0 | 0.31 | 0.11 | 93.8 | 0.57 | 0.75 |
| Hex | BC | E4 | 9D | 12 | 0 | 1F | B | 5E | 39 | 4B |
| Octal | 274 | 344 | 235 | 22 | 0 | 37 | 13 | 136 | 71 | 113 |
| Binary | 10111100 | 11100100 | 10011101 | 10010 | 0 | 11111 | 1011 | 1011110 | 111001 | 1001011 |
Color Harmonies of #BCE49D
Complementary color
Monochromatic Colors of #BCE49D
Black with #BCE49D
Text Example
Text Example
White with #BCE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE49D; }
p { color: rgb(188,228,157); }
H1.HeaderClassName
{
color: #BCE49D;
}
.AnyTagClassName
{
color: #BCE49D;
}
</style>
background-color css
<style>
a { background-color: #BCE49D; }
a { background-color: rgb(188,228,157); }
div.DivClassName
{
background-color: #BCE49D;
}
.BgClassName
{
background-color: #BCE49D;
}
</style>
border-color css
<style>
span { border-color: #BCE49D; }
span { border-color: rgb(188,228,157); }
td.TdClassName
{
border-color: #BCE49D;
}
.TagClassName
{
border-color: #BCE49D;
}
</style>