Color Hex Logo

#bbacb0 Color Hex

#BBACB0
(187,172,176)
0 Favorites   0 Comments

Color spaces of #bbacb0

RGB 187172176
HSL0.960.100.70
HSV344°73°
CMYK 0.000.080.06   0.27
XYZ43.082543.204447.1429
Yxy43.20440.32290.3238
Hunter Lab65.73011.96953.4871
CIE-Lab71.69356.0930-0.1078

#bbacb0 color RGB value is (187,172,176).

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

The process color (four color CMYK) of #bbacb0 color hex is 0.00, 0.08, 0.06, 0.27. Web safe color of #bbacb0 is #cc9999. Color #bbacb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10110000
Octal 273 254 260
Decimal 187 172 176
Hex BB AC B0

RGB Percentages of Color #bbacb0

%34.95
%32.15
%32.90

CMYK Percentages of Color #bbacb0

%0
%8
%6
%27

Triadic Colors of #bbacb0

#bbacb0 #b0bbac #acb0bb

Analogous Colors of #bbacb0

#bbacb0 #bbb0ac #bbacb8

Monochromatic Colors of #bbacb0

#bbacb0

Complementary Color

#bbacb0 #acbbb7

#bbacb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacb0 Color CSS Codes

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

#bbacb0 Text Font Color

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

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


#bbacb0 Background Color

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

This div background color is #bbacb0


#bbacb0 Border Color

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

This div border color is #bbacb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacb0


Comments

No comments written yet.

Please login to write comment.