Shades of Madang #BDE9AD
Tints of Madang #BDE9AD
RGB
CMYK
RGB Variations
Color information
#BDE9AD (or 0xBDE9AD) is known color: Madang. HEX triplet: BD, E9 and AD. RGB value is (189,233,173). Sum of RGB (Red+Green+Blue) = 189+233+173=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE9AD is #421652. Grayscale: #D5D5D5. Windows color (decimal): -4331091 or 11397565. OLE color: 11397565.
HSL color Cylindrical-coordinate representation of color #BDE9AD: hue angle of 104º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDE9AD is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 173 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.09 |
| HSL | 104º | 0.58% | 0.8% | - |
| HSV(B) | 104º | 0.26% | 0.91% | - |
| XYZ | 57.67 | 72.11 | 50.42 | - |
| YUV | 213 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 173 | 0.19 | 0 | 0.26 | 0.09 | 104 | 0.58 | 0.8 |
| Hex | BD | E9 | AD | 13 | 0 | 1A | 9 | 68 | 3A | 50 |
| Octal | 275 | 351 | 255 | 23 | 0 | 32 | 11 | 150 | 72 | 120 |
| Binary | 10111101 | 11101001 | 10101101 | 10011 | 0 | 11010 | 1001 | 1101000 | 111010 | 1010000 |
Color Harmonies of #BDE9AD
Complementary color
Monochromatic Colors of #BDE9AD
Black with #BDE9AD
Text Example
Text Example
White with #BDE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9AD; }
p { color: rgb(189,233,173); }
H1.HeaderClassName
{
color: #BDE9AD;
}
.AnyTagClassName
{
color: #BDE9AD;
}
</style>
background-color css
<style>
a { background-color: #BDE9AD; }
a { background-color: rgb(189,233,173); }
div.DivClassName
{
background-color: #BDE9AD;
}
.BgClassName
{
background-color: #BDE9AD;
}
</style>
border-color css
<style>
span { border-color: #BDE9AD; }
span { border-color: rgb(189,233,173); }
td.TdClassName
{
border-color: #BDE9AD;
}
.TagClassName
{
border-color: #BDE9AD;
}
</style>