Shades of Madang #BCE1AD
Tints of Madang #BCE1AD
RGB
CMYK
RGB Variations
Color information
#BCE1AD (or 0xBCE1AD) is known color: Madang. HEX triplet: BC, E1 and AD. RGB value is (188,225,173). Sum of RGB (Red+Green+Blue) = 188+225+173=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1AD is #431E52. Grayscale: #D0D0D0. Windows color (decimal): -4398675 or 11395516. OLE color: 11395516.
HSL color Cylindrical-coordinate representation of color #BCE1AD: hue angle of 102.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE1AD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 173 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.12 |
| HSL | 102.69º | 0.46% | 0.78% | - |
| HSV(B) | 102.69º | 0.23% | 0.88% | - |
| XYZ | 55.21 | 67.56 | 49.67 | - |
| YUV | 208.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 173 | 0.16 | 0 | 0.23 | 0.12 | 102.69 | 0.46 | 0.78 |
| Hex | BC | E1 | AD | 10 | 0 | 17 | C | 67 | 2E | 4E |
| Octal | 274 | 341 | 255 | 20 | 0 | 27 | 14 | 147 | 56 | 116 |
| Binary | 10111100 | 11100001 | 10101101 | 10000 | 0 | 10111 | 1100 | 1100111 | 101110 | 1001110 |
Color Harmonies of #BCE1AD
Complementary color
Monochromatic Colors of #BCE1AD
Black with #BCE1AD
Text Example
Text Example
White with #BCE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1AD; }
p { color: rgb(188,225,173); }
H1.HeaderClassName
{
color: #BCE1AD;
}
.AnyTagClassName
{
color: #BCE1AD;
}
</style>
background-color css
<style>
a { background-color: #BCE1AD; }
a { background-color: rgb(188,225,173); }
div.DivClassName
{
background-color: #BCE1AD;
}
.BgClassName
{
background-color: #BCE1AD;
}
</style>
border-color css
<style>
span { border-color: #BCE1AD; }
span { border-color: rgb(188,225,173); }
td.TdClassName
{
border-color: #BCE1AD;
}
.TagClassName
{
border-color: #BCE1AD;
}
</style>