Color Hex Logo

#bbbabd Color Hex

#BBBABD
(187,186,189)
0 Favorites   0 Comments

Color spaces of #bbbabd

RGB 187186189
HSL0.720.020.74
HSV260°74°
CMYK 0.010.020.00   0.26
XYZ47.237749.356755.1812
Yxy49.35670.31120.3252
Hunter Lab70.2543-2.92502.6087
CIE-Lab75.67270.9122-1.3994

#bbbabd color RGB value is (187,186,189).

#bbbabd hex color red value is 187, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbbabd hue: 0.72 , saturation: 0.02 and the lightness value of bbbabd is 0.74.

The process color (four color CMYK) of #bbbabd color hex is 0.01, 0.02, 0.00, 0.26. Web safe color of #bbbabd is #cccccc. Color #bbbabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10111101
Octal 273 272 275
Decimal 187 186 189
Hex BB BA BD

RGB Percentages of Color #bbbabd

%33.27
%33.10
%33.63

CMYK Percentages of Color #bbbabd

%1
%2
%0
%26

Triadic Colors of #bbbabd

#bbbabd #bdbbba #babdbb

Analogous Colors of #bbbabd

#bbbabd #bdbabd #babbbd

Monochromatic Colors of #bbbabd

#bbbabd

Complementary Color

#bbbabd #bcbdba

#bbbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbabd Color CSS Codes

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

#bbbabd Text Font Color

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

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


#bbbabd Background Color

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

This div background color is #bbbabd


#bbbabd Border Color

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

This div border color is #bbbabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,186,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 #bbbabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbabd


Comments

No comments written yet.

Please login to write comment.