Color Hex Logo

#bcb7be Color Hex

#BCB7BE
(188,183,190)
0 Favorites   0 Comments

Color spaces of #bcb7be

RGB 188183190
HSL0.790.050.73
HSV283°75°
CMYK 0.010.040.00   0.25
XYZ46.966848.276055.5580
Yxy48.27600.31140.3201
Hunter Lab69.4809-0.93161.2275
CIE-Lab74.99873.0589-2.9237

#bcb7be color RGB value is (188,183,190).

#bcb7be hex color red value is 188, green value is 183 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcb7be hue: 0.79 , saturation: 0.05 and the lightness value of bcb7be is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 10111110
Octal 274 267 276
Decimal 188 183 190
Hex BC B7 BE

RGB Percentages of Color #bcb7be

%33.51
%32.62
%33.87

CMYK Percentages of Color #bcb7be

%1
%4
%0
%25

Triadic Colors of #bcb7be

#bcb7be #bebcb7 #b7bebc

Analogous Colors of #bcb7be

#bcb7be #beb7bd #b9b7be

Monochromatic Colors of #bcb7be

#bcb7be

Complementary Color

#bcb7be #b9beb7

#bcb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7be Color CSS Codes

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

#bcb7be Text Font Color

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

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


#bcb7be Background Color

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

This div background color is #bcb7be


#bcb7be Border Color

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

This div border color is #bcb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7be


Comments

No comments written yet.

Please login to write comment.