Shades of Madang #BDECB5
Tints of Madang #BDECB5
RGB
CMYK
RGB Variations
Color information
#BDECB5 (or 0xBDECB5) is known color: Madang. HEX triplet: BD, EC and B5. RGB value is (189,236,181). Sum of RGB (Red+Green+Blue) = 189+236+181=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECB5 is #42134A. Grayscale: #D7D7D7. Windows color (decimal): -4330315 or 11922621. OLE color: 11922621.
HSL color Cylindrical-coordinate representation of color #BDECB5: hue angle of 111.27º 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 #BDECB5 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 181 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.07 |
| HSL | 111.27º | 0.59% | 0.82% | - |
| HSV(B) | 111.27º | 0.23% | 0.93% | - |
| XYZ | 59.32 | 74.15 | 54.9 | - |
| YUV | 215.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 181 | 0.20 | 0 | 0.23 | 0.07 | 111.27 | 0.59 | 0.82 |
| Hex | BD | EC | B5 | 14 | 0 | 17 | 7 | 6F | 3B | 52 |
| Octal | 275 | 354 | 265 | 24 | 0 | 27 | 7 | 157 | 73 | 122 |
| Binary | 10111101 | 11101100 | 10110101 | 10100 | 0 | 10111 | 111 | 1101111 | 111011 | 1010010 |
Color Harmonies of #BDECB5
Complementary color
Monochromatic Colors of #BDECB5
Black with #BDECB5
Text Example
Text Example
White with #BDECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECB5; }
p { color: rgb(189,236,181); }
H1.HeaderClassName
{
color: #BDECB5;
}
.AnyTagClassName
{
color: #BDECB5;
}
</style>
background-color css
<style>
a { background-color: #BDECB5; }
a { background-color: rgb(189,236,181); }
div.DivClassName
{
background-color: #BDECB5;
}
.BgClassName
{
background-color: #BDECB5;
}
</style>
border-color css
<style>
span { border-color: #BDECB5; }
span { border-color: rgb(189,236,181); }
td.TdClassName
{
border-color: #BDECB5;
}
.TagClassName
{
border-color: #BDECB5;
}
</style>