Color Hex Logo

#bdbe9b Color Hex

#BDBE9B
(189,190,155)
0 Favorites   0 Comments

Color spaces of #bdbe9b

RGB 189190155
HSL0.170.210.68
HSV62°18°75°
CMYK 0.010.000.18   0.25
XYZ45.316150.012338.2753
Yxy50.01230.33920.3743
Hunter Lab70.7194-9.378317.4142
CIE-Lab76.0768-6.274617.6025

#bdbe9b color RGB value is (189,190,155).

#bdbe9b hex color red value is 189, green value is 190 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bdbe9b hue: 0.17 , saturation: 0.21 and the lightness value of bdbe9b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10011011
Octal 275 276 233
Decimal 189 190 155
Hex BD BE 9B

RGB Percentages of Color #bdbe9b

%35.39
%35.58
%29.03

CMYK Percentages of Color #bdbe9b

%1
%0
%18
%25

Triadic Colors of #bdbe9b

#bdbe9b #9bbdbe #be9bbd

Analogous Colors of #bdbe9b

#bdbe9b #acbe9b #beae9b

Monochromatic Colors of #bdbe9b

#bdbe9b

Complementary Color

#bdbe9b #9c9bbe

#bdbe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe9b Color CSS Codes

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

#bdbe9b Text Font Color

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

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


#bdbe9b Background Color

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

This div background color is #bdbe9b


#bdbe9b Border Color

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

This div border color is #bdbe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe9b


Comments

No comments written yet.

Please login to write comment.