Color Hex Logo

#bbabb5 Color Hex

#BBABB5
(187,171,181)
1 Favorites   0 Comments

Color spaces of #bbabb5

RGB 187171181
HSL0.900.110.70
HSV323°73°
CMYK 0.000.090.03   0.27
XYZ43.396943.026849.7338
Yxy43.02680.31870.3160
Hunter Lab65.59483.30300.9629
CIE-Lab71.57327.5437-3.0377

#bbabb5 color RGB value is (187,171,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10110101
Octal 273 253 265
Decimal 187 171 181
Hex BB AB B5

RGB Percentages of Color #bbabb5

%34.69
%31.73
%33.58

CMYK Percentages of Color #bbabb5

%0
%9
%3
%27

Triadic Colors of #bbabb5

#bbabb5 #b5bbab #abb5bb

Analogous Colors of #bbabb5

#bbabb5 #bbabad #b9abbb

Monochromatic Colors of #bbabb5

#bbabb5

Complementary Color

#bbabb5 #abbbb1

#bbabb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabb5 Color CSS Codes

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

#bbabb5 Text Font Color

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

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


#bbabb5 Background Color

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

This div background color is #bbabb5


#bbabb5 Border Color

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

This div border color is #bbabb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabb5


Comments

No comments written yet.

Please login to write comment.