Shades of Madang #BDDDAD
Tints of Madang #BDDDAD
RGB
CMYK
RGB Variations
Color information
#BDDDAD (or 0xBDDDAD) is known color: Madang. HEX triplet: BD, DD and AD. RGB value is (189,221,173). Sum of RGB (Red+Green+Blue) = 189+221+173=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDAD is #422252. Grayscale: #CECECE. Windows color (decimal): -4334163 or 11394493. OLE color: 11394493.
HSL color Cylindrical-coordinate representation of color #BDDDAD: hue angle of 100º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDDAD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 173 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.13 |
| HSL | 100º | 0.41% | 0.77% | - |
| HSV(B) | 100º | 0.22% | 0.87% | - |
| XYZ | 54.39 | 65.55 | 49.32 | - |
| YUV | 205.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 173 | 0.14 | 0 | 0.22 | 0.13 | 100 | 0.41 | 0.77 |
| Hex | BD | DD | AD | E | 0 | 16 | D | 64 | 29 | 4D |
| Octal | 275 | 335 | 255 | 16 | 0 | 26 | 15 | 144 | 51 | 115 |
| Binary | 10111101 | 11011101 | 10101101 | 1110 | 0 | 10110 | 1101 | 1100100 | 101001 | 1001101 |
Color Harmonies of #BDDDAD
Complementary color
Monochromatic Colors of #BDDDAD
Black with #BDDDAD
Text Example
Text Example
White with #BDDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDAD; }
p { color: rgb(189,221,173); }
H1.HeaderClassName
{
color: #BDDDAD;
}
.AnyTagClassName
{
color: #BDDDAD;
}
</style>
background-color css
<style>
a { background-color: #BDDDAD; }
a { background-color: rgb(189,221,173); }
div.DivClassName
{
background-color: #BDDDAD;
}
.BgClassName
{
background-color: #BDDDAD;
}
</style>
border-color css
<style>
span { border-color: #BDDDAD; }
span { border-color: rgb(189,221,173); }
td.TdClassName
{
border-color: #BDDDAD;
}
.TagClassName
{
border-color: #BDDDAD;
}
</style>