Shades of Madang #BDE1AD
Tints of Madang #BDE1AD
RGB
CMYK
RGB Variations
Color information
#BDE1AD (or 0xBDE1AD) is known color: Madang. HEX triplet: BD, E1 and AD. RGB value is (189,225,173). Sum of RGB (Red+Green+Blue) = 189+225+173=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1AD is #421E52. Grayscale: #D0D0D0. Windows color (decimal): -4333139 or 11395517. OLE color: 11395517.
HSL color Cylindrical-coordinate representation of color #BDE1AD: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE1AD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 173 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.12 |
| HSL | 101.54º | 0.46% | 0.78% | - |
| HSV(B) | 101.54º | 0.23% | 0.88% | - |
| XYZ | 55.45 | 67.69 | 49.68 | - |
| YUV | 208.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 173 | 0.16 | 0 | 0.23 | 0.12 | 101.54 | 0.46 | 0.78 |
| Hex | BD | E1 | AD | 10 | 0 | 17 | C | 66 | 2E | 4E |
| Octal | 275 | 341 | 255 | 20 | 0 | 27 | 14 | 146 | 56 | 116 |
| Binary | 10111101 | 11100001 | 10101101 | 10000 | 0 | 10111 | 1100 | 1100110 | 101110 | 1001110 |
Color Harmonies of #BDE1AD
Complementary color
Monochromatic Colors of #BDE1AD
Black with #BDE1AD
Text Example
Text Example
White with #BDE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1AD; }
p { color: rgb(189,225,173); }
H1.HeaderClassName
{
color: #BDE1AD;
}
.AnyTagClassName
{
color: #BDE1AD;
}
</style>
background-color css
<style>
a { background-color: #BDE1AD; }
a { background-color: rgb(189,225,173); }
div.DivClassName
{
background-color: #BDE1AD;
}
.BgClassName
{
background-color: #BDE1AD;
}
</style>
border-color css
<style>
span { border-color: #BDE1AD; }
span { border-color: rgb(189,225,173); }
td.TdClassName
{
border-color: #BDE1AD;
}
.TagClassName
{
border-color: #BDE1AD;
}
</style>