Shades of Madang #BCED9F
Tints of Madang #BCED9F
RGB
CMYK
RGB Variations
Color information
#BCED9F (or 0xBCED9F) is known color: Madang. HEX triplet: BC, ED and 9F. RGB value is (188,237,159). Sum of RGB (Red+Green+Blue) = 188+237+159=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED9F is #431260. Grayscale: #D5D5D5. Windows color (decimal): -4395617 or 10481084. OLE color: 10481084.
HSL color Cylindrical-coordinate representation of color #BCED9F: hue angle of 97.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCED9F is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 159 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.07 |
| HSL | 97.69º | 0.68% | 0.78% | - |
| HSV(B) | 97.69º | 0.33% | 0.93% | - |
| XYZ | 57.28 | 73.76 | 44.02 | - |
| YUV | 213.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 159 | 0.21 | 0 | 0.33 | 0.07 | 97.69 | 0.68 | 0.78 |
| Hex | BC | ED | 9F | 15 | 0 | 21 | 7 | 62 | 44 | 4E |
| Octal | 274 | 355 | 237 | 25 | 0 | 41 | 7 | 142 | 104 | 116 |
| Binary | 10111100 | 11101101 | 10011111 | 10101 | 0 | 100001 | 111 | 1100010 | 1000100 | 1001110 |
Color Harmonies of #BCED9F
Complementary color
Monochromatic Colors of #BCED9F
Black with #BCED9F
Text Example
Text Example
White with #BCED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED9F; }
p { color: rgb(188,237,159); }
H1.HeaderClassName
{
color: #BCED9F;
}
.AnyTagClassName
{
color: #BCED9F;
}
</style>
background-color css
<style>
a { background-color: #BCED9F; }
a { background-color: rgb(188,237,159); }
div.DivClassName
{
background-color: #BCED9F;
}
.BgClassName
{
background-color: #BCED9F;
}
</style>
border-color css
<style>
span { border-color: #BCED9F; }
span { border-color: rgb(188,237,159); }
td.TdClassName
{
border-color: #BCED9F;
}
.TagClassName
{
border-color: #BCED9F;
}
</style>