Shades of Madang #BCDCA8
Tints of Madang #BCDCA8
RGB
CMYK
RGB Variations
Color information
#BCDCA8 (or 0xBCDCA8) is known color: Madang. HEX triplet: BC, DC and A8. RGB value is (188,220,168). Sum of RGB (Red+Green+Blue) = 188+220+168=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCA8 is #432357. Grayscale: #CCCCCC. Windows color (decimal): -4399960 or 11066556. OLE color: 11066556.
HSL color Cylindrical-coordinate representation of color #BCDCA8: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 168 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.14 |
| HSL | 96.92º | 0.43% | 0.76% | - |
| HSV(B) | 96.92º | 0.24% | 0.86% | - |
| XYZ | 53.4 | 64.7 | 46.72 | - |
| YUV | 204.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 168 | 0.15 | 0 | 0.24 | 0.14 | 96.92 | 0.43 | 0.76 |
| Hex | BC | DC | A8 | F | 0 | 18 | E | 61 | 2B | 4C |
| Octal | 274 | 334 | 250 | 17 | 0 | 30 | 16 | 141 | 53 | 114 |
| Binary | 10111100 | 11011100 | 10101000 | 1111 | 0 | 11000 | 1110 | 1100001 | 101011 | 1001100 |
Color Harmonies of #BCDCA8
Complementary color
Monochromatic Colors of #BCDCA8
Black with #BCDCA8
Text Example
Text Example
White with #BCDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCA8; }
p { color: rgb(188,220,168); }
H1.HeaderClassName
{
color: #BCDCA8;
}
.AnyTagClassName
{
color: #BCDCA8;
}
</style>
background-color css
<style>
a { background-color: #BCDCA8; }
a { background-color: rgb(188,220,168); }
div.DivClassName
{
background-color: #BCDCA8;
}
.BgClassName
{
background-color: #BCDCA8;
}
</style>
border-color css
<style>
span { border-color: #BCDCA8; }
span { border-color: rgb(188,220,168); }
td.TdClassName
{
border-color: #BCDCA8;
}
.TagClassName
{
border-color: #BCDCA8;
}
</style>