Color Hex Logo

#b3bcbe Color Hex

#B3BCBE
(179,188,190)
0 Favorites   0 Comments

Color spaces of #b3bcbe

RGB 179188190
HSL0.530.080.72
HSV191°75°
CMYK 0.060.010.00   0.25
XYZ45.867949.267955.8073
Yxy49.26790.30390.3264
Hunter Lab70.1911-6.18971.9937
CIE-Lab75.6177-2.7166-2.0951

#b3bcbe color RGB value is (179,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 10111110
Octal 263 274 276
Decimal 179 188 190
Hex B3 BC BE

RGB Percentages of Color #b3bcbe

%32.14
%33.75
%34.11

CMYK Percentages of Color #b3bcbe

%6
%1
%0
%25

Triadic Colors of #b3bcbe

#b3bcbe #beb3bc #bcbeb3

Analogous Colors of #b3bcbe

#b3bcbe #b3b7be #b3bebb

Monochromatic Colors of #b3bcbe

#b3bcbe

Complementary Color

#b3bcbe #beb5b3

#b3bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bcbe Color CSS Codes

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

#b3bcbe Text Font Color

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

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


#b3bcbe Background Color

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

This div background color is #b3bcbe


#b3bcbe Border Color

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

This div border color is #b3bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bcbe


Comments

No comments written yet.

Please login to write comment.