Shades of Madang #BCED9C
Tints of Madang #BCED9C
RGB
CMYK
RGB Variations
Color information
#BCED9C (or 0xBCED9C) is known color: Madang. HEX triplet: BC, ED and 9C. RGB value is (188,237,156). Sum of RGB (Red+Green+Blue) = 188+237+156=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED9C is #431263. Grayscale: #D5D5D5. Windows color (decimal): -4395620 or 10284476. OLE color: 10284476.
HSL color Cylindrical-coordinate representation of color #BCED9C: hue angle of 96.3º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCED9C is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 156 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.07 |
| HSL | 96.3º | 0.69% | 0.77% | - |
| HSV(B) | 96.3º | 0.34% | 0.93% | - |
| XYZ | 57.02 | 73.66 | 42.66 | - |
| YUV | 213.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 156 | 0.21 | 0 | 0.34 | 0.07 | 96.3 | 0.69 | 0.77 |
| Hex | BC | ED | 9C | 15 | 0 | 22 | 7 | 60 | 45 | 4D |
| Octal | 274 | 355 | 234 | 25 | 0 | 42 | 7 | 140 | 105 | 115 |
| Binary | 10111100 | 11101101 | 10011100 | 10101 | 0 | 100010 | 111 | 1100000 | 1000101 | 1001101 |
Color Harmonies of #BCED9C
Complementary color
Monochromatic Colors of #BCED9C
Black with #BCED9C
Text Example
Text Example
White with #BCED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED9C; }
p { color: rgb(188,237,156); }
H1.HeaderClassName
{
color: #BCED9C;
}
.AnyTagClassName
{
color: #BCED9C;
}
</style>
background-color css
<style>
a { background-color: #BCED9C; }
a { background-color: rgb(188,237,156); }
div.DivClassName
{
background-color: #BCED9C;
}
.BgClassName
{
background-color: #BCED9C;
}
</style>
border-color css
<style>
span { border-color: #BCED9C; }
span { border-color: rgb(188,237,156); }
td.TdClassName
{
border-color: #BCED9C;
}
.TagClassName
{
border-color: #BCED9C;
}
</style>