Shades of Madang #BCEBA0
Tints of Madang #BCEBA0
RGB
CMYK
RGB Variations
Color information
#BCEBA0 (or 0xBCEBA0) is known color: Madang. HEX triplet: BC, EB and A0. RGB value is (188,235,160). Sum of RGB (Red+Green+Blue) = 188+235+160=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBA0 is #43145F. Grayscale: #D4D4D4. Windows color (decimal): -4396128 or 10546108. OLE color: 10546108.
HSL color Cylindrical-coordinate representation of color #BCEBA0: hue angle of 97.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCEBA0 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 160 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.08 |
| HSL | 97.6º | 0.65% | 0.77% | - |
| HSV(B) | 97.6º | 0.32% | 0.92% | - |
| XYZ | 56.79 | 72.65 | 44.29 | - |
| YUV | 212.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 160 | 0.2 | 0 | 0.32 | 0.08 | 97.6 | 0.65 | 0.77 |
| Hex | BC | EB | A0 | 14 | 0 | 20 | 8 | 62 | 41 | 4D |
| Octal | 274 | 353 | 240 | 24 | 0 | 40 | 10 | 142 | 101 | 115 |
| Binary | 10111100 | 11101011 | 10100000 | 10100 | 0 | 100000 | 1000 | 1100010 | 1000001 | 1001101 |
Color Harmonies of #BCEBA0
Complementary color
Monochromatic Colors of #BCEBA0
Black with #BCEBA0
Text Example
Text Example
White with #BCEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBA0; }
p { color: rgb(188,235,160); }
H1.HeaderClassName
{
color: #BCEBA0;
}
.AnyTagClassName
{
color: #BCEBA0;
}
</style>
background-color css
<style>
a { background-color: #BCEBA0; }
a { background-color: rgb(188,235,160); }
div.DivClassName
{
background-color: #BCEBA0;
}
.BgClassName
{
background-color: #BCEBA0;
}
</style>
border-color css
<style>
span { border-color: #BCEBA0; }
span { border-color: rgb(188,235,160); }
td.TdClassName
{
border-color: #BCEBA0;
}
.TagClassName
{
border-color: #BCEBA0;
}
</style>