Shades of Madang #BCE2AD
Tints of Madang #BCE2AD
RGB
CMYK
RGB Variations
Color information
#BCE2AD (or 0xBCE2AD) is known color: Madang. HEX triplet: BC, E2 and AD. RGB value is (188,226,173). Sum of RGB (Red+Green+Blue) = 188+226+173=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE2AD is #431D52. Grayscale: #D0D0D0. Windows color (decimal): -4398419 or 11395772. OLE color: 11395772.
HSL color Cylindrical-coordinate representation of color #BCE2AD: hue angle of 103.02º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE2AD is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 173 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.11 |
| HSL | 103.02º | 0.48% | 0.78% | - |
| HSV(B) | 103.02º | 0.23% | 0.89% | - |
| XYZ | 55.48 | 68.1 | 49.76 | - |
| YUV | 208.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 173 | 0.17 | 0 | 0.23 | 0.11 | 103.02 | 0.48 | 0.78 |
| Hex | BC | E2 | AD | 11 | 0 | 17 | B | 67 | 30 | 4E |
| Octal | 274 | 342 | 255 | 21 | 0 | 27 | 13 | 147 | 60 | 116 |
| Binary | 10111100 | 11100010 | 10101101 | 10001 | 0 | 10111 | 1011 | 1100111 | 110000 | 1001110 |
Color Harmonies of #BCE2AD
Complementary color
Monochromatic Colors of #BCE2AD
Black with #BCE2AD
Text Example
Text Example
White with #BCE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2AD; }
p { color: rgb(188,226,173); }
H1.HeaderClassName
{
color: #BCE2AD;
}
.AnyTagClassName
{
color: #BCE2AD;
}
</style>
background-color css
<style>
a { background-color: #BCE2AD; }
a { background-color: rgb(188,226,173); }
div.DivClassName
{
background-color: #BCE2AD;
}
.BgClassName
{
background-color: #BCE2AD;
}
</style>
border-color css
<style>
span { border-color: #BCE2AD; }
span { border-color: rgb(188,226,173); }
td.TdClassName
{
border-color: #BCE2AD;
}
.TagClassName
{
border-color: #BCE2AD;
}
</style>