Color Hex Logo

#b5bcbf Color Hex

#B5BCBF
(181,188,191)
0 Favorites   0 Comments

Color spaces of #b5bcbf

RGB 181188191
HSL0.550.070.73
HSV198°75°
CMYK 0.050.020.00   0.25
XYZ46.443249.551856.4068
Yxy49.55180.30470.3251
Hunter Lab70.3930-5.41891.7653
CIE-Lab75.7933-1.8408-2.3633

#b5bcbf color RGB value is (181,188,191).

#b5bcbf hex color red value is 181, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b5bcbf hue: 0.55 , saturation: 0.07 and the lightness value of b5bcbf is 0.73.

The process color (four color CMYK) of #b5bcbf color hex is 0.05, 0.02, 0.00, 0.25. Web safe color of #b5bcbf is #cccccc. Color #b5bcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 10111111
Octal 265 274 277
Decimal 181 188 191
Hex B5 BC BF

RGB Percentages of Color #b5bcbf

%32.32
%33.57
%34.11

CMYK Percentages of Color #b5bcbf

%5
%2
%0
%25

Triadic Colors of #b5bcbf

#b5bcbf #bfb5bc #bcbfb5

Analogous Colors of #b5bcbf

#b5bcbf #b5b7bf #b5bfbd

Monochromatic Colors of #b5bcbf

#b5bcbf

Complementary Color

#b5bcbf #bfb8b5

#b5bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcbf Color CSS Codes

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

#b5bcbf Text Font Color

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

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


#b5bcbf Background Color

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

This div background color is #b5bcbf


#b5bcbf Border Color

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

This div border color is #b5bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcbf


Comments

No comments written yet.

Please login to write comment.