Color Hex Logo

#bbacbd Color Hex

#BBACBD
(187,172,189)
0 Favorites   0 Comments

Color spaces of #bbacbd

RGB 187172189
HSL0.810.110.71
HSV293°74°
CMYK 0.010.090.00   0.26
XYZ44.431343.744054.2458
Yxy43.74400.31200.3071
Hunter Lab66.13924.1698-2.3307
CIE-Lab72.05718.4930-6.7272

#bbacbd color RGB value is (187,172,189).

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

The process color (four color CMYK) of #bbacbd color hex is 0.01, 0.09, 0.00, 0.26. Web safe color of #bbacbd is #cc99cc. Color #bbacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10111101
Octal 273 254 275
Decimal 187 172 189
Hex BB AC BD

RGB Percentages of Color #bbacbd

%34.12
%31.39
%34.49

CMYK Percentages of Color #bbacbd

%1
%9
%0
%26

Triadic Colors of #bbacbd

#bbacbd #bdbbac #acbdbb

Analogous Colors of #bbacbd

#bbacbd #bdacb7 #b3acbd

Monochromatic Colors of #bbacbd

#bbacbd

Complementary Color

#bbacbd #aebdac

#bbacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacbd Color CSS Codes

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

#bbacbd Text Font Color

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

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


#bbacbd Background Color

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

This div background color is #bbacbd


#bbacbd Border Color

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

This div border color is #bbacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacbd


Comments

No comments written yet.

Please login to write comment.