Shades of Madang #BCEDA4
Tints of Madang #BCEDA4
RGB
CMYK
RGB Variations
Color information
#BCEDA4 (or 0xBCEDA4) is known color: Madang. HEX triplet: BC, ED and A4. RGB value is (188,237,164). Sum of RGB (Red+Green+Blue) = 188+237+164=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEDA4 is #43125B. Grayscale: #D6D6D6. Windows color (decimal): -4395612 or 10808764. OLE color: 10808764.
HSL color Cylindrical-coordinate representation of color #BCEDA4: hue angle of 100.27º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCEDA4 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 164 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.07 |
| HSL | 100.27º | 0.67% | 0.79% | - |
| HSV(B) | 100.27º | 0.31% | 0.93% | - |
| XYZ | 57.72 | 73.94 | 46.35 | - |
| YUV | 214.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 164 | 0.21 | 0 | 0.31 | 0.07 | 100.27 | 0.67 | 0.79 |
| Hex | BC | ED | A4 | 15 | 0 | 1F | 7 | 64 | 43 | 4F |
| Octal | 274 | 355 | 244 | 25 | 0 | 37 | 7 | 144 | 103 | 117 |
| Binary | 10111100 | 11101101 | 10100100 | 10101 | 0 | 11111 | 111 | 1100100 | 1000011 | 1001111 |
Color Harmonies of #BCEDA4
Complementary color
Monochromatic Colors of #BCEDA4
Black with #BCEDA4
Text Example
Text Example
White with #BCEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDA4; }
p { color: rgb(188,237,164); }
H1.HeaderClassName
{
color: #BCEDA4;
}
.AnyTagClassName
{
color: #BCEDA4;
}
</style>
background-color css
<style>
a { background-color: #BCEDA4; }
a { background-color: rgb(188,237,164); }
div.DivClassName
{
background-color: #BCEDA4;
}
.BgClassName
{
background-color: #BCEDA4;
}
</style>
border-color css
<style>
span { border-color: #BCEDA4; }
span { border-color: rgb(188,237,164); }
td.TdClassName
{
border-color: #BCEDA4;
}
.TagClassName
{
border-color: #BCEDA4;
}
</style>