Shades of Madang #BCE5A1
Tints of Madang #BCE5A1
RGB
CMYK
RGB Variations
Color information
#BCE5A1 (or 0xBCE5A1) is known color: Madang. HEX triplet: BC, E5 and A1. RGB value is (188,229,161). Sum of RGB (Red+Green+Blue) = 188+229+161=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE5A1 is #431A5E. Grayscale: #D1D1D1. Windows color (decimal): -4397663 or 10610108. OLE color: 10610108.
HSL color Cylindrical-coordinate representation of color #BCE5A1: hue angle of 96.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCE5A1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 161 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.10 |
| HSL | 96.18º | 0.57% | 0.76% | - |
| HSV(B) | 96.18º | 0.3% | 0.9% | - |
| XYZ | 55.19 | 69.3 | 44.19 | - |
| YUV | 208.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 161 | 0.18 | 0 | 0.30 | 0.10 | 96.18 | 0.57 | 0.76 |
| Hex | BC | E5 | A1 | 12 | 0 | 1E | A | 60 | 39 | 4C |
| Octal | 274 | 345 | 241 | 22 | 0 | 36 | 12 | 140 | 71 | 114 |
| Binary | 10111100 | 11100101 | 10100001 | 10010 | 0 | 11110 | 1010 | 1100000 | 111001 | 1001100 |
Color Harmonies of #BCE5A1
Complementary color
Monochromatic Colors of #BCE5A1
Black with #BCE5A1
Text Example
Text Example
White with #BCE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5A1; }
p { color: rgb(188,229,161); }
H1.HeaderClassName
{
color: #BCE5A1;
}
.AnyTagClassName
{
color: #BCE5A1;
}
</style>
background-color css
<style>
a { background-color: #BCE5A1; }
a { background-color: rgb(188,229,161); }
div.DivClassName
{
background-color: #BCE5A1;
}
.BgClassName
{
background-color: #BCE5A1;
}
</style>
border-color css
<style>
span { border-color: #BCE5A1; }
span { border-color: rgb(188,229,161); }
td.TdClassName
{
border-color: #BCE5A1;
}
.TagClassName
{
border-color: #BCE5A1;
}
</style>