Shades of Madang #BBDAB0
Tints of Madang #BBDAB0
RGB
CMYK
RGB Variations
Color information
#BBDAB0 (or 0xBBDAB0) is known color: Madang. HEX triplet: BB, DA and B0. RGB value is (187,218,176). Sum of RGB (Red+Green+Blue) = 187+218+176=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAB0 is #44254F. Grayscale: #CCCCCC. Windows color (decimal): -4466000 or 11590331. OLE color: 11590331.
HSL color Cylindrical-coordinate representation of color #BBDAB0: hue angle of 104.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 176 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.15 |
| HSL | 104.29º | 0.36% | 0.77% | - |
| HSV(B) | 104.29º | 0.19% | 0.85% | - |
| XYZ | 53.4 | 63.84 | 50.58 | - |
| YUV | 203.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 176 | 0.14 | 0 | 0.19 | 0.15 | 104.29 | 0.36 | 0.77 |
| Hex | BB | DA | B0 | E | 0 | 13 | F | 68 | 24 | 4D |
| Octal | 273 | 332 | 260 | 16 | 0 | 23 | 17 | 150 | 44 | 115 |
| Binary | 10111011 | 11011010 | 10110000 | 1110 | 0 | 10011 | 1111 | 1101000 | 100100 | 1001101 |
Color Harmonies of #BBDAB0
Complementary color
Monochromatic Colors of #BBDAB0
Black with #BBDAB0
Text Example
Text Example
White with #BBDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAB0; }
p { color: rgb(187,218,176); }
H1.HeaderClassName
{
color: #BBDAB0;
}
.AnyTagClassName
{
color: #BBDAB0;
}
</style>
background-color css
<style>
a { background-color: #BBDAB0; }
a { background-color: rgb(187,218,176); }
div.DivClassName
{
background-color: #BBDAB0;
}
.BgClassName
{
background-color: #BBDAB0;
}
</style>
border-color css
<style>
span { border-color: #BBDAB0; }
span { border-color: rgb(187,218,176); }
td.TdClassName
{
border-color: #BBDAB0;
}
.TagClassName
{
border-color: #BBDAB0;
}
</style>