Shades of Martini #B2AAA6
Tints of Martini #B2AAA6
RGB
CMYK
RGB Variations
Color information
#B2AAA6 (or 0xB2AAA6) is known color: Martini. HEX triplet: B2, AA and A6. RGB value is (178,170,166). Sum of RGB (Red+Green+Blue) = 178+170+166=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAA6 is #4D5559. Grayscale: #ABABAB. Windows color (decimal): -5068122 or 10922674. OLE color: 10922674.
HSL color Cylindrical-coordinate representation of color #B2AAA6: hue angle of 20º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2AAA6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 166 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.30 |
| HSL | 20º | 0.07% | 0.67% | - |
| HSV(B) | 20º | 0.07% | 0.7% | - |
| XYZ | 39.62 | 40.97 | 41.9 | - |
| YUV | 171.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 166 | 0 | 0.04 | 0.07 | 0.30 | 20 | 0.07 | 0.67 |
| Hex | B2 | AA | A6 | 0 | 4 | 7 | 1E | 14 | 7 | 43 |
| Octal | 262 | 252 | 246 | 0 | 4 | 7 | 36 | 24 | 7 | 103 |
| Binary | 10110010 | 10101010 | 10100110 | 0 | 100 | 111 | 11110 | 10100 | 111 | 1000011 |
Color Harmonies of #B2AAA6
Complementary color
Monochromatic Colors of #B2AAA6
Black with #B2AAA6
Text Example
Text Example
White with #B2AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAA6; }
p { color: rgb(178,170,166); }
H1.HeaderClassName
{
color: #B2AAA6;
}
.AnyTagClassName
{
color: #B2AAA6;
}
</style>
background-color css
<style>
a { background-color: #B2AAA6; }
a { background-color: rgb(178,170,166); }
div.DivClassName
{
background-color: #B2AAA6;
}
.BgClassName
{
background-color: #B2AAA6;
}
</style>
border-color css
<style>
span { border-color: #B2AAA6; }
span { border-color: rgb(178,170,166); }
td.TdClassName
{
border-color: #B2AAA6;
}
.TagClassName
{
border-color: #B2AAA6;
}
</style>