Shades of Madang #BDDCA9
Tints of Madang #BDDCA9
RGB
CMYK
RGB Variations
Color information
#BDDCA9 (or 0xBDDCA9) is known color: Madang. HEX triplet: BD, DC and A9. RGB value is (189,220,169). Sum of RGB (Red+Green+Blue) = 189+220+169=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA9 is #422356. Grayscale: #CDCDCD. Windows color (decimal): -4334423 or 11132093. OLE color: 11132093.
HSL color Cylindrical-coordinate representation of color #BDDCA9: hue angle of 96.47º 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 #BDDCA9 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 169 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.14 |
| HSL | 96.47º | 0.42% | 0.76% | - |
| HSV(B) | 96.47º | 0.23% | 0.86% | - |
| XYZ | 53.74 | 64.87 | 47.22 | - |
| YUV | 204.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 169 | 0.14 | 0 | 0.23 | 0.14 | 96.47 | 0.42 | 0.76 |
| Hex | BD | DC | A9 | E | 0 | 17 | E | 60 | 2A | 4C |
| Octal | 275 | 334 | 251 | 16 | 0 | 27 | 16 | 140 | 52 | 114 |
| Binary | 10111101 | 11011100 | 10101001 | 1110 | 0 | 10111 | 1110 | 1100000 | 101010 | 1001100 |
Color Harmonies of #BDDCA9
Complementary color
Monochromatic Colors of #BDDCA9
Black with #BDDCA9
Text Example
Text Example
White with #BDDCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCA9; }
p { color: rgb(189,220,169); }
H1.HeaderClassName
{
color: #BDDCA9;
}
.AnyTagClassName
{
color: #BDDCA9;
}
</style>
background-color css
<style>
a { background-color: #BDDCA9; }
a { background-color: rgb(189,220,169); }
div.DivClassName
{
background-color: #BDDCA9;
}
.BgClassName
{
background-color: #BDDCA9;
}
</style>
border-color css
<style>
span { border-color: #BDDCA9; }
span { border-color: rgb(189,220,169); }
td.TdClassName
{
border-color: #BDDCA9;
}
.TagClassName
{
border-color: #BDDCA9;
}
</style>