Shades of Madang #BCE5A4
Tints of Madang #BCE5A4
RGB
CMYK
RGB Variations
Color information
#BCE5A4 (or 0xBCE5A4) is known color: Madang. HEX triplet: BC, E5 and A4. RGB value is (188,229,164). Sum of RGB (Red+Green+Blue) = 188+229+164=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE5A4 is #431A5B. Grayscale: #D1D1D1. Windows color (decimal): -4397660 or 10806716. OLE color: 10806716.
HSL color Cylindrical-coordinate representation of color #BCE5A4: hue angle of 97.85º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCE5A4 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 164 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.10 |
| HSL | 97.85º | 0.56% | 0.77% | - |
| HSV(B) | 97.85º | 0.28% | 0.9% | - |
| XYZ | 55.46 | 69.41 | 45.6 | - |
| YUV | 209.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 164 | 0.18 | 0 | 0.28 | 0.10 | 97.85 | 0.56 | 0.77 |
| Hex | BC | E5 | A4 | 12 | 0 | 1C | A | 62 | 38 | 4D |
| Octal | 274 | 345 | 244 | 22 | 0 | 34 | 12 | 142 | 70 | 115 |
| Binary | 10111100 | 11100101 | 10100100 | 10010 | 0 | 11100 | 1010 | 1100010 | 111000 | 1001101 |
Color Harmonies of #BCE5A4
Complementary color
Monochromatic Colors of #BCE5A4
Black with #BCE5A4
Text Example
Text Example
White with #BCE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5A4; }
p { color: rgb(188,229,164); }
H1.HeaderClassName
{
color: #BCE5A4;
}
.AnyTagClassName
{
color: #BCE5A4;
}
</style>
background-color css
<style>
a { background-color: #BCE5A4; }
a { background-color: rgb(188,229,164); }
div.DivClassName
{
background-color: #BCE5A4;
}
.BgClassName
{
background-color: #BCE5A4;
}
</style>
border-color css
<style>
span { border-color: #BCE5A4; }
span { border-color: rgb(188,229,164); }
td.TdClassName
{
border-color: #BCE5A4;
}
.TagClassName
{
border-color: #BCE5A4;
}
</style>