Color Hex Logo

#b5a7be Color Hex

#B5A7BE
(181,167,190)
0 Favorites   0 Comments

Color spaces of #b5a7be

RGB 181167190
HSL0.770.150.70
HSV277°12°75°
CMYK 0.050.120.00   0.25
XYZ42.169041.178954.4410
Yxy41.17890.30600.2989
Hunter Lab64.17085.0001-5.3807
CIE-Lab70.30119.3607-9.9447

#b5a7be color RGB value is (181,167,190).

#b5a7be hex color red value is 181, green value is 167 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b5a7be hue: 0.77 , saturation: 0.15 and the lightness value of b5a7be is 0.70.

The process color (four color CMYK) of #b5a7be color hex is 0.05, 0.12, 0.00, 0.25. Web safe color of #b5a7be is #cc99cc. Color #b5a7be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100111 10111110
Octal 265 247 276
Decimal 181 167 190
Hex B5 A7 BE

RGB Percentages of Color #b5a7be

%33.64
%31.04
%35.32

CMYK Percentages of Color #b5a7be

%5
%12
%0
%25

Triadic Colors of #b5a7be

#b5a7be #beb5a7 #a7beb5

Analogous Colors of #b5a7be

#b5a7be #bea7bc #aaa7be

Monochromatic Colors of #b5a7be

#b5a7be

Complementary Color

#b5a7be #b0bea7

#b5a7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a7be Color CSS Codes

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

#b5a7be Text Font Color

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

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


#b5a7be Background Color

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

This div background color is #b5a7be


#b5a7be Border Color

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

This div border color is #b5a7be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,167,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5a7be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5a7be;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a7be;
  box-shadow:         1px 1px 3px 2px #b5a7be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,167,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a7be

#b5a7be Color Palettes


Comments

No comments written yet.

Please login to write comment.