Color Hex Logo

#b6a0ba Color Hex

#B6A0BA
(182,160,186)
0 Favorites   0 Comments

Color spaces of #b6a0ba

RGB 182160186
HSL0.810.160.68
HSV291°14°73°
CMYK 0.020.140.00   0.27
XYZ40.725138.631951.7646
Yxy38.63190.31060.2946
Hunter Lab62.15468.1868-5.8707
CIE-Lab68.483812.7907-10.4328

#b6a0ba color RGB value is (182,160,186).

#b6a0ba hex color red value is 182, green value is 160 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6a0ba hue: 0.81 , saturation: 0.16 and the lightness value of b6a0ba is 0.68.

The process color (four color CMYK) of #b6a0ba color hex is 0.02, 0.14, 0.00, 0.27. Web safe color of #b6a0ba is #cc99cc. Color #b6a0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100000 10111010
Octal 266 240 272
Decimal 182 160 186
Hex B6 A0 BA

RGB Percentages of Color #b6a0ba

%34.47
%30.30
%35.23

CMYK Percentages of Color #b6a0ba

%2
%14
%0
%27

Triadic Colors of #b6a0ba

#b6a0ba #bab6a0 #a0bab6

Analogous Colors of #b6a0ba

#b6a0ba #baa0b1 #a9a0ba

Monochromatic Colors of #b6a0ba

#b6a0ba

Complementary Color

#b6a0ba #a4baa0

#b6a0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a0ba Color CSS Codes

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

#b6a0ba Text Font Color

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

This sample text font color is #b6a0ba
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.


#b6a0ba Background Color

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

This div background color is #b6a0ba


#b6a0ba Border Color

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

This div border color is #b6a0ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,160,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 #b6a0ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a0ba


Comments

No comments written yet.

Please login to write comment.