Shades of Madang #BDECB6
Tints of Madang #BDECB6
RGB
CMYK
RGB Variations
Color information
#BDECB6 (or 0xBDECB6) is known color: Madang. HEX triplet: BD, EC and B6. RGB value is (189,236,182). Sum of RGB (Red+Green+Blue) = 189+236+182=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECB6 is #421349. Grayscale: #D7D7D7. Windows color (decimal): -4330314 or 11988157. OLE color: 11988157.
HSL color Cylindrical-coordinate representation of color #BDECB6: hue angle of 112.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDECB6 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 182 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.07 |
| HSL | 112.22º | 0.59% | 0.82% | - |
| HSV(B) | 112.22º | 0.23% | 0.93% | - |
| XYZ | 59.43 | 74.19 | 55.44 | - |
| YUV | 215.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 182 | 0.20 | 0 | 0.23 | 0.07 | 112.22 | 0.59 | 0.82 |
| Hex | BD | EC | B6 | 14 | 0 | 17 | 7 | 70 | 3B | 52 |
| Octal | 275 | 354 | 266 | 24 | 0 | 27 | 7 | 160 | 73 | 122 |
| Binary | 10111101 | 11101100 | 10110110 | 10100 | 0 | 10111 | 111 | 1110000 | 111011 | 1010010 |
Color Harmonies of #BDECB6
Complementary color
Monochromatic Colors of #BDECB6
Black with #BDECB6
Text Example
Text Example
White with #BDECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECB6; }
p { color: rgb(189,236,182); }
H1.HeaderClassName
{
color: #BDECB6;
}
.AnyTagClassName
{
color: #BDECB6;
}
</style>
background-color css
<style>
a { background-color: #BDECB6; }
a { background-color: rgb(189,236,182); }
div.DivClassName
{
background-color: #BDECB6;
}
.BgClassName
{
background-color: #BDECB6;
}
</style>
border-color css
<style>
span { border-color: #BDECB6; }
span { border-color: rgb(189,236,182); }
td.TdClassName
{
border-color: #BDECB6;
}
.TagClassName
{
border-color: #BDECB6;
}
</style>