Shades of Madang #BBDDAC
Tints of Madang #BBDDAC
RGB
CMYK
RGB Variations
Color information
#BBDDAC (or 0xBBDDAC) is known color: Madang. HEX triplet: BB, DD and AC. RGB value is (187,221,172). Sum of RGB (Red+Green+Blue) = 187+221+172=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDAC is #442253. Grayscale: #CDCDCD. Windows color (decimal): -4465236 or 11328955. OLE color: 11328955.
HSL color Cylindrical-coordinate representation of color #BBDDAC: hue angle of 101.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDDAC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 172 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.13 |
| HSL | 101.63º | 0.42% | 0.77% | - |
| HSV(B) | 101.63º | 0.22% | 0.87% | - |
| XYZ | 53.8 | 65.26 | 48.79 | - |
| YUV | 205.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 172 | 0.15 | 0 | 0.22 | 0.13 | 101.63 | 0.42 | 0.77 |
| Hex | BB | DD | AC | F | 0 | 16 | D | 66 | 2A | 4D |
| Octal | 273 | 335 | 254 | 17 | 0 | 26 | 15 | 146 | 52 | 115 |
| Binary | 10111011 | 11011101 | 10101100 | 1111 | 0 | 10110 | 1101 | 1100110 | 101010 | 1001101 |
Color Harmonies of #BBDDAC
Complementary color
Monochromatic Colors of #BBDDAC
Black with #BBDDAC
Text Example
Text Example
White with #BBDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDAC; }
p { color: rgb(187,221,172); }
H1.HeaderClassName
{
color: #BBDDAC;
}
.AnyTagClassName
{
color: #BBDDAC;
}
</style>
background-color css
<style>
a { background-color: #BBDDAC; }
a { background-color: rgb(187,221,172); }
div.DivClassName
{
background-color: #BBDDAC;
}
.BgClassName
{
background-color: #BBDDAC;
}
</style>
border-color css
<style>
span { border-color: #BBDDAC; }
span { border-color: rgb(187,221,172); }
td.TdClassName
{
border-color: #BBDDAC;
}
.TagClassName
{
border-color: #BBDDAC;
}
</style>