Shades of Madang #BDDEAC
Tints of Madang #BDDEAC
RGB
CMYK
RGB Variations
Color information
#BDDEAC (or 0xBDDEAC) is known color: Madang. HEX triplet: BD, DE and AC. RGB value is (189,222,172). Sum of RGB (Red+Green+Blue) = 189+222+172=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAC is #422153. Grayscale: #CECECE. Windows color (decimal): -4333908 or 11329213. OLE color: 11329213.
HSL color Cylindrical-coordinate representation of color #BDDEAC: hue angle of 99.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDEAC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 172 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 99.6º | 0.43% | 0.77% | - |
| HSV(B) | 99.6º | 0.23% | 0.87% | - |
| XYZ | 54.55 | 66.04 | 48.9 | - |
| YUV | 206.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 172 | 0.15 | 0 | 0.23 | 0.13 | 99.6 | 0.43 | 0.77 |
| Hex | BD | DE | AC | F | 0 | 17 | D | 64 | 2B | 4D |
| Octal | 275 | 336 | 254 | 17 | 0 | 27 | 15 | 144 | 53 | 115 |
| Binary | 10111101 | 11011110 | 10101100 | 1111 | 0 | 10111 | 1101 | 1100100 | 101011 | 1001101 |
Color Harmonies of #BDDEAC
Complementary color
Monochromatic Colors of #BDDEAC
Black with #BDDEAC
Text Example
Text Example
White with #BDDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEAC; }
p { color: rgb(189,222,172); }
H1.HeaderClassName
{
color: #BDDEAC;
}
.AnyTagClassName
{
color: #BDDEAC;
}
</style>
background-color css
<style>
a { background-color: #BDDEAC; }
a { background-color: rgb(189,222,172); }
div.DivClassName
{
background-color: #BDDEAC;
}
.BgClassName
{
background-color: #BDDEAC;
}
</style>
border-color css
<style>
span { border-color: #BDDEAC; }
span { border-color: rgb(189,222,172); }
td.TdClassName
{
border-color: #BDDEAC;
}
.TagClassName
{
border-color: #BDDEAC;
}
</style>