Shades of Madang #BDDAA9
Tints of Madang #BDDAA9
RGB
CMYK
RGB Variations
Color information
#BDDAA9 (or 0xBDDAA9) is known color: Madang. HEX triplet: BD, DA and A9. RGB value is (189,218,169). Sum of RGB (Red+Green+Blue) = 189+218+169=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAA9 is #422556. Grayscale: #CBCBCB. Windows color (decimal): -4334935 or 11131581. OLE color: 11131581.
HSL color Cylindrical-coordinate representation of color #BDDAA9: hue angle of 95.51º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDAA9 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 169 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.15 |
| HSL | 95.51º | 0.4% | 0.76% | - |
| HSV(B) | 95.51º | 0.22% | 0.85% | - |
| XYZ | 53.22 | 63.83 | 47.05 | - |
| YUV | 203.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 169 | 0.13 | 0 | 0.22 | 0.15 | 95.51 | 0.4 | 0.76 |
| Hex | BD | DA | A9 | D | 0 | 16 | F | 60 | 28 | 4C |
| Octal | 275 | 332 | 251 | 15 | 0 | 26 | 17 | 140 | 50 | 114 |
| Binary | 10111101 | 11011010 | 10101001 | 1101 | 0 | 10110 | 1111 | 1100000 | 101000 | 1001100 |
Color Harmonies of #BDDAA9
Complementary color
Monochromatic Colors of #BDDAA9
Black with #BDDAA9
Text Example
Text Example
White with #BDDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAA9; }
p { color: rgb(189,218,169); }
H1.HeaderClassName
{
color: #BDDAA9;
}
.AnyTagClassName
{
color: #BDDAA9;
}
</style>
background-color css
<style>
a { background-color: #BDDAA9; }
a { background-color: rgb(189,218,169); }
div.DivClassName
{
background-color: #BDDAA9;
}
.BgClassName
{
background-color: #BDDAA9;
}
</style>
border-color css
<style>
span { border-color: #BDDAA9; }
span { border-color: rgb(189,218,169); }
td.TdClassName
{
border-color: #BDDAA9;
}
.TagClassName
{
border-color: #BDDAA9;
}
</style>