Shades of Madang #BDECB2
Tints of Madang #BDECB2
RGB
CMYK
RGB Variations
Color information
#BDECB2 (or 0xBDECB2) is known color: Madang. HEX triplet: BD, EC and B2. RGB value is (189,236,178). Sum of RGB (Red+Green+Blue) = 189+236+178=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECB2 is #42134D. Grayscale: #D7D7D7. Windows color (decimal): -4330318 or 11726013. OLE color: 11726013.
HSL color Cylindrical-coordinate representation of color #BDECB2: hue angle of 108.62º degrees, saturation: 0.6, 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 #BDECB2 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 178 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.07 |
| HSL | 108.62º | 0.6% | 0.81% | - |
| HSV(B) | 108.62º | 0.25% | 0.93% | - |
| XYZ | 59.02 | 74.02 | 53.3 | - |
| YUV | 215.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 178 | 0.20 | 0 | 0.25 | 0.07 | 108.62 | 0.6 | 0.81 |
| Hex | BD | EC | B2 | 14 | 0 | 19 | 7 | 6D | 3C | 51 |
| Octal | 275 | 354 | 262 | 24 | 0 | 31 | 7 | 155 | 74 | 121 |
| Binary | 10111101 | 11101100 | 10110010 | 10100 | 0 | 11001 | 111 | 1101101 | 111100 | 1010001 |
Color Harmonies of #BDECB2
Complementary color
Monochromatic Colors of #BDECB2
Black with #BDECB2
Text Example
Text Example
White with #BDECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECB2; }
p { color: rgb(189,236,178); }
H1.HeaderClassName
{
color: #BDECB2;
}
.AnyTagClassName
{
color: #BDECB2;
}
</style>
background-color css
<style>
a { background-color: #BDECB2; }
a { background-color: rgb(189,236,178); }
div.DivClassName
{
background-color: #BDECB2;
}
.BgClassName
{
background-color: #BDECB2;
}
</style>
border-color css
<style>
span { border-color: #BDECB2; }
span { border-color: rgb(189,236,178); }
td.TdClassName
{
border-color: #BDECB2;
}
.TagClassName
{
border-color: #BDECB2;
}
</style>