Shades of Madang #BDD9AB
Tints of Madang #BDD9AB
RGB
CMYK
RGB Variations
Color information
#BDD9AB (or 0xBDD9AB) is known color: Madang. HEX triplet: BD, D9 and AB. RGB value is (189,217,171). Sum of RGB (Red+Green+Blue) = 189+217+171=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD9AB is #422654. Grayscale: #CBCBCB. Windows color (decimal): -4335189 or 11262397. OLE color: 11262397.
HSL color Cylindrical-coordinate representation of color #BDD9AB: hue angle of 96.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD9AB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 171 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.15 |
| HSL | 96.52º | 0.38% | 0.76% | - |
| HSV(B) | 96.52º | 0.21% | 0.85% | - |
| XYZ | 53.15 | 63.38 | 47.96 | - |
| YUV | 203.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 171 | 0.13 | 0 | 0.21 | 0.15 | 96.52 | 0.38 | 0.76 |
| Hex | BD | D9 | AB | D | 0 | 15 | F | 61 | 26 | 4C |
| Octal | 275 | 331 | 253 | 15 | 0 | 25 | 17 | 141 | 46 | 114 |
| Binary | 10111101 | 11011001 | 10101011 | 1101 | 0 | 10101 | 1111 | 1100001 | 100110 | 1001100 |
Color Harmonies of #BDD9AB
Complementary color
Monochromatic Colors of #BDD9AB
Black with #BDD9AB
Text Example
Text Example
White with #BDD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9AB; }
p { color: rgb(189,217,171); }
H1.HeaderClassName
{
color: #BDD9AB;
}
.AnyTagClassName
{
color: #BDD9AB;
}
</style>
background-color css
<style>
a { background-color: #BDD9AB; }
a { background-color: rgb(189,217,171); }
div.DivClassName
{
background-color: #BDD9AB;
}
.BgClassName
{
background-color: #BDD9AB;
}
</style>
border-color css
<style>
span { border-color: #BDD9AB; }
span { border-color: rgb(189,217,171); }
td.TdClassName
{
border-color: #BDD9AB;
}
.TagClassName
{
border-color: #BDD9AB;
}
</style>