Shades of Madang #BDE2AD
Tints of Madang #BDE2AD
RGB
CMYK
RGB Variations
Color information
#BDE2AD (or 0xBDE2AD) is known color: Madang. HEX triplet: BD, E2 and AD. RGB value is (189,226,173). Sum of RGB (Red+Green+Blue) = 189+226+173=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE2AD is #421D52. Grayscale: #D1D1D1. Windows color (decimal): -4332883 or 11395773. OLE color: 11395773.
HSL color Cylindrical-coordinate representation of color #BDE2AD: hue angle of 101.89º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDE2AD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 173 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.11 |
| HSL | 101.89º | 0.48% | 0.78% | - |
| HSV(B) | 101.89º | 0.23% | 0.89% | - |
| XYZ | 55.73 | 68.23 | 49.77 | - |
| YUV | 208.9 | 107.74 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 173 | 0.16 | 0 | 0.23 | 0.11 | 101.89 | 0.48 | 0.78 |
| Hex | BD | E2 | AD | 10 | 0 | 17 | B | 66 | 30 | 4E |
| Octal | 275 | 342 | 255 | 20 | 0 | 27 | 13 | 146 | 60 | 116 |
| Binary | 10111101 | 11100010 | 10101101 | 10000 | 0 | 10111 | 1011 | 1100110 | 110000 | 1001110 |
Color Harmonies of #BDE2AD
Complementary color
Monochromatic Colors of #BDE2AD
Black with #BDE2AD
Text Example
Text Example
White with #BDE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2AD; }
p { color: rgb(189,226,173); }
H1.HeaderClassName
{
color: #BDE2AD;
}
.AnyTagClassName
{
color: #BDE2AD;
}
</style>
background-color css
<style>
a { background-color: #BDE2AD; }
a { background-color: rgb(189,226,173); }
div.DivClassName
{
background-color: #BDE2AD;
}
.BgClassName
{
background-color: #BDE2AD;
}
</style>
border-color css
<style>
span { border-color: #BDE2AD; }
span { border-color: rgb(189,226,173); }
td.TdClassName
{
border-color: #BDE2AD;
}
.TagClassName
{
border-color: #BDE2AD;
}
</style>