Color Hex Logo

#bbbdbd Color Hex

#BBBDBD
(187,189,189)
0 Favorites   0 Comments

Color spaces of #bbbdbd

RGB 187189189
HSL0.500.010.74
HSV180°74°
CMYK 0.010.000.00   0.26
XYZ47.876450.634155.3941
Yxy50.63410.31110.3290
Hunter Lab71.1576-4.42723.6549
CIE-Lab76.4568-0.6907-0.2523

#bbbdbd color RGB value is (187,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10111101
Octal 273 275 275
Decimal 187 189 189
Hex BB BD BD

RGB Percentages of Color #bbbdbd

%33.10
%33.45
%33.45

CMYK Percentages of Color #bbbdbd

%1
%0
%0
%26

Triadic Colors of #bbbdbd

#bbbdbd #bdbbbd #bdbdbb

Analogous Colors of #bbbdbd

#bbbdbd #bbbcbd #bbbdbc

Monochromatic Colors of #bbbdbd

#bbbdbd

Complementary Color

#bbbdbd #bdbbbb

#bbbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdbd Color CSS Codes

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

#bbbdbd Text Font Color

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

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


#bbbdbd Background Color

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

This div background color is #bbbdbd


#bbbdbd Border Color

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

This div border color is #bbbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdbd


Comments

No comments written yet.

Please login to write comment.