Shades of Madang #BDECB8
Tints of Madang #BDECB8
RGB
CMYK
RGB Variations
Color information
#BDECB8 (or 0xBDECB8) is known color: Madang. HEX triplet: BD, EC and B8. RGB value is (189,236,184). Sum of RGB (Red+Green+Blue) = 189+236+184=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECB8 is #421347. Grayscale: #D8D8D8. Windows color (decimal): -4330312 or 12119229. OLE color: 12119229.
HSL color Cylindrical-coordinate representation of color #BDECB8: hue angle of 114.23º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDECB8 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 184 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.07 |
| HSL | 114.23º | 0.58% | 0.82% | - |
| HSV(B) | 114.23º | 0.22% | 0.93% | - |
| XYZ | 59.63 | 74.27 | 56.54 | - |
| YUV | 216.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 184 | 0.20 | 0 | 0.22 | 0.07 | 114.23 | 0.58 | 0.82 |
| Hex | BD | EC | B8 | 14 | 0 | 16 | 7 | 72 | 3A | 52 |
| Octal | 275 | 354 | 270 | 24 | 0 | 26 | 7 | 162 | 72 | 122 |
| Binary | 10111101 | 11101100 | 10111000 | 10100 | 0 | 10110 | 111 | 1110010 | 111010 | 1010010 |
Color Harmonies of #BDECB8
Complementary color
Monochromatic Colors of #BDECB8
Black with #BDECB8
Text Example
Text Example
White with #BDECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECB8; }
p { color: rgb(189,236,184); }
H1.HeaderClassName
{
color: #BDECB8;
}
.AnyTagClassName
{
color: #BDECB8;
}
</style>
background-color css
<style>
a { background-color: #BDECB8; }
a { background-color: rgb(189,236,184); }
div.DivClassName
{
background-color: #BDECB8;
}
.BgClassName
{
background-color: #BDECB8;
}
</style>
border-color css
<style>
span { border-color: #BDECB8; }
span { border-color: rgb(189,236,184); }
td.TdClassName
{
border-color: #BDECB8;
}
.TagClassName
{
border-color: #BDECB8;
}
</style>