Shades of Madang #BCEDA0
Tints of Madang #BCEDA0
RGB
CMYK
RGB Variations
Color information
#BCEDA0 (or 0xBCEDA0) is known color: Madang. HEX triplet: BC, ED and A0. RGB value is (188,237,160). Sum of RGB (Red+Green+Blue) = 188+237+160=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA0 is #43125F. Grayscale: #D5D5D5. Windows color (decimal): -4395616 or 10546620. OLE color: 10546620.
HSL color Cylindrical-coordinate representation of color #BCEDA0: hue angle of 98.18º 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 #BCEDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 188 | 237 | 160 | - |
CMYK | 0.21 | 0 | 0.32 | 0.07 |
HSL | 98.18º | 0.68% | 0.78% | - |
HSV(B) | 98.18º | 0.32% | 0.93% | - |
XYZ | 57.37 | 73.8 | 44.48 | - |
YUV | 213.57 | 97.77 | 109.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 237 | 160 | 0.21 | 0 | 0.32 | 0.07 | 98.18 | 0.68 | 0.78 |
Hex | BC | ED | A0 | 15 | 0 | 20 | 7 | 62 | 44 | 4E |
Octal | 274 | 355 | 240 | 25 | 0 | 40 | 7 | 142 | 104 | 116 |
Binary | 10111100 | 11101101 | 10100000 | 10101 | 0 | 100000 | 111 | 1100010 | 1000100 | 1001110 |
Color Harmonies of #BCEDA0
Complementary color
Monochromatic Colors of #BCEDA0
Black with #BCEDA0
Text Example
Text Example
White with #BCEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA0; }
p { color: rgb(188,237,160); }
H1.HeaderClassName
{
color: #BCEDA0;
}
.AnyTagClassName
{
color: #BCEDA0;
}
</style>
background-color css
<style>
a { background-color: #BCEDA0; }
a { background-color: rgb(188,237,160); }
div.DivClassName
{
background-color: #BCEDA0;
}
.BgClassName
{
background-color: #BCEDA0;
}
</style>
border-color css
<style>
span { border-color: #BCEDA0; }
span { border-color: rgb(188,237,160); }
td.TdClassName
{
border-color: #BCEDA0;
}
.TagClassName
{
border-color: #BCEDA0;
}
</style>