Color Hex Logo

#b6bebe Color Hex

#B6BEBE
(182,190,190)
0 Favorites   0 Comments

Color spaces of #b6bebe

RGB 182190190
HSL0.500.060.73
HSV180°75°
CMYK 0.040.000.00   0.25
XYZ46.999150.489755.9836
Yxy50.48970.30620.3290
Hunter Lab71.0561-6.28183.0259
CIE-Lab76.3689-2.7565-0.9683

#b6bebe color RGB value is (182,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 10111110
Octal 266 276 276
Decimal 182 190 190
Hex B6 BE BE

RGB Percentages of Color #b6bebe

%32.38
%33.81
%33.81

CMYK Percentages of Color #b6bebe

%4
%0
%0
%25

Triadic Colors of #b6bebe

#b6bebe #beb6be #bebeb6

Analogous Colors of #b6bebe

#b6bebe #b6babe #b6beba

Monochromatic Colors of #b6bebe

#b6bebe

Complementary Color

#b6bebe #beb6b6

#b6bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bebe Color CSS Codes

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

#b6bebe Text Font Color

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

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


#b6bebe Background Color

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

This div background color is #b6bebe


#b6bebe Border Color

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

This div border color is #b6bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bebe


Comments

No comments written yet.

Please login to write comment.