Shades of Madang #BCD6AD
Tints of Madang #BCD6AD
RGB
CMYK
RGB Variations
Color information
#BCD6AD (or 0xBCD6AD) is known color: Madang. HEX triplet: BC, D6 and AD. RGB value is (188,214,173). Sum of RGB (Red+Green+Blue) = 188+214+173=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6AD is #432952. Grayscale: #C9C9C9. Windows color (decimal): -4401491 or 11392700. OLE color: 11392700.
HSL color Cylindrical-coordinate representation of color #BCD6AD: hue angle of 98.05º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD6AD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 173 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.16 |
| HSL | 98.05º | 0.33% | 0.76% | - |
| HSV(B) | 98.05º | 0.19% | 0.84% | - |
| XYZ | 52.33 | 61.8 | 48.71 | - |
| YUV | 201.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 173 | 0.12 | 0 | 0.19 | 0.16 | 98.05 | 0.33 | 0.76 |
| Hex | BC | D6 | AD | C | 0 | 13 | 10 | 62 | 21 | 4C |
| Octal | 274 | 326 | 255 | 14 | 0 | 23 | 20 | 142 | 41 | 114 |
| Binary | 10111100 | 11010110 | 10101101 | 1100 | 0 | 10011 | 10000 | 1100010 | 100001 | 1001100 |
Color Harmonies of #BCD6AD
Complementary color
Monochromatic Colors of #BCD6AD
Black with #BCD6AD
Text Example
Text Example
White with #BCD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6AD; }
p { color: rgb(188,214,173); }
H1.HeaderClassName
{
color: #BCD6AD;
}
.AnyTagClassName
{
color: #BCD6AD;
}
</style>
background-color css
<style>
a { background-color: #BCD6AD; }
a { background-color: rgb(188,214,173); }
div.DivClassName
{
background-color: #BCD6AD;
}
.BgClassName
{
background-color: #BCD6AD;
}
</style>
border-color css
<style>
span { border-color: #BCD6AD; }
span { border-color: rgb(188,214,173); }
td.TdClassName
{
border-color: #BCD6AD;
}
.TagClassName
{
border-color: #BCD6AD;
}
</style>