Shades of Madang #BDE0A7
Tints of Madang #BDE0A7
RGB
CMYK
RGB Variations
Color information
#BDE0A7 (or 0xBDE0A7) is known color: Madang. HEX triplet: BD, E0 and A7. RGB value is (189,224,167). Sum of RGB (Red+Green+Blue) = 189+224+167=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE0A7 is #421F58. Grayscale: #CFCFCF. Windows color (decimal): -4333401 or 11002045. OLE color: 11002045.
HSL color Cylindrical-coordinate representation of color #BDE0A7: hue angle of 96.84º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE0A7 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 167 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.12 |
| HSL | 96.84º | 0.48% | 0.77% | - |
| HSV(B) | 96.84º | 0.25% | 0.88% | - |
| XYZ | 54.62 | 66.92 | 46.6 | - |
| YUV | 207.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 167 | 0.16 | 0 | 0.25 | 0.12 | 96.84 | 0.48 | 0.77 |
| Hex | BD | E0 | A7 | 10 | 0 | 19 | C | 61 | 30 | 4D |
| Octal | 275 | 340 | 247 | 20 | 0 | 31 | 14 | 141 | 60 | 115 |
| Binary | 10111101 | 11100000 | 10100111 | 10000 | 0 | 11001 | 1100 | 1100001 | 110000 | 1001101 |
Color Harmonies of #BDE0A7
Complementary color
Monochromatic Colors of #BDE0A7
Black with #BDE0A7
Text Example
Text Example
White with #BDE0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0A7; }
p { color: rgb(189,224,167); }
H1.HeaderClassName
{
color: #BDE0A7;
}
.AnyTagClassName
{
color: #BDE0A7;
}
</style>
background-color css
<style>
a { background-color: #BDE0A7; }
a { background-color: rgb(189,224,167); }
div.DivClassName
{
background-color: #BDE0A7;
}
.BgClassName
{
background-color: #BDE0A7;
}
</style>
border-color css
<style>
span { border-color: #BDE0A7; }
span { border-color: rgb(189,224,167); }
td.TdClassName
{
border-color: #BDE0A7;
}
.TagClassName
{
border-color: #BDE0A7;
}
</style>