Color Hex Logo

#b0acbc Color Hex

#B0ACBC
(176,172,188)
0 Favorites   0 Comments

Color spaces of #b0acbc

RGB 176172188
HSL0.710.110.71
HSV255°74°
CMYK 0.060.090.00   0.26
XYZ41.734142.366053.5548
Yxy42.36600.30320.3078
Hunter Lab65.08920.5452-3.2209
CIE-Lab71.12254.5045-7.6623

#b0acbc color RGB value is (176,172,188).

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

The process color (four color CMYK) of #b0acbc color hex is 0.06, 0.09, 0.00, 0.26. Web safe color of #b0acbc is #9999cc. Color #b0acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 10111100
Octal 260 254 274
Decimal 176 172 188
Hex B0 AC BC

RGB Percentages of Color #b0acbc

%32.84
%32.09
%35.07

CMYK Percentages of Color #b0acbc

%6
%9
%0
%26

Triadic Colors of #b0acbc

#b0acbc #bcb0ac #acbcb0

Analogous Colors of #b0acbc

#b0acbc #b8acbc #acb0bc

Monochromatic Colors of #b0acbc

#b0acbc

Complementary Color

#b0acbc #b8bcac

#b0acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0acbc Color CSS Codes

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

#b0acbc Text Font Color

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

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


#b0acbc Background Color

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

This div background color is #b0acbc


#b0acbc Border Color

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

This div border color is #b0acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0acbc


Comments

No comments written yet.

Please login to write comment.