Shades of Madang #BDECB1
Tints of Madang #BDECB1
RGB
CMYK
RGB Variations
Color information
#BDECB1 (or 0xBDECB1) is known color: Madang. HEX triplet: BD, EC and B1. RGB value is (189,236,177). Sum of RGB (Red+Green+Blue) = 189+236+177=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECB1 is #42134E. Grayscale: #D7D7D7. Windows color (decimal): -4330319 or 11660477. OLE color: 11660477.
HSL color Cylindrical-coordinate representation of color #BDECB1: hue angle of 107.8º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDECB1 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 177 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.07 |
| HSL | 107.8º | 0.61% | 0.81% | - |
| HSV(B) | 107.8º | 0.25% | 0.93% | - |
| XYZ | 58.92 | 73.98 | 52.77 | - |
| YUV | 215.22 | 106.43 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 177 | 0.20 | 0 | 0.25 | 0.07 | 107.8 | 0.61 | 0.81 |
| Hex | BD | EC | B1 | 14 | 0 | 19 | 7 | 6C | 3D | 51 |
| Octal | 275 | 354 | 261 | 24 | 0 | 31 | 7 | 154 | 75 | 121 |
| Binary | 10111101 | 11101100 | 10110001 | 10100 | 0 | 11001 | 111 | 1101100 | 111101 | 1010001 |
Color Harmonies of #BDECB1
Complementary color
Monochromatic Colors of #BDECB1
Black with #BDECB1
Text Example
Text Example
White with #BDECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECB1; }
p { color: rgb(189,236,177); }
H1.HeaderClassName
{
color: #BDECB1;
}
.AnyTagClassName
{
color: #BDECB1;
}
</style>
background-color css
<style>
a { background-color: #BDECB1; }
a { background-color: rgb(189,236,177); }
div.DivClassName
{
background-color: #BDECB1;
}
.BgClassName
{
background-color: #BDECB1;
}
</style>
border-color css
<style>
span { border-color: #BDECB1; }
span { border-color: rgb(189,236,177); }
td.TdClassName
{
border-color: #BDECB1;
}
.TagClassName
{
border-color: #BDECB1;
}
</style>