Color Hex Logo

#b1a0ba Color Hex

#B1A0BA
(177,160,186)
1 Favorites   0 Comments

Color spaces of #b1a0ba

RGB 177160186
HSL0.780.160.68
HSV279°14°73°
CMYK 0.050.140.00   0.27
XYZ39.565238.033951.7103
Yxy38.03390.30600.2941
Hunter Lab61.67166.5906-6.5432
CIE-Lab68.045611.0663-11.1337

#b1a0ba color RGB value is (177,160,186).

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

The process color (four color CMYK) of #b1a0ba color hex is 0.05, 0.14, 0.00, 0.27. Web safe color of #b1a0ba is #9999cc. Color #b1a0ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100000 10111010
Octal 261 240 272
Decimal 177 160 186
Hex B1 A0 BA

RGB Percentages of Color #b1a0ba

%33.84
%30.59
%35.56

CMYK Percentages of Color #b1a0ba

%5
%14
%0
%27

Triadic Colors of #b1a0ba

#b1a0ba #bab1a0 #a0bab1

Analogous Colors of #b1a0ba

#b1a0ba #baa0b6 #a4a0ba

Monochromatic Colors of #b1a0ba

#b1a0ba

Complementary Color

#b1a0ba #a9baa0

#b1a0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a0ba Color CSS Codes

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

#b1a0ba Text Font Color

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

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


#b1a0ba Background Color

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

This div background color is #b1a0ba


#b1a0ba Border Color

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

This div border color is #b1a0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a0ba


Comments

No comments written yet.

Please login to write comment.