Color Hex Logo

#b6acbf Color Hex

#B6ACBF
(182,172,191)
0 Favorites   0 Comments

Color spaces of #b6acbf

RGB 182172191
HSL0.750.130.71
HSV272°10°75°
CMYK 0.050.100.00   0.25
XYZ43.447943.211755.3410
Yxy43.21170.30600.3043
Hunter Lab65.73562.9421-3.8997
CIE-Lab71.69847.1545-8.4054

#b6acbf color RGB value is (182,172,191).

#b6acbf hex color red value is 182, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b6acbf hue: 0.75 , saturation: 0.13 and the lightness value of b6acbf is 0.71.

The process color (four color CMYK) of #b6acbf color hex is 0.05, 0.10, 0.00, 0.25. Web safe color of #b6acbf is #cc99cc. Color #b6acbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101100 10111111
Octal 266 254 277
Decimal 182 172 191
Hex B6 AC BF

RGB Percentages of Color #b6acbf

%33.39
%31.56
%35.05

CMYK Percentages of Color #b6acbf

%5
%10
%0
%25

Triadic Colors of #b6acbf

#b6acbf #bfb6ac #acbfb6

Analogous Colors of #b6acbf

#b6acbf #bfacbf #adacbf

Monochromatic Colors of #b6acbf

#b6acbf

Complementary Color

#b6acbf #b5bfac

#b6acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6acbf Color CSS Codes

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

#b6acbf Text Font Color

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

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


#b6acbf Background Color

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

This div background color is #b6acbf


#b6acbf Border Color

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

This div border color is #b6acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6acbf


Comments

No comments written yet.

Please login to write comment.