Shades of Madang #BCDBAA
Tints of Madang #BCDBAA
RGB
CMYK
RGB Variations
Color information
#BCDBAA (or 0xBCDBAA) is known color: Madang. HEX triplet: BC, DB and AA. RGB value is (188,219,170). Sum of RGB (Red+Green+Blue) = 188+219+170=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAA is #432455. Grayscale: #CCCCCC. Windows color (decimal): -4400214 or 11197372. OLE color: 11197372.
HSL color Cylindrical-coordinate representation of color #BCDBAA: hue angle of 97.96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDBAA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 170 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.14 |
| HSL | 97.96º | 0.4% | 0.76% | - |
| HSV(B) | 97.96º | 0.22% | 0.86% | - |
| XYZ | 53.33 | 64.26 | 47.62 | - |
| YUV | 204.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 170 | 0.14 | 0 | 0.22 | 0.14 | 97.96 | 0.4 | 0.76 |
| Hex | BC | DB | AA | E | 0 | 16 | E | 62 | 28 | 4C |
| Octal | 274 | 333 | 252 | 16 | 0 | 26 | 16 | 142 | 50 | 114 |
| Binary | 10111100 | 11011011 | 10101010 | 1110 | 0 | 10110 | 1110 | 1100010 | 101000 | 1001100 |
Color Harmonies of #BCDBAA
Complementary color
Monochromatic Colors of #BCDBAA
Black with #BCDBAA
Text Example
Text Example
White with #BCDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBAA; }
p { color: rgb(188,219,170); }
H1.HeaderClassName
{
color: #BCDBAA;
}
.AnyTagClassName
{
color: #BCDBAA;
}
</style>
background-color css
<style>
a { background-color: #BCDBAA; }
a { background-color: rgb(188,219,170); }
div.DivClassName
{
background-color: #BCDBAA;
}
.BgClassName
{
background-color: #BCDBAA;
}
</style>
border-color css
<style>
span { border-color: #BCDBAA; }
span { border-color: rgb(188,219,170); }
td.TdClassName
{
border-color: #BCDBAA;
}
.TagClassName
{
border-color: #BCDBAA;
}
</style>