Shades of Madang #BCED9D
Tints of Madang #BCED9D
RGB
CMYK
RGB Variations
Color information
#BCED9D (or 0xBCED9D) is known color: Madang. HEX triplet: BC, ED and 9D. RGB value is (188,237,157). Sum of RGB (Red+Green+Blue) = 188+237+157=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED9D is #431262. Grayscale: #D5D5D5. Windows color (decimal): -4395619 or 10350012. OLE color: 10350012.
HSL color Cylindrical-coordinate representation of color #BCED9D: hue angle of 96.75º 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 #BCED9D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 157 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.07 |
| HSL | 96.75º | 0.69% | 0.77% | - |
| HSV(B) | 96.75º | 0.34% | 0.93% | - |
| XYZ | 57.11 | 73.69 | 43.11 | - |
| YUV | 213.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 157 | 0.21 | 0 | 0.34 | 0.07 | 96.75 | 0.69 | 0.77 |
| Hex | BC | ED | 9D | 15 | 0 | 22 | 7 | 61 | 45 | 4D |
| Octal | 274 | 355 | 235 | 25 | 0 | 42 | 7 | 141 | 105 | 115 |
| Binary | 10111100 | 11101101 | 10011101 | 10101 | 0 | 100010 | 111 | 1100001 | 1000101 | 1001101 |
Color Harmonies of #BCED9D
Complementary color
Monochromatic Colors of #BCED9D
Black with #BCED9D
Text Example
Text Example
White with #BCED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED9D; }
p { color: rgb(188,237,157); }
H1.HeaderClassName
{
color: #BCED9D;
}
.AnyTagClassName
{
color: #BCED9D;
}
</style>
background-color css
<style>
a { background-color: #BCED9D; }
a { background-color: rgb(188,237,157); }
div.DivClassName
{
background-color: #BCED9D;
}
.BgClassName
{
background-color: #BCED9D;
}
</style>
border-color css
<style>
span { border-color: #BCED9D; }
span { border-color: rgb(188,237,157); }
td.TdClassName
{
border-color: #BCED9D;
}
.TagClassName
{
border-color: #BCED9D;
}
</style>