#B2AEAC

Color #B2AEAC Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #B2AEAC

Tints of Martini #B2AEAC

Color information

#B2AEAC (or 0xB2AEAC) is unknown color: approx 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

RGB178174172-
CMYK00.020.030.30
HSL20º3.75%68.63%-
HSV(B)20º3.37%69.8%-
XYZ40.9442.7245.12-
YUV174.97126.33130.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=33.97%
G=33.21%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817417200.020.030.30203.7568.63
HexB2AEAC0231E14445
Octal26225625402336244105
Binary1011001010101110101011000101111110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>