Color Hex Logo

#bbbebf Color Hex

#BBBEBF
(187,190,191)
0 Favorites   0 Comments

Color spaces of #bbbebf

RGB 187190191
HSL0.540.030.74
HSV195°75°
CMYK 0.020.010.00   0.25
XYZ48.310951.153356.6175
Yxy51.15330.30950.3277
Hunter Lab71.5215-4.59073.1302
CIE-Lab76.7718-0.8483-0.8761

#bbbebf color RGB value is (187,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10111111
Octal 273 276 277
Decimal 187 190 191
Hex BB BE BF

RGB Percentages of Color #bbbebf

%32.92
%33.45
%33.63

CMYK Percentages of Color #bbbebf

%2
%1
%0
%25

Triadic Colors of #bbbebf

#bbbebf #bfbbbe #bebfbb

Analogous Colors of #bbbebf

#bbbebf #bbbcbf #bbbfbe

Monochromatic Colors of #bbbebf

#bbbebf

Complementary Color

#bbbebf #bfbcbb

#bbbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbebf Color CSS Codes

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

#bbbebf Text Font Color

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

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


#bbbebf Background Color

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

This div background color is #bbbebf


#bbbebf Border Color

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

This div border color is #bbbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbebf


Comments

No comments written yet.

Please login to write comment.