Shades of Madang #BCECB2
Tints of Madang #BCECB2
RGB
CMYK
RGB Variations
Color information
#BCECB2 (or 0xBCECB2) is known color: Madang. HEX triplet: BC, EC and B2. RGB value is (188,236,178). Sum of RGB (Red+Green+Blue) = 188+236+178=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECB2 is #43134D. Grayscale: #D7D7D7. Windows color (decimal): -4395854 or 11726012. OLE color: 11726012.
HSL color Cylindrical-coordinate representation of color #BCECB2: hue angle of 109.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCECB2 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 178 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.07 |
| HSL | 109.66º | 0.6% | 0.81% | - |
| HSV(B) | 109.66º | 0.25% | 0.93% | - |
| XYZ | 58.77 | 73.9 | 53.29 | - |
| YUV | 215.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 178 | 0.20 | 0 | 0.25 | 0.07 | 109.66 | 0.6 | 0.81 |
| Hex | BC | EC | B2 | 14 | 0 | 19 | 7 | 6E | 3C | 51 |
| Octal | 274 | 354 | 262 | 24 | 0 | 31 | 7 | 156 | 74 | 121 |
| Binary | 10111100 | 11101100 | 10110010 | 10100 | 0 | 11001 | 111 | 1101110 | 111100 | 1010001 |
Color Harmonies of #BCECB2
Complementary color
Monochromatic Colors of #BCECB2
Black with #BCECB2
Text Example
Text Example
White with #BCECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECB2; }
p { color: rgb(188,236,178); }
H1.HeaderClassName
{
color: #BCECB2;
}
.AnyTagClassName
{
color: #BCECB2;
}
</style>
background-color css
<style>
a { background-color: #BCECB2; }
a { background-color: rgb(188,236,178); }
div.DivClassName
{
background-color: #BCECB2;
}
.BgClassName
{
background-color: #BCECB2;
}
</style>
border-color css
<style>
span { border-color: #BCECB2; }
span { border-color: rgb(188,236,178); }
td.TdClassName
{
border-color: #BCECB2;
}
.TagClassName
{
border-color: #BCECB2;
}
</style>