Color Hex Logo

#bebabd Color Hex

#BEBABD
(190,186,189)
0 Favorites   0 Comments

Color spaces of #bebabd

RGB 190186189
HSL0.880.030.74
HSV315°75°
CMYK 0.000.020.01   0.25
XYZ47.979449.739155.2159
Yxy49.73910.31370.3252
Hunter Lab70.5260-1.98542.9491
CIE-Lab75.90881.9564-1.0257

#bebabd color RGB value is (190,186,189).

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

The process color (four color CMYK) of #bebabd color hex is 0.00, 0.02, 0.01, 0.25. Web safe color of #bebabd is #cccccc. Color #bebabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10111101
Octal 276 272 275
Decimal 190 186 189
Hex BE BA BD

RGB Percentages of Color #bebabd

%33.63
%32.92
%33.45

CMYK Percentages of Color #bebabd

%0
%2
%1
%25

Triadic Colors of #bebabd

#bebabd #bdbeba #babdbe

Analogous Colors of #bebabd

#bebabd #bebabb #bdbabe

Monochromatic Colors of #bebabd

#bebabd

Complementary Color

#bebabd #babebb

#bebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebabd Color CSS Codes

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

#bebabd Text Font Color

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

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


#bebabd Background Color

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

This div background color is #bebabd


#bebabd Border Color

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

This div border color is #bebabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebabd


Comments

No comments written yet.

Please login to write comment.