Color Hex Logo

#b9bcbe Color Hex

#B9BCBE
(185,188,190)
0 Favorites   0 Comments

Color spaces of #b9bcbe

RGB 185188190
HSL0.570.040.74
HSV204°75°
CMYK 0.030.010.00   0.25
XYZ47.285149.998455.8737
Yxy49.99840.30870.3265
Hunter Lab70.7095-4.37472.6465
CIE-Lab76.0683-0.6605-1.3817

#b9bcbe color RGB value is (185,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 10111110
Octal 271 274 276
Decimal 185 188 190
Hex B9 BC BE

RGB Percentages of Color #b9bcbe

%32.86
%33.39
%33.75

CMYK Percentages of Color #b9bcbe

%3
%1
%0
%25

Triadic Colors of #b9bcbe

#b9bcbe #beb9bc #bcbeb9

Analogous Colors of #b9bcbe

#b9bcbe #b9babe #b9bebe

Monochromatic Colors of #b9bcbe

#b9bcbe

Complementary Color

#b9bcbe #bebbb9

#b9bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcbe Color CSS Codes

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

#b9bcbe Text Font Color

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

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


#b9bcbe Background Color

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

This div background color is #b9bcbe


#b9bcbe Border Color

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

This div border color is #b9bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcbe


Comments

No comments written yet.

Please login to write comment.