Shades of Madang #BCEBA1
Tints of Madang #BCEBA1
RGB
CMYK
RGB Variations
Color information
#BCEBA1 (or 0xBCEBA1) is known color: Madang. HEX triplet: BC, EB and A1. RGB value is (188,235,161). Sum of RGB (Red+Green+Blue) = 188+235+161=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBA1 is #43145E. Grayscale: #D4D4D4. Windows color (decimal): -4396127 or 10611644. OLE color: 10611644.
HSL color Cylindrical-coordinate representation of color #BCEBA1: hue angle of 98.11º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCEBA1 is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 161 | - |
| CMYK | 0.2 | 0 | 0.31 | 0.08 |
| HSL | 98.11º | 0.65% | 0.78% | - |
| HSV(B) | 98.11º | 0.31% | 0.92% | - |
| XYZ | 56.88 | 72.68 | 44.75 | - |
| YUV | 212.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 161 | 0.2 | 0 | 0.31 | 0.08 | 98.11 | 0.65 | 0.78 |
| Hex | BC | EB | A1 | 14 | 0 | 1F | 8 | 62 | 41 | 4E |
| Octal | 274 | 353 | 241 | 24 | 0 | 37 | 10 | 142 | 101 | 116 |
| Binary | 10111100 | 11101011 | 10100001 | 10100 | 0 | 11111 | 1000 | 1100010 | 1000001 | 1001110 |
Color Harmonies of #BCEBA1
Complementary color
Monochromatic Colors of #BCEBA1
Black with #BCEBA1
Text Example
Text Example
White with #BCEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBA1; }
p { color: rgb(188,235,161); }
H1.HeaderClassName
{
color: #BCEBA1;
}
.AnyTagClassName
{
color: #BCEBA1;
}
</style>
background-color css
<style>
a { background-color: #BCEBA1; }
a { background-color: rgb(188,235,161); }
div.DivClassName
{
background-color: #BCEBA1;
}
.BgClassName
{
background-color: #BCEBA1;
}
</style>
border-color css
<style>
span { border-color: #BCEBA1; }
span { border-color: rgb(188,235,161); }
td.TdClassName
{
border-color: #BCEBA1;
}
.TagClassName
{
border-color: #BCEBA1;
}
</style>