Color Hex Logo

#beb3bb Color Hex

#BEB3BB
(190,179,187)
0 Favorites   0 Comments

Color spaces of #beb3bb

RGB 190179187
HSL0.880.080.72
HSV316°75°
CMYK 0.000.060.02   0.25
XYZ46.324946.775253.6006
Yxy46.77520.31580.3188
Hunter Lab68.39241.21851.4078
CIE-Lab74.04575.3572-2.6673

#beb3bb color RGB value is (190,179,187).

#beb3bb hex color red value is 190, green value is 179 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #beb3bb hue: 0.88 , saturation: 0.08 and the lightness value of beb3bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 10111011
Octal 276 263 273
Decimal 190 179 187
Hex BE B3 BB

RGB Percentages of Color #beb3bb

%34.17
%32.19
%33.63

CMYK Percentages of Color #beb3bb

%0
%6
%2
%25

Triadic Colors of #beb3bb

#beb3bb #bbbeb3 #b3bbbe

Analogous Colors of #beb3bb

#beb3bb #beb3b6 #bcb3be

Monochromatic Colors of #beb3bb

#beb3bb

Complementary Color

#beb3bb #b3beb6

#beb3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb3bb Color CSS Codes

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

#beb3bb Text Font Color

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

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


#beb3bb Background Color

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

This div background color is #beb3bb


#beb3bb Border Color

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

This div border color is #beb3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb3bb


Comments

No comments written yet.

Please login to write comment.