Shades of Madang #BCEDA2
Tints of Madang #BCEDA2
RGB
CMYK
RGB Variations
Color information
#BCEDA2 (or 0xBCEDA2) is known color: Madang. HEX triplet: BC, ED and A2. RGB value is (188,237,162). Sum of RGB (Red+Green+Blue) = 188+237+162=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA2 is #43125D. Grayscale: #D6D6D6. Windows color (decimal): -4395614 or 10677692. OLE color: 10677692.
HSL color Cylindrical-coordinate representation of color #BCEDA2: hue angle of 99.2º 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 #BCEDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 162 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 99.2º | 0.68% | 0.78% | - |
| HSV(B) | 99.2º | 0.32% | 0.93% | - |
| XYZ | 57.54 | 73.87 | 45.41 | - |
| YUV | 213.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 162 | 0.21 | 0 | 0.32 | 0.07 | 99.2 | 0.68 | 0.78 |
| Hex | BC | ED | A2 | 15 | 0 | 20 | 7 | 63 | 44 | 4E |
| Octal | 274 | 355 | 242 | 25 | 0 | 40 | 7 | 143 | 104 | 116 |
| Binary | 10111100 | 11101101 | 10100010 | 10101 | 0 | 100000 | 111 | 1100011 | 1000100 | 1001110 |
Color Harmonies of #BCEDA2
Complementary color
Monochromatic Colors of #BCEDA2
Black with #BCEDA2
Text Example
Text Example
White with #BCEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA2; }
p { color: rgb(188,237,162); }
H1.HeaderClassName
{
color: #BCEDA2;
}
.AnyTagClassName
{
color: #BCEDA2;
}
</style>
background-color css
<style>
a { background-color: #BCEDA2; }
a { background-color: rgb(188,237,162); }
div.DivClassName
{
background-color: #BCEDA2;
}
.BgClassName
{
background-color: #BCEDA2;
}
</style>
border-color css
<style>
span { border-color: #BCEDA2; }
span { border-color: rgb(188,237,162); }
td.TdClassName
{
border-color: #BCEDA2;
}
.TagClassName
{
border-color: #BCEDA2;
}
</style>