Shades of Martini #BBAAA5
Tints of Martini #BBAAA5
RGB
CMYK
RGB Variations
Color information
#BBAAA5 (or 0xBBAAA5) is known color: Martini. HEX triplet: BB, AA and A5. RGB value is (187,170,165). Sum of RGB (Red+Green+Blue) = 187+170+165=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA5 is #44555A. Grayscale: #AEAEAE. Windows color (decimal): -4478299 or 10857147. OLE color: 10857147.
HSL color Cylindrical-coordinate representation of color #BBAAA5: hue angle of 13.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAAA5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 165 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.27 |
| HSL | 13.64º | 0.14% | 0.69% | - |
| HSV(B) | 13.64º | 0.12% | 0.73% | - |
| XYZ | 41.66 | 42.03 | 41.51 | - |
| YUV | 174.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 165 | 0 | 0.09 | 0.12 | 0.27 | 13.64 | 0.14 | 0.69 |
| Hex | BB | AA | A5 | 0 | 9 | C | 1B | E | E | 45 |
| Octal | 273 | 252 | 245 | 0 | 11 | 14 | 33 | 16 | 16 | 105 |
| Binary | 10111011 | 10101010 | 10100101 | 0 | 1001 | 1100 | 11011 | 1110 | 1110 | 1000101 |
Color Harmonies of #BBAAA5
Complementary color
Monochromatic Colors of #BBAAA5
Black with #BBAAA5
Text Example
Text Example
White with #BBAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAA5; }
p { color: rgb(187,170,165); }
H1.HeaderClassName
{
color: #BBAAA5;
}
.AnyTagClassName
{
color: #BBAAA5;
}
</style>
background-color css
<style>
a { background-color: #BBAAA5; }
a { background-color: rgb(187,170,165); }
div.DivClassName
{
background-color: #BBAAA5;
}
.BgClassName
{
background-color: #BBAAA5;
}
</style>
border-color css
<style>
span { border-color: #BBAAA5; }
span { border-color: rgb(187,170,165); }
td.TdClassName
{
border-color: #BBAAA5;
}
.TagClassName
{
border-color: #BBAAA5;
}
</style>