Shades of Martini #B2AAA8
Tints of Martini #B2AAA8
RGB
CMYK
RGB Variations
Color information
#B2AAA8 (or 0xB2AAA8) is known color: Martini. HEX triplet: B2, AA and A8. RGB value is (178,170,168). Sum of RGB (Red+Green+Blue) = 178+170+168=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAA8 is #4D5557. Grayscale: #ACACAC. Windows color (decimal): -5068120 or 11053746. OLE color: 11053746.
HSL color Cylindrical-coordinate representation of color #B2AAA8: hue angle of 12º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2AAA8 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 168 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.30 |
| HSL | 12º | 0.06% | 0.68% | - |
| HSV(B) | 12º | 0.06% | 0.7% | - |
| XYZ | 39.8 | 41.04 | 42.87 | - |
| YUV | 172.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 168 | 0 | 0.04 | 0.06 | 0.30 | 12 | 0.06 | 0.68 |
| Hex | B2 | AA | A8 | 0 | 4 | 6 | 1E | C | 6 | 44 |
| Octal | 262 | 252 | 250 | 0 | 4 | 6 | 36 | 14 | 6 | 104 |
| Binary | 10110010 | 10101010 | 10101000 | 0 | 100 | 110 | 11110 | 1100 | 110 | 1000100 |
Color Harmonies of #B2AAA8
Complementary color
Monochromatic Colors of #B2AAA8
Black with #B2AAA8
Text Example
Text Example
White with #B2AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAA8; }
p { color: rgb(178,170,168); }
H1.HeaderClassName
{
color: #B2AAA8;
}
.AnyTagClassName
{
color: #B2AAA8;
}
</style>
background-color css
<style>
a { background-color: #B2AAA8; }
a { background-color: rgb(178,170,168); }
div.DivClassName
{
background-color: #B2AAA8;
}
.BgClassName
{
background-color: #B2AAA8;
}
</style>
border-color css
<style>
span { border-color: #B2AAA8; }
span { border-color: rgb(178,170,168); }
td.TdClassName
{
border-color: #B2AAA8;
}
.TagClassName
{
border-color: #B2AAA8;
}
</style>