Color Hex Logo

#bbbabf Color Hex

#BBBABF
(187,186,191)
0 Favorites   0 Comments

Color spaces of #bbbabf

RGB 187186191
HSL0.700.040.74
HSV252°75°
CMYK 0.020.030.00   0.25
XYZ47.456449.444256.3327
Yxy49.44420.30970.3227
Hunter Lab70.3166-2.58501.7226
CIE-Lab75.72681.2891-2.4076

#bbbabf color RGB value is (187,186,191).

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

The process color (four color CMYK) of #bbbabf color hex is 0.02, 0.03, 0.00, 0.25. Web safe color of #bbbabf is #cccccc. Color #bbbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 10111111
Octal 273 272 277
Decimal 187 186 191
Hex BB BA BF

RGB Percentages of Color #bbbabf

%33.16
%32.98
%33.87

CMYK Percentages of Color #bbbabf

%2
%3
%0
%25

Triadic Colors of #bbbabf

#bbbabf #bfbbba #babfbb

Analogous Colors of #bbbabf

#bbbabf #bebabf #babcbf

Monochromatic Colors of #bbbabf

#bbbabf

Complementary Color

#bbbabf #bebfba

#bbbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbabf Color CSS Codes

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

#bbbabf Text Font Color

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

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


#bbbabf Background Color

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

This div background color is #bbbabf


#bbbabf Border Color

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

This div border color is #bbbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbabf

#bbbabf Color Palettes


Comments

No comments written yet.

Please login to write comment.