Shades of Madang #BDE0AC
Tints of Madang #BDE0AC
RGB
CMYK
RGB Variations
Color information
#BDE0AC (or 0xBDE0AC) is known color: Madang. HEX triplet: BD, E0 and AC. RGB value is (189,224,172). Sum of RGB (Red+Green+Blue) = 189+224+172=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0AC is #421F53. Grayscale: #CFCFCF. Windows color (decimal): -4333396 or 11329725. OLE color: 11329725.
HSL color Cylindrical-coordinate representation of color #BDE0AC: hue angle of 100.38º 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 #BDE0AC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 172 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.12 |
| HSL | 100.38º | 0.46% | 0.78% | - |
| HSV(B) | 100.38º | 0.23% | 0.88% | - |
| XYZ | 55.09 | 67.11 | 49.08 | - |
| YUV | 207.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 172 | 0.16 | 0 | 0.23 | 0.12 | 100.38 | 0.46 | 0.78 |
| Hex | BD | E0 | AC | 10 | 0 | 17 | C | 64 | 2E | 4E |
| Octal | 275 | 340 | 254 | 20 | 0 | 27 | 14 | 144 | 56 | 116 |
| Binary | 10111101 | 11100000 | 10101100 | 10000 | 0 | 10111 | 1100 | 1100100 | 101110 | 1001110 |
Color Harmonies of #BDE0AC
Complementary color
Monochromatic Colors of #BDE0AC
Black with #BDE0AC
Text Example
Text Example
White with #BDE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0AC; }
p { color: rgb(189,224,172); }
H1.HeaderClassName
{
color: #BDE0AC;
}
.AnyTagClassName
{
color: #BDE0AC;
}
</style>
background-color css
<style>
a { background-color: #BDE0AC; }
a { background-color: rgb(189,224,172); }
div.DivClassName
{
background-color: #BDE0AC;
}
.BgClassName
{
background-color: #BDE0AC;
}
</style>
border-color css
<style>
span { border-color: #BDE0AC; }
span { border-color: rgb(189,224,172); }
td.TdClassName
{
border-color: #BDE0AC;
}
.TagClassName
{
border-color: #BDE0AC;
}
</style>