Color Hex Logo

#b7bebe Color Hex

#B7BEBE
(183,190,190)
0 Favorites   0 Comments

Color spaces of #b7bebe

RGB 183190190
HSL0.500.050.73
HSV180°75°
CMYK 0.040.000.00   0.25
XYZ47.236250.611955.9947
Yxy50.61190.30700.3290
Hunter Lab71.1420-5.97993.1333
CIE-Lab76.4433-2.4137-0.8505

#b7bebe color RGB value is (183,190,190).

#b7bebe hex color red value is 183, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b7bebe hue: 0.50 , saturation: 0.05 and the lightness value of b7bebe is 0.73.

The process color (four color CMYK) of #b7bebe color hex is 0.04, 0.00, 0.00, 0.25. Web safe color of #b7bebe is #cccccc. Color #b7bebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111110 10111110
Octal 267 276 276
Decimal 183 190 190
Hex B7 BE BE

RGB Percentages of Color #b7bebe

%32.50
%33.75
%33.75

CMYK Percentages of Color #b7bebe

%4
%0
%0
%25

Triadic Colors of #b7bebe

#b7bebe #beb7be #bebeb7

Analogous Colors of #b7bebe

#b7bebe #b7bbbe #b7bebb

Monochromatic Colors of #b7bebe

#b7bebe

Complementary Color

#b7bebe #beb7b7

#b7bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bebe Color CSS Codes

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

#b7bebe Text Font Color

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

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


#b7bebe Background Color

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

This div background color is #b7bebe


#b7bebe Border Color

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

This div border color is #b7bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bebe


Comments

No comments written yet.

Please login to write comment.