Color Hex Logo

#bbabbf Color Hex

#BBABBF
(187,171,191)
0 Favorites   0 Comments

Color spaces of #bbabbf

RGB 187171191
HSL0.800.140.71
HSV288°10°75°
CMYK 0.020.100.00   0.25
XYZ44.460443.452255.3340
Yxy43.45220.31040.3033
Hunter Lab65.91835.0372-3.6272
CIE-Lab71.86089.4235-8.1187

#bbabbf color RGB value is (187,171,191).

#bbabbf hex color red value is 187, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbabbf hue: 0.80 , saturation: 0.14 and the lightness value of bbabbf is 0.71.

The process color (four color CMYK) of #bbabbf color hex is 0.02, 0.10, 0.00, 0.25. Web safe color of #bbabbf is #cc99cc. Color #bbabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10111111
Octal 273 253 277
Decimal 187 171 191
Hex BB AB BF

RGB Percentages of Color #bbabbf

%34.06
%31.15
%34.79

CMYK Percentages of Color #bbabbf

%2
%10
%0
%25

Triadic Colors of #bbabbf

#bbabbf #bfbbab #abbfbb

Analogous Colors of #bbabbf

#bbabbf #bfabb9 #b1abbf

Monochromatic Colors of #bbabbf

#bbabbf

Complementary Color

#bbabbf #afbfab

#bbabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabbf Color CSS Codes

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

#bbabbf Text Font Color

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

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


#bbabbf Background Color

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

This div background color is #bbabbf


#bbabbf Border Color

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

This div border color is #bbabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabbf


Comments

No comments written yet.

Please login to write comment.