Shades of Madang #BCED9A
Tints of Madang #BCED9A
RGB
CMYK
RGB Variations
Color information
#BCED9A (or 0xBCED9A) is known color: Madang. HEX triplet: BC, ED and 9A. RGB value is (188,237,154). Sum of RGB (Red+Green+Blue) = 188+237+154=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED9A is #431265. Grayscale: #D5D5D5. Windows color (decimal): -4395622 or 10153404. OLE color: 10153404.
HSL color Cylindrical-coordinate representation of color #BCED9A: hue angle of 95.42º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCED9A is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 154 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.07 |
| HSL | 95.42º | 0.7% | 0.77% | - |
| HSV(B) | 95.42º | 0.35% | 0.93% | - |
| XYZ | 56.86 | 73.59 | 41.78 | - |
| YUV | 212.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 154 | 0.21 | 0 | 0.35 | 0.07 | 95.42 | 0.7 | 0.77 |
| Hex | BC | ED | 9A | 15 | 0 | 23 | 7 | 5F | 46 | 4D |
| Octal | 274 | 355 | 232 | 25 | 0 | 43 | 7 | 137 | 106 | 115 |
| Binary | 10111100 | 11101101 | 10011010 | 10101 | 0 | 100011 | 111 | 1011111 | 1000110 | 1001101 |
Color Harmonies of #BCED9A
Complementary color
Monochromatic Colors of #BCED9A
Black with #BCED9A
Text Example
Text Example
White with #BCED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED9A; }
p { color: rgb(188,237,154); }
H1.HeaderClassName
{
color: #BCED9A;
}
.AnyTagClassName
{
color: #BCED9A;
}
</style>
background-color css
<style>
a { background-color: #BCED9A; }
a { background-color: rgb(188,237,154); }
div.DivClassName
{
background-color: #BCED9A;
}
.BgClassName
{
background-color: #BCED9A;
}
</style>
border-color css
<style>
span { border-color: #BCED9A; }
span { border-color: rgb(188,237,154); }
td.TdClassName
{
border-color: #BCED9A;
}
.TagClassName
{
border-color: #BCED9A;
}
</style>