Shades of Madang #BCD8AC
Tints of Madang #BCD8AC
RGB
CMYK
RGB Variations
Color information
#BCD8AC (or 0xBCD8AC) is known color: Madang. HEX triplet: BC, D8 and AC. RGB value is (188,216,172). Sum of RGB (Red+Green+Blue) = 188+216+172=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AC is #432753. Grayscale: #CACACA. Windows color (decimal): -4400980 or 11327676. OLE color: 11327676.
HSL color Cylindrical-coordinate representation of color #BCD8AC: hue angle of 98.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD8AC is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 172 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.15 |
| HSL | 98.18º | 0.36% | 0.76% | - |
| HSV(B) | 98.18º | 0.2% | 0.85% | - |
| XYZ | 52.74 | 62.78 | 48.37 | - |
| YUV | 202.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 172 | 0.13 | 0 | 0.20 | 0.15 | 98.18 | 0.36 | 0.76 |
| Hex | BC | D8 | AC | D | 0 | 14 | F | 62 | 24 | 4C |
| Octal | 274 | 330 | 254 | 15 | 0 | 24 | 17 | 142 | 44 | 114 |
| Binary | 10111100 | 11011000 | 10101100 | 1101 | 0 | 10100 | 1111 | 1100010 | 100100 | 1001100 |
Color Harmonies of #BCD8AC
Complementary color
Monochromatic Colors of #BCD8AC
Black with #BCD8AC
Text Example
Text Example
White with #BCD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8AC; }
p { color: rgb(188,216,172); }
H1.HeaderClassName
{
color: #BCD8AC;
}
.AnyTagClassName
{
color: #BCD8AC;
}
</style>
background-color css
<style>
a { background-color: #BCD8AC; }
a { background-color: rgb(188,216,172); }
div.DivClassName
{
background-color: #BCD8AC;
}
.BgClassName
{
background-color: #BCD8AC;
}
</style>
border-color css
<style>
span { border-color: #BCD8AC; }
span { border-color: rgb(188,216,172); }
td.TdClassName
{
border-color: #BCD8AC;
}
.TagClassName
{
border-color: #BCD8AC;
}
</style>