Color Hex Logo

#bbacb9 Color Hex

#BBACB9
(187,172,185)
0 Favorites   0 Comments

Color spaces of #bbacb9

RGB 187172185
HSL0.860.100.70
HSV308°73°
CMYK 0.000.080.01   0.27
XYZ44.003043.572651.9901
Yxy43.57260.31530.3122
Hunter Lab66.00953.4742-0.4910
CIE-Lab71.94197.7385-4.6969

#bbacb9 color RGB value is (187,172,185).

#bbacb9 hex color red value is 187, green value is 172 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbacb9 hue: 0.86 , saturation: 0.10 and the lightness value of bbacb9 is 0.70.

The process color (four color CMYK) of #bbacb9 color hex is 0.00, 0.08, 0.01, 0.27. Web safe color of #bbacb9 is #cc99cc. Color #bbacb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10111001
Octal 273 254 271
Decimal 187 172 185
Hex BB AC B9

RGB Percentages of Color #bbacb9

%34.38
%31.62
%34.01

CMYK Percentages of Color #bbacb9

%0
%8
%1
%27

Triadic Colors of #bbacb9

#bbacb9 #b9bbac #acb9bb

Analogous Colors of #bbacb9

#bbacb9 #bbacb2 #b6acbb

Monochromatic Colors of #bbacb9

#bbacb9

Complementary Color

#bbacb9 #acbbae

#bbacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacb9 Color CSS Codes

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

#bbacb9 Text Font Color

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

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


#bbacb9 Background Color

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

This div background color is #bbacb9


#bbacb9 Border Color

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

This div border color is #bbacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacb9


Comments

No comments written yet.

Please login to write comment.