Shades of Madang #BCE1B0
Tints of Madang #BCE1B0
RGB
CMYK
RGB Variations
Color information
#BCE1B0 (or 0xBCE1B0) is known color: Madang. HEX triplet: BC, E1 and B0. RGB value is (188,225,176). Sum of RGB (Red+Green+Blue) = 188+225+176=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1B0 is #431E4F. Grayscale: #D0D0D0. Windows color (decimal): -4398672 or 11592124. OLE color: 11592124.
HSL color Cylindrical-coordinate representation of color #BCE1B0: hue angle of 105.31º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE1B0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 176 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.12 |
| HSL | 105.31º | 0.45% | 0.79% | - |
| HSV(B) | 105.31º | 0.22% | 0.88% | - |
| XYZ | 55.5 | 67.68 | 51.21 | - |
| YUV | 208.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 176 | 0.16 | 0 | 0.22 | 0.12 | 105.31 | 0.45 | 0.79 |
| Hex | BC | E1 | B0 | 10 | 0 | 16 | C | 69 | 2D | 4F |
| Octal | 274 | 341 | 260 | 20 | 0 | 26 | 14 | 151 | 55 | 117 |
| Binary | 10111100 | 11100001 | 10110000 | 10000 | 0 | 10110 | 1100 | 1101001 | 101101 | 1001111 |
Color Harmonies of #BCE1B0
Complementary color
Monochromatic Colors of #BCE1B0
Black with #BCE1B0
Text Example
Text Example
White with #BCE1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1B0; }
p { color: rgb(188,225,176); }
H1.HeaderClassName
{
color: #BCE1B0;
}
.AnyTagClassName
{
color: #BCE1B0;
}
</style>
background-color css
<style>
a { background-color: #BCE1B0; }
a { background-color: rgb(188,225,176); }
div.DivClassName
{
background-color: #BCE1B0;
}
.BgClassName
{
background-color: #BCE1B0;
}
</style>
border-color css
<style>
span { border-color: #BCE1B0; }
span { border-color: rgb(188,225,176); }
td.TdClassName
{
border-color: #BCE1B0;
}
.TagClassName
{
border-color: #BCE1B0;
}
</style>