Color Hex Logo

#bbbebd Color Hex

#BBBEBD
(187,190,189)
0 Favorites   0 Comments

Color spaces of #bbbebd

RGB 187190189
HSL0.440.020.74
HSV160°75°
CMYK 0.020.000.01   0.25
XYZ48.092351.065855.4661
Yxy51.06580.31100.3303
Hunter Lab71.4603-4.92644.0025
CIE-Lab76.7188-1.22300.1303

#bbbebd color RGB value is (187,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10111101
Octal 273 276 275
Decimal 187 190 189
Hex BB BE BD

RGB Percentages of Color #bbbebd

%33.04
%33.57
%33.39

CMYK Percentages of Color #bbbebd

%2
%0
%1
%25

Triadic Colors of #bbbebd

#bbbebd #bdbbbe #bebdbb

Analogous Colors of #bbbebd

#bbbebd #bbbebe #bbbebc

Monochromatic Colors of #bbbebd

#bbbebd

Complementary Color

#bbbebd #bebbbc

#bbbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbebd Color CSS Codes

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

#bbbebd Text Font Color

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

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


#bbbebd Background Color

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

This div background color is #bbbebd


#bbbebd Border Color

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

This div border color is #bbbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbebd

#bbbebd Color Palettes


Comments

No comments written yet.

Please login to write comment.