Shades of Madang #BDE3AB
Tints of Madang #BDE3AB
RGB
CMYK
RGB Variations
Color information
#BDE3AB (or 0xBDE3AB) is known color: Madang. HEX triplet: BD, E3 and AB. RGB value is (189,227,171). Sum of RGB (Red+Green+Blue) = 189+227+171=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE3AB is #421C54. Grayscale: #D1D1D1. Windows color (decimal): -4332629 or 11264957. OLE color: 11264957.
HSL color Cylindrical-coordinate representation of color #BDE3AB: hue angle of 100.71º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE3AB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 171 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.11 |
| HSL | 100.71º | 0.5% | 0.78% | - |
| HSV(B) | 100.71º | 0.25% | 0.89% | - |
| XYZ | 55.81 | 68.7 | 48.85 | - |
| YUV | 209.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 171 | 0.17 | 0 | 0.25 | 0.11 | 100.71 | 0.5 | 0.78 |
| Hex | BD | E3 | AB | 11 | 0 | 19 | B | 65 | 32 | 4E |
| Octal | 275 | 343 | 253 | 21 | 0 | 31 | 13 | 145 | 62 | 116 |
| Binary | 10111101 | 11100011 | 10101011 | 10001 | 0 | 11001 | 1011 | 1100101 | 110010 | 1001110 |
Color Harmonies of #BDE3AB
Complementary color
Monochromatic Colors of #BDE3AB
Black with #BDE3AB
Text Example
Text Example
White with #BDE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3AB; }
p { color: rgb(189,227,171); }
H1.HeaderClassName
{
color: #BDE3AB;
}
.AnyTagClassName
{
color: #BDE3AB;
}
</style>
background-color css
<style>
a { background-color: #BDE3AB; }
a { background-color: rgb(189,227,171); }
div.DivClassName
{
background-color: #BDE3AB;
}
.BgClassName
{
background-color: #BDE3AB;
}
</style>
border-color css
<style>
span { border-color: #BDE3AB; }
span { border-color: rgb(189,227,171); }
td.TdClassName
{
border-color: #BDE3AB;
}
.TagClassName
{
border-color: #BDE3AB;
}
</style>