Color Hex Logo

#b0acbb Color Hex

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

Color spaces of #b0acbb

RGB 176172187
HSL0.710.100.70
HSV256°73°
CMYK 0.060.080.00   0.27
XYZ41.626742.323052.9889
Yxy42.32300.30400.3091
Hunter Lab65.05610.3665-2.7530
CIE-Lab71.09304.3053-7.1551

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

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

The process color (four color CMYK) of #b0acbb color hex is 0.06, 0.08, 0.00, 0.27. Web safe color of #b0acbb is #9999cc. Color #b0acbb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #b0acbb

%32.90
%32.15
%34.95

CMYK Percentages of Color #b0acbb

%6
%8
%0
%27

Triadic Colors of #b0acbb

#b0acbb #bbb0ac #acbbb0

Analogous Colors of #b0acbb

#b0acbb #b8acbb #acb0bb

Monochromatic Colors of #b0acbb

#b0acbb

Complementary Color

#b0acbb #b7bbac

#b0acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acbb Color CSS Codes

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

#b0acbb Text Font Color

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

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


#b0acbb Background Color

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

This div background color is #b0acbb


#b0acbb Border Color

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

This div border color is #b0acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acbb


Comments

No comments written yet.

Please login to write comment.