Shades of Madang #BBDDAB
Tints of Madang #BBDDAB
RGB
CMYK
RGB Variations
Color information
#BBDDAB (or 0xBBDDAB) is known color: Madang. HEX triplet: BB, DD and AB. RGB value is (187,221,171). Sum of RGB (Red+Green+Blue) = 187+221+171=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDAB is #442254. Grayscale: #CDCDCD. Windows color (decimal): -4465237 or 11263419. OLE color: 11263419.
HSL color Cylindrical-coordinate representation of color #BBDDAB: hue angle of 100.8º degrees, saturation: 0.42, 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 #BBDDAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 171 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 100.8º | 0.42% | 0.77% | - |
| HSV(B) | 100.8º | 0.23% | 0.87% | - |
| XYZ | 53.7 | 65.22 | 48.29 | - |
| YUV | 205.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 171 | 0.15 | 0 | 0.23 | 0.13 | 100.8 | 0.42 | 0.77 |
| Hex | BB | DD | AB | F | 0 | 17 | D | 65 | 2A | 4D |
| Octal | 273 | 335 | 253 | 17 | 0 | 27 | 15 | 145 | 52 | 115 |
| Binary | 10111011 | 11011101 | 10101011 | 1111 | 0 | 10111 | 1101 | 1100101 | 101010 | 1001101 |
Color Harmonies of #BBDDAB
Complementary color
Monochromatic Colors of #BBDDAB
Black with #BBDDAB
Text Example
Text Example
White with #BBDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDAB; }
p { color: rgb(187,221,171); }
H1.HeaderClassName
{
color: #BBDDAB;
}
.AnyTagClassName
{
color: #BBDDAB;
}
</style>
background-color css
<style>
a { background-color: #BBDDAB; }
a { background-color: rgb(187,221,171); }
div.DivClassName
{
background-color: #BBDDAB;
}
.BgClassName
{
background-color: #BBDDAB;
}
</style>
border-color css
<style>
span { border-color: #BBDDAB; }
span { border-color: rgb(187,221,171); }
td.TdClassName
{
border-color: #BBDDAB;
}
.TagClassName
{
border-color: #BBDDAB;
}
</style>