Color Hex Logo

#bdbeb1 Color Hex

#BDBEB1
(189,190,177)
0 Favorites   0 Comments

Color spaces of #bdbeb1

RGB 189190177
HSL0.180.090.72
HSV65°75°
CMYK 0.010.000.07   0.25
XYZ47.335550.820148.9094
Yxy50.82010.32190.3456
Hunter Lab71.2882-6.23019.2241
CIE-Lab76.5699-2.68206.4332

#bdbeb1 color RGB value is (189,190,177).

#bdbeb1 hex color red value is 189, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bdbeb1 hue: 0.18 , saturation: 0.09 and the lightness value of bdbeb1 is 0.72.

The process color (four color CMYK) of #bdbeb1 color hex is 0.01, 0.00, 0.07, 0.25. Web safe color of #bdbeb1 is #cccc99. Color #bdbeb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10110001
Octal 275 276 261
Decimal 189 190 177
Hex BD BE B1

RGB Percentages of Color #bdbeb1

%33.99
%34.17
%31.83

CMYK Percentages of Color #bdbeb1

%1
%0
%7
%25

Triadic Colors of #bdbeb1

#bdbeb1 #b1bdbe #beb1bd

Analogous Colors of #bdbeb1

#bdbeb1 #b7beb1 #beb9b1

Monochromatic Colors of #bdbeb1

#bdbeb1

Complementary Color

#bdbeb1 #b2b1be

#bdbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeb1 Color CSS Codes

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

#bdbeb1 Text Font Color

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

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


#bdbeb1 Background Color

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

This div background color is #bdbeb1


#bdbeb1 Border Color

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

This div border color is #bdbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeb1


Comments

No comments written yet.

Please login to write comment.