Shades of Martini #B2AEAC
Tints of Martini #B2AEAC
RGB
CMYK
RGB Variations
Color information
#B2AEAC (or 0xB2AEAC) is known color: Martini. HEX triplet: B2, AE and AC. RGB value is (178,174,172). Sum of RGB (Red+Green+Blue) = 178+174+172=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEAC is #4D5153. Grayscale: #AEAEAE. Windows color (decimal): -5067092 or 11316914. OLE color: 11316914.
HSL color Cylindrical-coordinate representation of color #B2AEAC: hue angle of 20º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2AEAC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 174 | 172 | - |
CMYK | 0 | 0.02 | 0.03 | 0.30 |
HSL | 20º | 0.04% | 0.69% | - |
HSV(B) | 20º | 0.03% | 0.7% | - |
XYZ | 40.94 | 42.72 | 45.12 | - |
YUV | 174.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 174 | 172 | 0 | 0.02 | 0.03 | 0.30 | 20 | 0.04 | 0.69 |
Hex | B2 | AE | AC | 0 | 2 | 3 | 1E | 14 | 4 | 45 |
Octal | 262 | 256 | 254 | 0 | 2 | 3 | 36 | 24 | 4 | 105 |
Binary | 10110010 | 10101110 | 10101100 | 0 | 10 | 11 | 11110 | 10100 | 100 | 1000101 |
Color Harmonies of #B2AEAC
Complementary color
Monochromatic Colors of #B2AEAC
Black with #B2AEAC
Text Example
Text Example
White with #B2AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEAC; }
p { color: rgb(178,174,172); }
H1.HeaderClassName
{
color: #B2AEAC;
}
.AnyTagClassName
{
color: #B2AEAC;
}
</style>
background-color css
<style>
a { background-color: #B2AEAC; }
a { background-color: rgb(178,174,172); }
div.DivClassName
{
background-color: #B2AEAC;
}
.BgClassName
{
background-color: #B2AEAC;
}
</style>
border-color css
<style>
span { border-color: #B2AEAC; }
span { border-color: rgb(178,174,172); }
td.TdClassName
{
border-color: #B2AEAC;
}
.TagClassName
{
border-color: #B2AEAC;
}
</style>