Shades of Madang #BDED9C
Tints of Madang #BDED9C
RGB
CMYK
RGB Variations
Color information
#BDED9C (or 0xBDED9C) is known color: Madang. HEX triplet: BD, ED and 9C. RGB value is (189,237,156). Sum of RGB (Red+Green+Blue) = 189+237+156=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED9C is #421263. Grayscale: #D5D5D5. Windows color (decimal): -4330084 or 10284477. OLE color: 10284477.
HSL color Cylindrical-coordinate representation of color #BDED9C: hue angle of 95.56º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDED9C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 156 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.07 |
| HSL | 95.56º | 0.69% | 0.77% | - |
| HSV(B) | 95.56º | 0.34% | 0.93% | - |
| XYZ | 57.27 | 73.79 | 42.68 | - |
| YUV | 213.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 156 | 0.20 | 0 | 0.34 | 0.07 | 95.56 | 0.69 | 0.77 |
| Hex | BD | ED | 9C | 14 | 0 | 22 | 7 | 60 | 45 | 4D |
| Octal | 275 | 355 | 234 | 24 | 0 | 42 | 7 | 140 | 105 | 115 |
| Binary | 10111101 | 11101101 | 10011100 | 10100 | 0 | 100010 | 111 | 1100000 | 1000101 | 1001101 |
Color Harmonies of #BDED9C
Complementary color
Monochromatic Colors of #BDED9C
Black with #BDED9C
Text Example
Text Example
White with #BDED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED9C; }
p { color: rgb(189,237,156); }
H1.HeaderClassName
{
color: #BDED9C;
}
.AnyTagClassName
{
color: #BDED9C;
}
</style>
background-color css
<style>
a { background-color: #BDED9C; }
a { background-color: rgb(189,237,156); }
div.DivClassName
{
background-color: #BDED9C;
}
.BgClassName
{
background-color: #BDED9C;
}
</style>
border-color css
<style>
span { border-color: #BDED9C; }
span { border-color: rgb(189,237,156); }
td.TdClassName
{
border-color: #BDED9C;
}
.TagClassName
{
border-color: #BDED9C;
}
</style>