Shades of Madang #BCEDA1
Tints of Madang #BCEDA1
RGB
CMYK
RGB Variations
Color information
#BCEDA1 (or 0xBCEDA1) is known color: Madang. HEX triplet: BC, ED and A1. RGB value is (188,237,161). Sum of RGB (Red+Green+Blue) = 188+237+161=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA1 is #43125E. Grayscale: #D5D5D5. Windows color (decimal): -4395615 or 10612156. OLE color: 10612156.
HSL color Cylindrical-coordinate representation of color #BCEDA1: hue angle of 98.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCEDA1 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 161 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 98.68º | 0.68% | 0.78% | - |
| HSV(B) | 98.68º | 0.32% | 0.93% | - |
| XYZ | 57.46 | 73.83 | 44.94 | - |
| YUV | 213.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 161 | 0.21 | 0 | 0.32 | 0.07 | 98.68 | 0.68 | 0.78 |
| Hex | BC | ED | A1 | 15 | 0 | 20 | 7 | 63 | 44 | 4E |
| Octal | 274 | 355 | 241 | 25 | 0 | 40 | 7 | 143 | 104 | 116 |
| Binary | 10111100 | 11101101 | 10100001 | 10101 | 0 | 100000 | 111 | 1100011 | 1000100 | 1001110 |
Color Harmonies of #BCEDA1
Complementary color
Monochromatic Colors of #BCEDA1
Black with #BCEDA1
Text Example
Text Example
White with #BCEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA1; }
p { color: rgb(188,237,161); }
H1.HeaderClassName
{
color: #BCEDA1;
}
.AnyTagClassName
{
color: #BCEDA1;
}
</style>
background-color css
<style>
a { background-color: #BCEDA1; }
a { background-color: rgb(188,237,161); }
div.DivClassName
{
background-color: #BCEDA1;
}
.BgClassName
{
background-color: #BCEDA1;
}
</style>
border-color css
<style>
span { border-color: #BCEDA1; }
span { border-color: rgb(188,237,161); }
td.TdClassName
{
border-color: #BCEDA1;
}
.TagClassName
{
border-color: #BCEDA1;
}
</style>