Shades of Madang #BCE0B1
Tints of Madang #BCE0B1
RGB
CMYK
RGB Variations
Color information
#BCE0B1 (or 0xBCE0B1) is known color: Madang. HEX triplet: BC, E0 and B1. RGB value is (188,224,177). Sum of RGB (Red+Green+Blue) = 188+224+177=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE0B1 is #431F4E. Grayscale: #D0D0D0. Windows color (decimal): -4398927 or 11657404. OLE color: 11657404.
HSL color Cylindrical-coordinate representation of color #BCE0B1: hue angle of 105.96º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE0B1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 177 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.12 |
| HSL | 105.96º | 0.43% | 0.79% | - |
| HSV(B) | 105.96º | 0.21% | 0.88% | - |
| XYZ | 55.33 | 67.18 | 51.65 | - |
| YUV | 207.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 177 | 0.16 | 0 | 0.21 | 0.12 | 105.96 | 0.43 | 0.79 |
| Hex | BC | E0 | B1 | 10 | 0 | 15 | C | 6A | 2B | 4F |
| Octal | 274 | 340 | 261 | 20 | 0 | 25 | 14 | 152 | 53 | 117 |
| Binary | 10111100 | 11100000 | 10110001 | 10000 | 0 | 10101 | 1100 | 1101010 | 101011 | 1001111 |
Color Harmonies of #BCE0B1
Complementary color
Monochromatic Colors of #BCE0B1
Black with #BCE0B1
Text Example
Text Example
White with #BCE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0B1; }
p { color: rgb(188,224,177); }
H1.HeaderClassName
{
color: #BCE0B1;
}
.AnyTagClassName
{
color: #BCE0B1;
}
</style>
background-color css
<style>
a { background-color: #BCE0B1; }
a { background-color: rgb(188,224,177); }
div.DivClassName
{
background-color: #BCE0B1;
}
.BgClassName
{
background-color: #BCE0B1;
}
</style>
border-color css
<style>
span { border-color: #BCE0B1; }
span { border-color: rgb(188,224,177); }
td.TdClassName
{
border-color: #BCE0B1;
}
.TagClassName
{
border-color: #BCE0B1;
}
</style>