Shades of Madang #BCDCAA
Tints of Madang #BCDCAA
RGB
CMYK
RGB Variations
Color information
#BCDCAA (or 0xBCDCAA) is known color: Madang. HEX triplet: BC, DC and AA. RGB value is (188,220,170). Sum of RGB (Red+Green+Blue) = 188+220+170=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAA is #432355. Grayscale: #CCCCCC. Windows color (decimal): -4399958 or 11197628. OLE color: 11197628.
HSL color Cylindrical-coordinate representation of color #BCDCAA: hue angle of 98.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDCAA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 170 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.14 |
| HSL | 98.4º | 0.42% | 0.76% | - |
| HSV(B) | 98.4º | 0.23% | 0.86% | - |
| XYZ | 53.59 | 64.78 | 47.71 | - |
| YUV | 204.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 170 | 0.15 | 0 | 0.23 | 0.14 | 98.4 | 0.42 | 0.76 |
| Hex | BC | DC | AA | F | 0 | 17 | E | 62 | 2A | 4C |
| Octal | 274 | 334 | 252 | 17 | 0 | 27 | 16 | 142 | 52 | 114 |
| Binary | 10111100 | 11011100 | 10101010 | 1111 | 0 | 10111 | 1110 | 1100010 | 101010 | 1001100 |
Color Harmonies of #BCDCAA
Complementary color
Monochromatic Colors of #BCDCAA
Black with #BCDCAA
Text Example
Text Example
White with #BCDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCAA; }
p { color: rgb(188,220,170); }
H1.HeaderClassName
{
color: #BCDCAA;
}
.AnyTagClassName
{
color: #BCDCAA;
}
</style>
background-color css
<style>
a { background-color: #BCDCAA; }
a { background-color: rgb(188,220,170); }
div.DivClassName
{
background-color: #BCDCAA;
}
.BgClassName
{
background-color: #BCDCAA;
}
</style>
border-color css
<style>
span { border-color: #BCDCAA; }
span { border-color: rgb(188,220,170); }
td.TdClassName
{
border-color: #BCDCAA;
}
.TagClassName
{
border-color: #BCDCAA;
}
</style>