Color Hex Logo

#b2a6ba Color Hex

#B2A6BA
(178,166,186)
0 Favorites   0 Comments

Color spaces of #b2a6ba

RGB 178166186
HSL0.770.130.69
HSV276°11°73°
CMYK 0.040.110.00   0.27
XYZ40.859240.282652.0762
Yxy40.28260.30670.3024
Hunter Lab63.46863.8430-4.2197
CIE-Lab69.67038.0895-8.6996

#b2a6ba color RGB value is (178,166,186).

#b2a6ba hex color red value is 178, green value is 166 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b2a6ba hue: 0.77 , saturation: 0.13 and the lightness value of b2a6ba is 0.69.

The process color (four color CMYK) of #b2a6ba color hex is 0.04, 0.11, 0.00, 0.27. Web safe color of #b2a6ba is #9999cc. Color #b2a6ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100110 10111010
Octal 262 246 272
Decimal 178 166 186
Hex B2 A6 BA

RGB Percentages of Color #b2a6ba

%33.58
%31.32
%35.09

CMYK Percentages of Color #b2a6ba

%4
%11
%0
%27

Triadic Colors of #b2a6ba

#b2a6ba #bab2a6 #a6bab2

Analogous Colors of #b2a6ba

#b2a6ba #baa6b8 #a8a6ba

Monochromatic Colors of #b2a6ba

#b2a6ba

Complementary Color

#b2a6ba #aebaa6

#b2a6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a6ba Color CSS Codes

.mybgcolor {background-color:#b2a6ba; } 
.myforecolor {color:#b2a6ba; }
.mybordercolor {border:3px solid #b2a6ba; }

#b2a6ba Text Font Color

<p style="color:#b2a6ba">Text here</p>

This sample text font color is #b2a6ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2a6ba Background Color

<div style="background-color:#b2a6ba">
Div content here</div>

This div background color is #b2a6ba


#b2a6ba Border Color

<div style="border:3px solid #b2a6ba">
Div here</div>

This div border color is #b2a6ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,166,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2a6ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2a6ba;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a6ba;
  box-shadow:         1px 1px 3px 2px #b2a6ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,166,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2a6ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2a6ba;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a6ba;
  box-shadow:         1px 1px 3px 2px #b2a6ba;">
Div content here</div>

This div box has shadow with color #b2a6ba


Comments

No comments written yet.

Please login to write comment.