Color Hex Logo

#bbbdba Color Hex

#BBBDBA
(187,189,186)
0 Favorites   0 Comments

Color spaces of #bbbdba

RGB 187189186
HSL0.280.020.74
HSV100°74°
CMYK 0.010.000.02   0.26
XYZ47.554050.505253.6965
Yxy50.50520.31340.3328
Hunter Lab71.0670-4.92524.9488
CIE-Lab76.3783-1.24721.2603

#bbbdba color RGB value is (187,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10111010
Octal 273 275 272
Decimal 187 189 186
Hex BB BD BA

RGB Percentages of Color #bbbdba

%33.27
%33.63
%33.10

CMYK Percentages of Color #bbbdba

%1
%0
%2
%26

Triadic Colors of #bbbdba

#bbbdba #babbbd #bdbabb

Analogous Colors of #bbbdba

#bbbdba #babdbb #bdbdba

Monochromatic Colors of #bbbdba

#bbbdba

Complementary Color

#bbbdba #bcbabd

#bbbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdba Color CSS Codes

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

#bbbdba Text Font Color

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

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


#bbbdba Background Color

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

This div background color is #bbbdba


#bbbdba Border Color

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

This div border color is #bbbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdba

#bbbdba Color Palettes


Comments

No comments written yet.

Please login to write comment.