Color Hex Logo

#bbbbab Color Hex

#BBBBAB
(187,187,171)
0 Favorites   0 Comments

Color spaces of #bbbbab

RGB 187187171
HSL0.170.110.70
HSV60°73°
CMYK 0.000.000.09   0.27
XYZ45.614549.045745.5907
Yxy49.04570.32520.3497
Hunter Lab70.0326-6.294310.4255
CIE-Lab75.4797-2.84568.0994

#bbbbab color RGB value is (187,187,171).

#bbbbab hex color red value is 187, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbbbab hue: 0.17 , saturation: 0.11 and the lightness value of bbbbab is 0.70.

The process color (four color CMYK) of #bbbbab color hex is 0.00, 0.00, 0.09, 0.27. Web safe color of #bbbbab is #cccc99. Color #bbbbab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 10101011
Octal 273 273 253
Decimal 187 187 171
Hex BB BB AB

RGB Percentages of Color #bbbbab

%34.31
%34.31
%31.38

CMYK Percentages of Color #bbbbab

%0
%0
%9
%27

Triadic Colors of #bbbbab

#bbbbab #abbbbb #bbabbb

Analogous Colors of #bbbbab

#bbbbab #b3bbab #bbb3ab

Monochromatic Colors of #bbbbab

#bbbbab

Complementary Color

#bbbbab #ababbb

#bbbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbab Color CSS Codes

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

#bbbbab Text Font Color

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

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


#bbbbab Background Color

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

This div background color is #bbbbab


#bbbbab Border Color

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

This div border color is #bbbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbab


Comments

No comments written yet.

Please login to write comment.