Color Hex Logo

#bbacb2 Color Hex

#BBACB2
(187,172,178)
0 Favorites   0 Comments

Color spaces of #bbacb2

RGB 187172178
HSL0.930.100.70
HSV336°73°
CMYK 0.000.080.05   0.27
XYZ43.281943.284248.1930
Yxy43.28420.32120.3212
Hunter Lab65.79072.29642.6224
CIE-Lab71.74746.4521-1.1299

#bbacb2 color RGB value is (187,172,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10110010
Octal 273 254 262
Decimal 187 172 178
Hex BB AC B2

RGB Percentages of Color #bbacb2

%34.82
%32.03
%33.15

CMYK Percentages of Color #bbacb2

%0
%8
%5
%27

Triadic Colors of #bbacb2

#bbacb2 #b2bbac #acb2bb

Analogous Colors of #bbacb2

#bbacb2 #bbaeac #bbacba

Monochromatic Colors of #bbacb2

#bbacb2

Complementary Color

#bbacb2 #acbbb5

#bbacb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacb2 Color CSS Codes

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

#bbacb2 Text Font Color

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

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


#bbacb2 Background Color

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

This div background color is #bbacb2


#bbacb2 Border Color

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

This div border color is #bbacb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacb2


Comments

No comments written yet.

Please login to write comment.