Shades of Madang #BCE2A5
Tints of Madang #BCE2A5
RGB
CMYK
RGB Variations
Color information
#BCE2A5 (or 0xBCE2A5) is known color: Madang. HEX triplet: BC, E2 and A5. RGB value is (188,226,165). Sum of RGB (Red+Green+Blue) = 188+226+165=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE2A5 is #431D5A. Grayscale: #CFCFCF. Windows color (decimal): -4398427 or 10871484. OLE color: 10871484.
HSL color Cylindrical-coordinate representation of color #BCE2A5: hue angle of 97.38º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCE2A5 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 165 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.11 |
| HSL | 97.38º | 0.51% | 0.77% | - |
| HSV(B) | 97.38º | 0.27% | 0.89% | - |
| XYZ | 54.73 | 67.8 | 45.8 | - |
| YUV | 207.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 165 | 0.17 | 0 | 0.27 | 0.11 | 97.38 | 0.51 | 0.77 |
| Hex | BC | E2 | A5 | 11 | 0 | 1B | B | 61 | 33 | 4D |
| Octal | 274 | 342 | 245 | 21 | 0 | 33 | 13 | 141 | 63 | 115 |
| Binary | 10111100 | 11100010 | 10100101 | 10001 | 0 | 11011 | 1011 | 1100001 | 110011 | 1001101 |
Color Harmonies of #BCE2A5
Complementary color
Monochromatic Colors of #BCE2A5
Black with #BCE2A5
Text Example
Text Example
White with #BCE2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2A5; }
p { color: rgb(188,226,165); }
H1.HeaderClassName
{
color: #BCE2A5;
}
.AnyTagClassName
{
color: #BCE2A5;
}
</style>
background-color css
<style>
a { background-color: #BCE2A5; }
a { background-color: rgb(188,226,165); }
div.DivClassName
{
background-color: #BCE2A5;
}
.BgClassName
{
background-color: #BCE2A5;
}
</style>
border-color css
<style>
span { border-color: #BCE2A5; }
span { border-color: rgb(188,226,165); }
td.TdClassName
{
border-color: #BCE2A5;
}
.TagClassName
{
border-color: #BCE2A5;
}
</style>