Shades of Madang #BCDBA6
Tints of Madang #BCDBA6
RGB
CMYK
RGB Variations
Color information
#BCDBA6 (or 0xBCDBA6) is known color: Madang. HEX triplet: BC, DB and A6. RGB value is (188,219,166). Sum of RGB (Red+Green+Blue) = 188+219+166=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA6 is #432459. Grayscale: #CBCBCB. Windows color (decimal): -4400218 or 10935228. OLE color: 10935228.
HSL color Cylindrical-coordinate representation of color #BCDBA6: hue angle of 95.09º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDBA6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 166 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.14 |
| HSL | 95.09º | 0.42% | 0.75% | - |
| HSV(B) | 95.09º | 0.24% | 0.86% | - |
| XYZ | 52.95 | 64.11 | 45.66 | - |
| YUV | 203.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 166 | 0.14 | 0 | 0.24 | 0.14 | 95.09 | 0.42 | 0.75 |
| Hex | BC | DB | A6 | E | 0 | 18 | E | 5F | 2A | 4B |
| Octal | 274 | 333 | 246 | 16 | 0 | 30 | 16 | 137 | 52 | 113 |
| Binary | 10111100 | 11011011 | 10100110 | 1110 | 0 | 11000 | 1110 | 1011111 | 101010 | 1001011 |
Color Harmonies of #BCDBA6
Complementary color
Monochromatic Colors of #BCDBA6
Black with #BCDBA6
Text Example
Text Example
White with #BCDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBA6; }
p { color: rgb(188,219,166); }
H1.HeaderClassName
{
color: #BCDBA6;
}
.AnyTagClassName
{
color: #BCDBA6;
}
</style>
background-color css
<style>
a { background-color: #BCDBA6; }
a { background-color: rgb(188,219,166); }
div.DivClassName
{
background-color: #BCDBA6;
}
.BgClassName
{
background-color: #BCDBA6;
}
</style>
border-color css
<style>
span { border-color: #BCDBA6; }
span { border-color: rgb(188,219,166); }
td.TdClassName
{
border-color: #BCDBA6;
}
.TagClassName
{
border-color: #BCDBA6;
}
</style>