Shades of Madang #BCE8A0
Tints of Madang #BCE8A0
RGB
CMYK
RGB Variations
Color information
#BCE8A0 (or 0xBCE8A0) is known color: Madang. HEX triplet: BC, E8 and A0. RGB value is (188,232,160). Sum of RGB (Red+Green+Blue) = 188+232+160=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE8A0 is #43175F. Grayscale: #D2D2D2. Windows color (decimal): -4396896 or 10545340. OLE color: 10545340.
HSL color Cylindrical-coordinate representation of color #BCE8A0: hue angle of 96.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCE8A0 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 160 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.09 |
| HSL | 96.67º | 0.61% | 0.77% | - |
| HSV(B) | 96.67º | 0.31% | 0.91% | - |
| XYZ | 55.94 | 70.94 | 44 | - |
| YUV | 210.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 160 | 0.19 | 0 | 0.31 | 0.09 | 96.67 | 0.61 | 0.77 |
| Hex | BC | E8 | A0 | 13 | 0 | 1F | 9 | 61 | 3D | 4D |
| Octal | 274 | 350 | 240 | 23 | 0 | 37 | 11 | 141 | 75 | 115 |
| Binary | 10111100 | 11101000 | 10100000 | 10011 | 0 | 11111 | 1001 | 1100001 | 111101 | 1001101 |
Color Harmonies of #BCE8A0
Complementary color
Monochromatic Colors of #BCE8A0
Black with #BCE8A0
Text Example
Text Example
White with #BCE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8A0; }
p { color: rgb(188,232,160); }
H1.HeaderClassName
{
color: #BCE8A0;
}
.AnyTagClassName
{
color: #BCE8A0;
}
</style>
background-color css
<style>
a { background-color: #BCE8A0; }
a { background-color: rgb(188,232,160); }
div.DivClassName
{
background-color: #BCE8A0;
}
.BgClassName
{
background-color: #BCE8A0;
}
</style>
border-color css
<style>
span { border-color: #BCE8A0; }
span { border-color: rgb(188,232,160); }
td.TdClassName
{
border-color: #BCE8A0;
}
.TagClassName
{
border-color: #BCE8A0;
}
</style>