Color Hex Logo

#b9a4be Color Hex

#B9A4BE
(185,164,190)
0 Favorites   0 Comments

Color spaces of #b9a4be

RGB 185164190
HSL0.800.170.69
HSV288°14°75°
CMYK 0.030.140.00   0.25
XYZ42.577340.582954.3044
Yxy40.58290.30970.2952
Hunter Lab63.70477.8180-5.9478
CIE-Lab69.882712.3909-10.5331

#b9a4be color RGB value is (185,164,190).

#b9a4be hex color red value is 185, green value is 164 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9a4be hue: 0.80 , saturation: 0.17 and the lightness value of b9a4be is 0.69.

The process color (four color CMYK) of #b9a4be color hex is 0.03, 0.14, 0.00, 0.25. Web safe color of #b9a4be is #cc99cc. Color #b9a4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100100 10111110
Octal 271 244 276
Decimal 185 164 190
Hex B9 A4 BE

RGB Percentages of Color #b9a4be

%34.32
%30.43
%35.25

CMYK Percentages of Color #b9a4be

%3
%14
%0
%25

Triadic Colors of #b9a4be

#b9a4be #beb9a4 #a4beb9

Analogous Colors of #b9a4be

#b9a4be #bea4b6 #aca4be

Monochromatic Colors of #b9a4be

#b9a4be

Complementary Color

#b9a4be #a9bea4

#b9a4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a4be Color CSS Codes

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

#b9a4be Text Font Color

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

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


#b9a4be Background Color

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

This div background color is #b9a4be


#b9a4be Border Color

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

This div border color is #b9a4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a4be


Comments

No comments written yet.

Please login to write comment.