Shades of Madang #BCECA5
Tints of Madang #BCECA5
RGB
CMYK
RGB Variations
Color information
#BCECA5 (or 0xBCECA5) is known color: Madang. HEX triplet: BC, EC and A5. RGB value is (188,236,165). Sum of RGB (Red+Green+Blue) = 188+236+165=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECA5 is #43135A. Grayscale: #D5D5D5. Windows color (decimal): -4395867 or 10874044. OLE color: 10874044.
HSL color Cylindrical-coordinate representation of color #BCECA5: hue angle of 100.56º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCECA5 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 165 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.07 |
| HSL | 100.56º | 0.65% | 0.79% | - |
| HSV(B) | 100.56º | 0.3% | 0.93% | - |
| XYZ | 57.53 | 73.4 | 46.73 | - |
| YUV | 213.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 165 | 0.20 | 0 | 0.30 | 0.07 | 100.56 | 0.65 | 0.79 |
| Hex | BC | EC | A5 | 14 | 0 | 1E | 7 | 65 | 41 | 4F |
| Octal | 274 | 354 | 245 | 24 | 0 | 36 | 7 | 145 | 101 | 117 |
| Binary | 10111100 | 11101100 | 10100101 | 10100 | 0 | 11110 | 111 | 1100101 | 1000001 | 1001111 |
Color Harmonies of #BCECA5
Complementary color
Monochromatic Colors of #BCECA5
Black with #BCECA5
Text Example
Text Example
White with #BCECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECA5; }
p { color: rgb(188,236,165); }
H1.HeaderClassName
{
color: #BCECA5;
}
.AnyTagClassName
{
color: #BCECA5;
}
</style>
background-color css
<style>
a { background-color: #BCECA5; }
a { background-color: rgb(188,236,165); }
div.DivClassName
{
background-color: #BCECA5;
}
.BgClassName
{
background-color: #BCECA5;
}
</style>
border-color css
<style>
span { border-color: #BCECA5; }
span { border-color: rgb(188,236,165); }
td.TdClassName
{
border-color: #BCECA5;
}
.TagClassName
{
border-color: #BCECA5;
}
</style>