Shades of Madang #BCE49B
Tints of Madang #BCE49B
RGB
CMYK
RGB Variations
Color information
#BCE49B (or 0xBCE49B) is known color: Madang. HEX triplet: BC, E4 and 9B. RGB value is (188,228,155). Sum of RGB (Red+Green+Blue) = 188+228+155=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE49B is #431B64. Grayscale: #CFCFCF. Windows color (decimal): -4397925 or 10216636. OLE color: 10216636.
HSL color Cylindrical-coordinate representation of color #BCE49B: hue angle of 92.88º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCE49B is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 155 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.11 |
| HSL | 92.88º | 0.57% | 0.75% | - |
| HSV(B) | 92.88º | 0.32% | 0.89% | - |
| XYZ | 54.4 | 68.54 | 41.37 | - |
| YUV | 207.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 155 | 0.18 | 0 | 0.32 | 0.11 | 92.88 | 0.57 | 0.75 |
| Hex | BC | E4 | 9B | 12 | 0 | 20 | B | 5D | 39 | 4B |
| Octal | 274 | 344 | 233 | 22 | 0 | 40 | 13 | 135 | 71 | 113 |
| Binary | 10111100 | 11100100 | 10011011 | 10010 | 0 | 100000 | 1011 | 1011101 | 111001 | 1001011 |
Color Harmonies of #BCE49B
Complementary color
Monochromatic Colors of #BCE49B
Black with #BCE49B
Text Example
Text Example
White with #BCE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE49B; }
p { color: rgb(188,228,155); }
H1.HeaderClassName
{
color: #BCE49B;
}
.AnyTagClassName
{
color: #BCE49B;
}
</style>
background-color css
<style>
a { background-color: #BCE49B; }
a { background-color: rgb(188,228,155); }
div.DivClassName
{
background-color: #BCE49B;
}
.BgClassName
{
background-color: #BCE49B;
}
</style>
border-color css
<style>
span { border-color: #BCE49B; }
span { border-color: rgb(188,228,155); }
td.TdClassName
{
border-color: #BCE49B;
}
.TagClassName
{
border-color: #BCE49B;
}
</style>