Color Hex Logo

#bbbdab Color Hex

#BBBDAB
(187,189,171)
0 Favorites   0 Comments

Color spaces of #bbbdab

RGB 187189171
HSL0.190.120.71
HSV67°10°74°
CMYK 0.010.000.10   0.26
XYZ46.041849.900345.7331
Yxy49.90030.32500.3522
Hunter Lab70.6401-7.277611.0632
CIE-Lab76.0080-3.90408.8546

#bbbdab color RGB value is (187,189,171).

#bbbdab hex color red value is 187, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbbdab hue: 0.19 , saturation: 0.12 and the lightness value of bbbdab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 10101011
Octal 273 275 253
Decimal 187 189 171
Hex BB BD AB

RGB Percentages of Color #bbbdab

%34.19
%34.55
%31.26

CMYK Percentages of Color #bbbdab

%1
%0
%10
%26

Triadic Colors of #bbbdab

#bbbdab #abbbbd #bdabbb

Analogous Colors of #bbbdab

#bbbdab #b2bdab #bdb6ab

Monochromatic Colors of #bbbdab

#bbbdab

Complementary Color

#bbbdab #adabbd

#bbbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdab Color CSS Codes

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

#bbbdab Text Font Color

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

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


#bbbdab Background Color

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

This div background color is #bbbdab


#bbbdab Border Color

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

This div border color is #bbbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdab


Comments

No comments written yet.

Please login to write comment.