Shades of Madang #BBDDAD
Tints of Madang #BBDDAD
RGB
CMYK
RGB Variations
Color information
#BBDDAD (or 0xBBDDAD) is known color: Madang. HEX triplet: BB, DD and AD. RGB value is (187,221,173). Sum of RGB (Red+Green+Blue) = 187+221+173=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDAD is #442252. Grayscale: #CDCDCD. Windows color (decimal): -4465235 or 11394491. OLE color: 11394491.
HSL color Cylindrical-coordinate representation of color #BBDDAD: hue angle of 102.5º degrees, saturation: 0.41, 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 #BBDDAD is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 173 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.13 |
| HSL | 102.5º | 0.41% | 0.77% | - |
| HSV(B) | 102.5º | 0.22% | 0.87% | - |
| XYZ | 53.89 | 65.29 | 49.3 | - |
| YUV | 205.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 173 | 0.15 | 0 | 0.22 | 0.13 | 102.5 | 0.41 | 0.77 |
| Hex | BB | DD | AD | F | 0 | 16 | D | 66 | 29 | 4D |
| Octal | 273 | 335 | 255 | 17 | 0 | 26 | 15 | 146 | 51 | 115 |
| Binary | 10111011 | 11011101 | 10101101 | 1111 | 0 | 10110 | 1101 | 1100110 | 101001 | 1001101 |
Color Harmonies of #BBDDAD
Complementary color
Monochromatic Colors of #BBDDAD
Black with #BBDDAD
Text Example
Text Example
White with #BBDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDAD; }
p { color: rgb(187,221,173); }
H1.HeaderClassName
{
color: #BBDDAD;
}
.AnyTagClassName
{
color: #BBDDAD;
}
</style>
background-color css
<style>
a { background-color: #BBDDAD; }
a { background-color: rgb(187,221,173); }
div.DivClassName
{
background-color: #BBDDAD;
}
.BgClassName
{
background-color: #BBDDAD;
}
</style>
border-color css
<style>
span { border-color: #BBDDAD; }
span { border-color: rgb(187,221,173); }
td.TdClassName
{
border-color: #BBDDAD;
}
.TagClassName
{
border-color: #BBDDAD;
}
</style>