Color Hex Logo

#b9bebe Color Hex

#B9BEBE
(185,190,190)
1 Favorites   0 Comments

Color spaces of #b9bebe

RGB 185190190
HSL0.500.040.74
HSV180°75°
CMYK 0.030.000.00   0.25
XYZ47.715350.858956.0171
Yxy50.85890.30870.3290
Hunter Lab71.3154-5.37233.3495
CIE-Lab76.5935-1.7263-0.6130

#b9bebe color RGB value is (185,190,190).

#b9bebe hex color red value is 185, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9bebe hue: 0.50 , saturation: 0.04 and the lightness value of b9bebe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 10111110
Octal 271 276 276
Decimal 185 190 190
Hex B9 BE BE

RGB Percentages of Color #b9bebe

%32.74
%33.63
%33.63

CMYK Percentages of Color #b9bebe

%3
%0
%0
%25

Triadic Colors of #b9bebe

#b9bebe #beb9be #bebeb9

Analogous Colors of #b9bebe

#b9bebe #b9bcbe #b9bebc

Monochromatic Colors of #b9bebe

#b9bebe

Complementary Color

#b9bebe #beb9b9

#b9bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bebe Color CSS Codes

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

#b9bebe Text Font Color

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

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


#b9bebe Background Color

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

This div background color is #b9bebe


#b9bebe Border Color

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

This div border color is #b9bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bebe

#b9bebe Color Palettes


Comments

No comments written yet.

Please login to write comment.