Shades of Madang #BDE4A6
Tints of Madang #BDE4A6
RGB
CMYK
RGB Variations
Color information
#BDE4A6 (or 0xBDE4A6) is known color: Madang. HEX triplet: BD, E4 and A6. RGB value is (189,228,166). Sum of RGB (Red+Green+Blue) = 189+228+166=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE4A6 is #421B59. Grayscale: #D1D1D1. Windows color (decimal): -4332378 or 10937533. OLE color: 10937533.
HSL color Cylindrical-coordinate representation of color #BDE4A6: hue angle of 97.74º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDE4A6 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 166 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.11 |
| HSL | 97.74º | 0.53% | 0.77% | - |
| HSV(B) | 97.74º | 0.27% | 0.89% | - |
| XYZ | 55.61 | 69.06 | 46.47 | - |
| YUV | 209.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 166 | 0.17 | 0 | 0.27 | 0.11 | 97.74 | 0.53 | 0.77 |
| Hex | BD | E4 | A6 | 11 | 0 | 1B | B | 62 | 35 | 4D |
| Octal | 275 | 344 | 246 | 21 | 0 | 33 | 13 | 142 | 65 | 115 |
| Binary | 10111101 | 11100100 | 10100110 | 10001 | 0 | 11011 | 1011 | 1100010 | 110101 | 1001101 |
Color Harmonies of #BDE4A6
Complementary color
Monochromatic Colors of #BDE4A6
Black with #BDE4A6
Text Example
Text Example
White with #BDE4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4A6; }
p { color: rgb(189,228,166); }
H1.HeaderClassName
{
color: #BDE4A6;
}
.AnyTagClassName
{
color: #BDE4A6;
}
</style>
background-color css
<style>
a { background-color: #BDE4A6; }
a { background-color: rgb(189,228,166); }
div.DivClassName
{
background-color: #BDE4A6;
}
.BgClassName
{
background-color: #BDE4A6;
}
</style>
border-color css
<style>
span { border-color: #BDE4A6; }
span { border-color: rgb(189,228,166); }
td.TdClassName
{
border-color: #BDE4A6;
}
.TagClassName
{
border-color: #BDE4A6;
}
</style>