Shades of Madang #BDEC9D
Tints of Madang #BDEC9D
RGB
CMYK
RGB Variations
Color information
#BDEC9D (or 0xBDEC9D) is known color: Madang. HEX triplet: BD, EC and 9D. RGB value is (189,236,157). Sum of RGB (Red+Green+Blue) = 189+236+157=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC9D is #421362. Grayscale: #D5D5D5. Windows color (decimal): -4330339 or 10349757. OLE color: 10349757.
HSL color Cylindrical-coordinate representation of color #BDEC9D: hue angle of 95.7º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDEC9D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 157 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.07 |
| HSL | 95.7º | 0.68% | 0.77% | - |
| HSV(B) | 95.7º | 0.33% | 0.93% | - |
| XYZ | 57.07 | 73.24 | 43.03 | - |
| YUV | 212.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 157 | 0.20 | 0 | 0.33 | 0.07 | 95.7 | 0.68 | 0.77 |
| Hex | BD | EC | 9D | 14 | 0 | 21 | 7 | 60 | 44 | 4D |
| Octal | 275 | 354 | 235 | 24 | 0 | 41 | 7 | 140 | 104 | 115 |
| Binary | 10111101 | 11101100 | 10011101 | 10100 | 0 | 100001 | 111 | 1100000 | 1000100 | 1001101 |
Color Harmonies of #BDEC9D
Complementary color
Monochromatic Colors of #BDEC9D
Black with #BDEC9D
Text Example
Text Example
White with #BDEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC9D; }
p { color: rgb(189,236,157); }
H1.HeaderClassName
{
color: #BDEC9D;
}
.AnyTagClassName
{
color: #BDEC9D;
}
</style>
background-color css
<style>
a { background-color: #BDEC9D; }
a { background-color: rgb(189,236,157); }
div.DivClassName
{
background-color: #BDEC9D;
}
.BgClassName
{
background-color: #BDEC9D;
}
</style>
border-color css
<style>
span { border-color: #BDEC9D; }
span { border-color: rgb(189,236,157); }
td.TdClassName
{
border-color: #BDEC9D;
}
.TagClassName
{
border-color: #BDEC9D;
}
</style>