Shades of Madang #BCE49F
Tints of Madang #BCE49F
RGB
CMYK
RGB Variations
Color information
#BCE49F (or 0xBCE49F) is known color: Madang. HEX triplet: BC, E4 and 9F. RGB value is (188,228,159). Sum of RGB (Red+Green+Blue) = 188+228+159=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE49F is #431B60. Grayscale: #D0D0D0. Windows color (decimal): -4397921 or 10478780. OLE color: 10478780.
HSL color Cylindrical-coordinate representation of color #BCE49F: hue angle of 94.78º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCE49F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 159 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.11 |
| HSL | 94.78º | 0.56% | 0.76% | - |
| HSV(B) | 94.78º | 0.3% | 0.89% | - |
| XYZ | 54.74 | 68.68 | 43.17 | - |
| YUV | 208.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 159 | 0.18 | 0 | 0.30 | 0.11 | 94.78 | 0.56 | 0.76 |
| Hex | BC | E4 | 9F | 12 | 0 | 1E | B | 5F | 38 | 4C |
| Octal | 274 | 344 | 237 | 22 | 0 | 36 | 13 | 137 | 70 | 114 |
| Binary | 10111100 | 11100100 | 10011111 | 10010 | 0 | 11110 | 1011 | 1011111 | 111000 | 1001100 |
Color Harmonies of #BCE49F
Complementary color
Monochromatic Colors of #BCE49F
Black with #BCE49F
Text Example
Text Example
White with #BCE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE49F; }
p { color: rgb(188,228,159); }
H1.HeaderClassName
{
color: #BCE49F;
}
.AnyTagClassName
{
color: #BCE49F;
}
</style>
background-color css
<style>
a { background-color: #BCE49F; }
a { background-color: rgb(188,228,159); }
div.DivClassName
{
background-color: #BCE49F;
}
.BgClassName
{
background-color: #BCE49F;
}
</style>
border-color css
<style>
span { border-color: #BCE49F; }
span { border-color: rgb(188,228,159); }
td.TdClassName
{
border-color: #BCE49F;
}
.TagClassName
{
border-color: #BCE49F;
}
</style>