Color Hex Logo

#bbbab9 Color Hex

#BBBAB9
(187,186,185)
0 Favorites   0 Comments

Color spaces of #bbbab9

RGB 187186185
HSL0.080.010.73
HSV30°73°
CMYK 0.000.010.01   0.27
XYZ46.809449.185452.9256
Yxy49.18540.31430.3303
Hunter Lab70.1323-3.59274.3492
CIE-Lab75.56650.16920.6205

#bbbab9 color RGB value is (187,186,185).

#bbbab9 hex color red value is 187, green value is 186 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbbab9 hue: 0.08 , saturation: 0.01 and the lightness value of bbbab9 is 0.73.

The process color (four color CMYK) of #bbbab9 color hex is 0.00, 0.01, 0.01, 0.27. Web safe color of #bbbab9 is #cccccc. Color #bbbab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10111001
Octal 273 272 271
Decimal 187 186 185
Hex BB BA B9

RGB Percentages of Color #bbbab9

%33.51
%33.33
%33.15

CMYK Percentages of Color #bbbab9

%0
%1
%1
%27

Triadic Colors of #bbbab9

#bbbab9 #b9bbba #bab9bb

Analogous Colors of #bbbab9

#bbbab9 #bbbbb9 #bbb9b9

Monochromatic Colors of #bbbab9

#bbbab9

Complementary Color

#bbbab9 #b9babb

#bbbab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbab9 Color CSS Codes

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

#bbbab9 Text Font Color

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

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


#bbbab9 Background Color

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

This div background color is #bbbab9


#bbbab9 Border Color

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

This div border color is #bbbab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbab9

#bbbab9 Color Palettes


Comments

No comments written yet.

Please login to write comment.