Shades of Martini #BBACA9
Tints of Martini #BBACA9
RGB
CMYK
RGB Variations
Color information
#BBACA9 (or 0xBBACA9) is known color: Martini. HEX triplet: BB, AC and A9. RGB value is (187,172,169). Sum of RGB (Red+Green+Blue) = 187+172+169=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA9 is #445356. Grayscale: #B0B0B0. Windows color (decimal): -4477783 or 11119803. OLE color: 11119803.
HSL color Cylindrical-coordinate representation of color #BBACA9: hue angle of 10º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBACA9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 169 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.27 |
| HSL | 10º | 0.12% | 0.7% | - |
| HSV(B) | 10º | 0.1% | 0.73% | - |
| XYZ | 42.41 | 42.93 | 43.59 | - |
| YUV | 176.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 169 | 0 | 0.08 | 0.10 | 0.27 | 10 | 0.12 | 0.7 |
| Hex | BB | AC | A9 | 0 | 8 | A | 1B | A | C | 46 |
| Octal | 273 | 254 | 251 | 0 | 10 | 12 | 33 | 12 | 14 | 106 |
| Binary | 10111011 | 10101100 | 10101001 | 0 | 1000 | 1010 | 11011 | 1010 | 1100 | 1000110 |
Color Harmonies of #BBACA9
Complementary color
Monochromatic Colors of #BBACA9
Black with #BBACA9
Text Example
Text Example
White with #BBACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACA9; }
p { color: rgb(187,172,169); }
H1.HeaderClassName
{
color: #BBACA9;
}
.AnyTagClassName
{
color: #BBACA9;
}
</style>
background-color css
<style>
a { background-color: #BBACA9; }
a { background-color: rgb(187,172,169); }
div.DivClassName
{
background-color: #BBACA9;
}
.BgClassName
{
background-color: #BBACA9;
}
</style>
border-color css
<style>
span { border-color: #BBACA9; }
span { border-color: rgb(187,172,169); }
td.TdClassName
{
border-color: #BBACA9;
}
.TagClassName
{
border-color: #BBACA9;
}
</style>