Color Hex Logo

#bba7ab Color Hex

#BBA7AB
(187,167,171)
0 Favorites   0 Comments

Color spaces of #bba7ab

RGB 187167171
HSL0.970.130.69
HSV348°11°73°
CMYK 0.000.110.09   0.27
XYZ41.662941.142544.2735
Yxy41.14250.32790.3238
Hunter Lab64.14243.69323.9755
CIE-Lab70.27567.93860.5819

#bba7ab color RGB value is (187,167,171).

#bba7ab hex color red value is 187, green value is 167 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bba7ab hue: 0.97 , saturation: 0.13 and the lightness value of bba7ab is 0.69.

The process color (four color CMYK) of #bba7ab color hex is 0.00, 0.11, 0.09, 0.27. Web safe color of #bba7ab is #cc9999. Color #bba7ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10101011
Octal 273 247 253
Decimal 187 167 171
Hex BB A7 AB

RGB Percentages of Color #bba7ab

%35.62
%31.81
%32.57

CMYK Percentages of Color #bba7ab

%0
%11
%9
%27

Triadic Colors of #bba7ab

#bba7ab #abbba7 #a7abbb

Analogous Colors of #bba7ab

#bba7ab #bbada7 #bba7b5

Monochromatic Colors of #bba7ab

#bba7ab

Complementary Color

#bba7ab #a7bbb7

#bba7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7ab Color CSS Codes

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

#bba7ab Text Font Color

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

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


#bba7ab Background Color

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

This div background color is #bba7ab


#bba7ab Border Color

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

This div border color is #bba7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7ab


Comments

No comments written yet.

Please login to write comment.