Color Hex Logo

#bebbbd Color Hex

#BEBBBD
(190,187,189)
0 Favorites   0 Comments

Color spaces of #bebbbd

RGB 190187189
HSL0.890.020.74
HSV320°75°
CMYK 0.000.020.01   0.25
XYZ48.190850.161955.2864
Yxy50.16190.31370.3265
Hunter Lab70.8251-2.48893.2955
CIE-Lab76.16851.4210-0.6458

#bebbbd color RGB value is (190,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10111101
Octal 276 273 275
Decimal 190 187 189
Hex BE BB BD

RGB Percentages of Color #bebbbd

%33.57
%33.04
%33.39

CMYK Percentages of Color #bebbbd

%0
%2
%1
%25

Triadic Colors of #bebbbd

#bebbbd #bdbebb #bbbdbe

Analogous Colors of #bebbbd

#bebbbd #bebbbc #bebbbe

Monochromatic Colors of #bebbbd

#bebbbd

Complementary Color

#bebbbd #bbbebc

#bebbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbbd Color CSS Codes

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

#bebbbd Text Font Color

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

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


#bebbbd Background Color

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

This div background color is #bebbbd


#bebbbd Border Color

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

This div border color is #bebbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbbd


Comments

No comments written yet.

Please login to write comment.