Shades of Madang #BBDCA9
Tints of Madang #BBDCA9
RGB
CMYK
RGB Variations
Color information
#BBDCA9 (or 0xBBDCA9) is known color: Madang. HEX triplet: BB, DC and A9. RGB value is (187,220,169). Sum of RGB (Red+Green+Blue) = 187+220+169=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA9 is #442356. Grayscale: #CCCCCC. Windows color (decimal): -4465495 or 11132091. OLE color: 11132091.
HSL color Cylindrical-coordinate representation of color #BBDCA9: hue angle of 98.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDCA9 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 169 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.14 |
| HSL | 98.82º | 0.42% | 0.76% | - |
| HSV(B) | 98.82º | 0.23% | 0.86% | - |
| XYZ | 53.25 | 64.62 | 47.2 | - |
| YUV | 204.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 169 | 0.15 | 0 | 0.23 | 0.14 | 98.82 | 0.42 | 0.76 |
| Hex | BB | DC | A9 | F | 0 | 17 | E | 63 | 2A | 4C |
| Octal | 273 | 334 | 251 | 17 | 0 | 27 | 16 | 143 | 52 | 114 |
| Binary | 10111011 | 11011100 | 10101001 | 1111 | 0 | 10111 | 1110 | 1100011 | 101010 | 1001100 |
Color Harmonies of #BBDCA9
Complementary color
Monochromatic Colors of #BBDCA9
Black with #BBDCA9
Text Example
Text Example
White with #BBDCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCA9; }
p { color: rgb(187,220,169); }
H1.HeaderClassName
{
color: #BBDCA9;
}
.AnyTagClassName
{
color: #BBDCA9;
}
</style>
background-color css
<style>
a { background-color: #BBDCA9; }
a { background-color: rgb(187,220,169); }
div.DivClassName
{
background-color: #BBDCA9;
}
.BgClassName
{
background-color: #BBDCA9;
}
</style>
border-color css
<style>
span { border-color: #BBDCA9; }
span { border-color: rgb(187,220,169); }
td.TdClassName
{
border-color: #BBDCA9;
}
.TagClassName
{
border-color: #BBDCA9;
}
</style>