Shades of Madang #BCEBA4
Tints of Madang #BCEBA4
RGB
CMYK
RGB Variations
Color information
#BCEBA4 (or 0xBCEBA4) is known color: Madang. HEX triplet: BC, EB and A4. RGB value is (188,235,164). Sum of RGB (Red+Green+Blue) = 188+235+164=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBA4 is #43145B. Grayscale: #D5D5D5. Windows color (decimal): -4396124 or 10808252. OLE color: 10808252.
HSL color Cylindrical-coordinate representation of color #BCEBA4: hue angle of 99.72º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCEBA4 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 164 | - |
| CMYK | 0.2 | 0 | 0.30 | 0.08 |
| HSL | 99.72º | 0.64% | 0.78% | - |
| HSV(B) | 99.72º | 0.3% | 0.92% | - |
| XYZ | 57.15 | 72.79 | 46.16 | - |
| YUV | 212.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 164 | 0.2 | 0 | 0.30 | 0.08 | 99.72 | 0.64 | 0.78 |
| Hex | BC | EB | A4 | 14 | 0 | 1E | 8 | 64 | 40 | 4E |
| Octal | 274 | 353 | 244 | 24 | 0 | 36 | 10 | 144 | 100 | 116 |
| Binary | 10111100 | 11101011 | 10100100 | 10100 | 0 | 11110 | 1000 | 1100100 | 1000000 | 1001110 |
Color Harmonies of #BCEBA4
Complementary color
Monochromatic Colors of #BCEBA4
Black with #BCEBA4
Text Example
Text Example
White with #BCEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBA4; }
p { color: rgb(188,235,164); }
H1.HeaderClassName
{
color: #BCEBA4;
}
.AnyTagClassName
{
color: #BCEBA4;
}
</style>
background-color css
<style>
a { background-color: #BCEBA4; }
a { background-color: rgb(188,235,164); }
div.DivClassName
{
background-color: #BCEBA4;
}
.BgClassName
{
background-color: #BCEBA4;
}
</style>
border-color css
<style>
span { border-color: #BCEBA4; }
span { border-color: rgb(188,235,164); }
td.TdClassName
{
border-color: #BCEBA4;
}
.TagClassName
{
border-color: #BCEBA4;
}
</style>