Color Hex Logo

#bba5bf Color Hex

#BBA5BF
(187,165,191)
0 Favorites   0 Comments

Color spaces of #bba5bf

RGB 187165191
HSL0.810.170.70
HSV291°14°75°
CMYK 0.020.140.00   0.25
XYZ43.352641.236754.9648
Yxy41.23670.31070.2955
Hunter Lab64.21588.1291-5.7975
CIE-Lab70.341412.7218-10.3825

#bba5bf color RGB value is (187,165,191).

#bba5bf hex color red value is 187, green value is 165 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bba5bf hue: 0.81 , saturation: 0.17 and the lightness value of bba5bf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 10111111
Octal 273 245 277
Decimal 187 165 191
Hex BB A5 BF

RGB Percentages of Color #bba5bf

%34.44
%30.39
%35.17

CMYK Percentages of Color #bba5bf

%2
%14
%0
%25

Triadic Colors of #bba5bf

#bba5bf #bfbba5 #a5bfbb

Analogous Colors of #bba5bf

#bba5bf #bfa5b6 #aea5bf

Monochromatic Colors of #bba5bf

#bba5bf

Complementary Color

#bba5bf #a9bfa5

#bba5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba5bf Color CSS Codes

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

#bba5bf Text Font Color

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

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


#bba5bf Background Color

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

This div background color is #bba5bf


#bba5bf Border Color

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

This div border color is #bba5bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,165,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba5bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba5bf;
  -webkit-box-shadow: 1px 1px 3px 2px #bba5bf;
  box-shadow:         1px 1px 3px 2px #bba5bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,165,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba5bf


Comments

No comments written yet.

Please login to write comment.