Shades of Madang #BCE1A5
Tints of Madang #BCE1A5
RGB
CMYK
RGB Variations
Color information
#BCE1A5 (or 0xBCE1A5) is known color: Madang. HEX triplet: BC, E1 and A5. RGB value is (188,225,165). Sum of RGB (Red+Green+Blue) = 188+225+165=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1A5 is #431E5A. Grayscale: #CFCFCF. Windows color (decimal): -4398683 or 10871228. OLE color: 10871228.
HSL color Cylindrical-coordinate representation of color #BCE1A5: hue angle of 97º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCE1A5 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 165 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.12 |
| HSL | 97º | 0.5% | 0.76% | - |
| HSV(B) | 97º | 0.27% | 0.88% | - |
| XYZ | 54.46 | 67.26 | 45.71 | - |
| YUV | 207.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 165 | 0.16 | 0 | 0.27 | 0.12 | 97 | 0.5 | 0.76 |
| Hex | BC | E1 | A5 | 10 | 0 | 1B | C | 61 | 32 | 4C |
| Octal | 274 | 341 | 245 | 20 | 0 | 33 | 14 | 141 | 62 | 114 |
| Binary | 10111100 | 11100001 | 10100101 | 10000 | 0 | 11011 | 1100 | 1100001 | 110010 | 1001100 |
Color Harmonies of #BCE1A5
Complementary color
Monochromatic Colors of #BCE1A5
Black with #BCE1A5
Text Example
Text Example
White with #BCE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1A5; }
p { color: rgb(188,225,165); }
H1.HeaderClassName
{
color: #BCE1A5;
}
.AnyTagClassName
{
color: #BCE1A5;
}
</style>
background-color css
<style>
a { background-color: #BCE1A5; }
a { background-color: rgb(188,225,165); }
div.DivClassName
{
background-color: #BCE1A5;
}
.BgClassName
{
background-color: #BCE1A5;
}
</style>
border-color css
<style>
span { border-color: #BCE1A5; }
span { border-color: rgb(188,225,165); }
td.TdClassName
{
border-color: #BCE1A5;
}
.TagClassName
{
border-color: #BCE1A5;
}
</style>