Color Hex Logo

#bba7bf Color Hex

#BBA7BF
(187,167,191)
0 Favorites   0 Comments

Color spaces of #bba7bf

RGB 187167191
HSL0.810.160.70
HSV290°13°75°
CMYK 0.020.130.00   0.25
XYZ43.716241.963855.0859
Yxy41.96380.31060.2981
Hunter Lab64.77957.0960-5.0722
CIE-Lab70.846011.6202-9.6296

#bba7bf color RGB value is (187,167,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10111111
Octal 273 247 277
Decimal 187 167 191
Hex BB A7 BF

RGB Percentages of Color #bba7bf

%34.31
%30.64
%35.05

CMYK Percentages of Color #bba7bf

%2
%13
%0
%25

Triadic Colors of #bba7bf

#bba7bf #bfbba7 #a7bfbb

Analogous Colors of #bba7bf

#bba7bf #bfa7b7 #afa7bf

Monochromatic Colors of #bba7bf

#bba7bf

Complementary Color

#bba7bf #abbfa7

#bba7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7bf Color CSS Codes

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

#bba7bf Text Font Color

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

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


#bba7bf Background Color

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

This div background color is #bba7bf


#bba7bf Border Color

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

This div border color is #bba7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7bf


Comments

No comments written yet.

Please login to write comment.