Shades of Madang #BCECB4
Tints of Madang #BCECB4
RGB
CMYK
RGB Variations
Color information
#BCECB4 (or 0xBCECB4) is known color: Madang. HEX triplet: BC, EC and B4. RGB value is (188,236,180). Sum of RGB (Red+Green+Blue) = 188+236+180=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECB4 is #43134B. Grayscale: #D7D7D7. Windows color (decimal): -4395852 or 11857084. OLE color: 11857084.
HSL color Cylindrical-coordinate representation of color #BCECB4: hue angle of 111.43º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCECB4 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 180 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.07 |
| HSL | 111.43º | 0.6% | 0.82% | - |
| HSV(B) | 111.43º | 0.24% | 0.93% | - |
| XYZ | 58.97 | 73.98 | 54.35 | - |
| YUV | 215.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 180 | 0.20 | 0 | 0.24 | 0.07 | 111.43 | 0.6 | 0.82 |
| Hex | BC | EC | B4 | 14 | 0 | 18 | 7 | 6F | 3C | 52 |
| Octal | 274 | 354 | 264 | 24 | 0 | 30 | 7 | 157 | 74 | 122 |
| Binary | 10111100 | 11101100 | 10110100 | 10100 | 0 | 11000 | 111 | 1101111 | 111100 | 1010010 |
Color Harmonies of #BCECB4
Complementary color
Monochromatic Colors of #BCECB4
Black with #BCECB4
Text Example
Text Example
White with #BCECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECB4; }
p { color: rgb(188,236,180); }
H1.HeaderClassName
{
color: #BCECB4;
}
.AnyTagClassName
{
color: #BCECB4;
}
</style>
background-color css
<style>
a { background-color: #BCECB4; }
a { background-color: rgb(188,236,180); }
div.DivClassName
{
background-color: #BCECB4;
}
.BgClassName
{
background-color: #BCECB4;
}
</style>
border-color css
<style>
span { border-color: #BCECB4; }
span { border-color: rgb(188,236,180); }
td.TdClassName
{
border-color: #BCECB4;
}
.TagClassName
{
border-color: #BCECB4;
}
</style>