Shades of Martini #B2ABAA
Tints of Martini #B2ABAA
RGB
CMYK
RGB Variations
Color information
#B2ABAA (or 0xB2ABAA) is known color: Martini. HEX triplet: B2, AB and AA. RGB value is (178,171,170). Sum of RGB (Red+Green+Blue) = 178+171+170=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABAA is #4D5455. Grayscale: #ACACAC. Windows color (decimal): -5067862 or 11185074. OLE color: 11185074.
HSL color Cylindrical-coordinate representation of color #B2ABAA: hue angle of 7.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2ABAA is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 170 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.30 |
| HSL | 7.5º | 0.05% | 0.68% | - |
| HSV(B) | 7.5º | 0.04% | 0.7% | - |
| XYZ | 40.18 | 41.49 | 43.92 | - |
| YUV | 172.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 170 | 0 | 0.04 | 0.04 | 0.30 | 7.5 | 0.05 | 0.68 |
| Hex | B2 | AB | AA | 0 | 4 | 4 | 1E | 8 | 5 | 44 |
| Octal | 262 | 253 | 252 | 0 | 4 | 4 | 36 | 10 | 5 | 104 |
| Binary | 10110010 | 10101011 | 10101010 | 0 | 100 | 100 | 11110 | 1000 | 101 | 1000100 |
Color Harmonies of #B2ABAA
Complementary color
Monochromatic Colors of #B2ABAA
Black with #B2ABAA
Text Example
Text Example
White with #B2ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABAA; }
p { color: rgb(178,171,170); }
H1.HeaderClassName
{
color: #B2ABAA;
}
.AnyTagClassName
{
color: #B2ABAA;
}
</style>
background-color css
<style>
a { background-color: #B2ABAA; }
a { background-color: rgb(178,171,170); }
div.DivClassName
{
background-color: #B2ABAA;
}
.BgClassName
{
background-color: #B2ABAA;
}
</style>
border-color css
<style>
span { border-color: #B2ABAA; }
span { border-color: rgb(178,171,170); }
td.TdClassName
{
border-color: #B2ABAA;
}
.TagClassName
{
border-color: #B2ABAA;
}
</style>