Shades of Madang #BCECA2
Tints of Madang #BCECA2
RGB
CMYK
RGB Variations
Color information
#BCECA2 (or 0xBCECA2) is known color: Madang. HEX triplet: BC, EC and A2. RGB value is (188,236,162). Sum of RGB (Red+Green+Blue) = 188+236+162=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECA2 is #43135D. Grayscale: #D5D5D5. Windows color (decimal): -4395870 or 10677436. OLE color: 10677436.
HSL color Cylindrical-coordinate representation of color #BCECA2: hue angle of 98.92º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCECA2 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 162 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.07 |
| HSL | 98.92º | 0.66% | 0.78% | - |
| HSV(B) | 98.92º | 0.31% | 0.93% | - |
| XYZ | 57.26 | 73.29 | 45.31 | - |
| YUV | 213.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 162 | 0.20 | 0 | 0.31 | 0.07 | 98.92 | 0.66 | 0.78 |
| Hex | BC | EC | A2 | 14 | 0 | 1F | 7 | 63 | 42 | 4E |
| Octal | 274 | 354 | 242 | 24 | 0 | 37 | 7 | 143 | 102 | 116 |
| Binary | 10111100 | 11101100 | 10100010 | 10100 | 0 | 11111 | 111 | 1100011 | 1000010 | 1001110 |
Color Harmonies of #BCECA2
Complementary color
Monochromatic Colors of #BCECA2
Black with #BCECA2
Text Example
Text Example
White with #BCECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECA2; }
p { color: rgb(188,236,162); }
H1.HeaderClassName
{
color: #BCECA2;
}
.AnyTagClassName
{
color: #BCECA2;
}
</style>
background-color css
<style>
a { background-color: #BCECA2; }
a { background-color: rgb(188,236,162); }
div.DivClassName
{
background-color: #BCECA2;
}
.BgClassName
{
background-color: #BCECA2;
}
</style>
border-color css
<style>
span { border-color: #BCECA2; }
span { border-color: rgb(188,236,162); }
td.TdClassName
{
border-color: #BCECA2;
}
.TagClassName
{
border-color: #BCECA2;
}
</style>