Shades of Madang #BDDEAB
Tints of Madang #BDDEAB
RGB
CMYK
RGB Variations
Color information
#BDDEAB (or 0xBDDEAB) is known color: Madang. HEX triplet: BD, DE and AB. RGB value is (189,222,171). Sum of RGB (Red+Green+Blue) = 189+222+171=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEAB is #422154. Grayscale: #CECECE. Windows color (decimal): -4333909 or 11263677. OLE color: 11263677.
HSL color Cylindrical-coordinate representation of color #BDDEAB: hue angle of 98.82º degrees, saturation: 0.44, 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 #BDDEAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 171 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 98.82º | 0.44% | 0.77% | - |
| HSV(B) | 98.82º | 0.23% | 0.87% | - |
| XYZ | 54.46 | 66 | 48.4 | - |
| YUV | 206.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 171 | 0.15 | 0 | 0.23 | 0.13 | 98.82 | 0.44 | 0.77 |
| Hex | BD | DE | AB | F | 0 | 17 | D | 63 | 2C | 4D |
| Octal | 275 | 336 | 253 | 17 | 0 | 27 | 15 | 143 | 54 | 115 |
| Binary | 10111101 | 11011110 | 10101011 | 1111 | 0 | 10111 | 1101 | 1100011 | 101100 | 1001101 |
Color Harmonies of #BDDEAB
Complementary color
Monochromatic Colors of #BDDEAB
Black with #BDDEAB
Text Example
Text Example
White with #BDDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEAB; }
p { color: rgb(189,222,171); }
H1.HeaderClassName
{
color: #BDDEAB;
}
.AnyTagClassName
{
color: #BDDEAB;
}
</style>
background-color css
<style>
a { background-color: #BDDEAB; }
a { background-color: rgb(189,222,171); }
div.DivClassName
{
background-color: #BDDEAB;
}
.BgClassName
{
background-color: #BDDEAB;
}
</style>
border-color css
<style>
span { border-color: #BDDEAB; }
span { border-color: rgb(189,222,171); }
td.TdClassName
{
border-color: #BDDEAB;
}
.TagClassName
{
border-color: #BDDEAB;
}
</style>