Shades of Madang #BCDBAC
Tints of Madang #BCDBAC
RGB
CMYK
RGB Variations
Color information
#BCDBAC (or 0xBCDBAC) is known color: Madang. HEX triplet: BC, DB and AC. RGB value is (188,219,172). Sum of RGB (Red+Green+Blue) = 188+219+172=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAC is #432453. Grayscale: #CCCCCC. Windows color (decimal): -4400212 or 11328444. OLE color: 11328444.
HSL color Cylindrical-coordinate representation of color #BCDBAC: hue angle of 99.57º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDBAC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 172 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.14 |
| HSL | 99.57º | 0.39% | 0.77% | - |
| HSV(B) | 99.57º | 0.21% | 0.86% | - |
| XYZ | 53.52 | 64.33 | 48.63 | - |
| YUV | 204.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 172 | 0.14 | 0 | 0.21 | 0.14 | 99.57 | 0.39 | 0.77 |
| Hex | BC | DB | AC | E | 0 | 15 | E | 64 | 27 | 4D |
| Octal | 274 | 333 | 254 | 16 | 0 | 25 | 16 | 144 | 47 | 115 |
| Binary | 10111100 | 11011011 | 10101100 | 1110 | 0 | 10101 | 1110 | 1100100 | 100111 | 1001101 |
Color Harmonies of #BCDBAC
Complementary color
Monochromatic Colors of #BCDBAC
Black with #BCDBAC
Text Example
Text Example
White with #BCDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBAC; }
p { color: rgb(188,219,172); }
H1.HeaderClassName
{
color: #BCDBAC;
}
.AnyTagClassName
{
color: #BCDBAC;
}
</style>
background-color css
<style>
a { background-color: #BCDBAC; }
a { background-color: rgb(188,219,172); }
div.DivClassName
{
background-color: #BCDBAC;
}
.BgClassName
{
background-color: #BCDBAC;
}
</style>
border-color css
<style>
span { border-color: #BCDBAC; }
span { border-color: rgb(188,219,172); }
td.TdClassName
{
border-color: #BCDBAC;
}
.TagClassName
{
border-color: #BCDBAC;
}
</style>