Shades of Madang #BDDDAB
Tints of Madang #BDDDAB
RGB
CMYK
RGB Variations
Color information
#BDDDAB (or 0xBDDDAB) is known color: Madang. HEX triplet: BD, DD and AB. RGB value is (189,221,171). Sum of RGB (Red+Green+Blue) = 189+221+171=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDAB is #422254. Grayscale: #CDCDCD. Windows color (decimal): -4334165 or 11263421. OLE color: 11263421.
HSL color Cylindrical-coordinate representation of color #BDDDAB: hue angle of 98.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDDAB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 171 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.13 |
| HSL | 98.4º | 0.42% | 0.77% | - |
| HSV(B) | 98.4º | 0.23% | 0.87% | - |
| XYZ | 54.19 | 65.47 | 48.31 | - |
| YUV | 205.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 171 | 0.14 | 0 | 0.23 | 0.13 | 98.4 | 0.42 | 0.77 |
| Hex | BD | DD | AB | E | 0 | 17 | D | 62 | 2A | 4D |
| Octal | 275 | 335 | 253 | 16 | 0 | 27 | 15 | 142 | 52 | 115 |
| Binary | 10111101 | 11011101 | 10101011 | 1110 | 0 | 10111 | 1101 | 1100010 | 101010 | 1001101 |
Color Harmonies of #BDDDAB
Complementary color
Monochromatic Colors of #BDDDAB
Black with #BDDDAB
Text Example
Text Example
White with #BDDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDAB; }
p { color: rgb(189,221,171); }
H1.HeaderClassName
{
color: #BDDDAB;
}
.AnyTagClassName
{
color: #BDDDAB;
}
</style>
background-color css
<style>
a { background-color: #BDDDAB; }
a { background-color: rgb(189,221,171); }
div.DivClassName
{
background-color: #BDDDAB;
}
.BgClassName
{
background-color: #BDDDAB;
}
</style>
border-color css
<style>
span { border-color: #BDDDAB; }
span { border-color: rgb(189,221,171); }
td.TdClassName
{
border-color: #BDDDAB;
}
.TagClassName
{
border-color: #BDDDAB;
}
</style>