Color Hex Logo

#bcb5be Color Hex

#BCB5BE
(188,181,190)
0 Favorites   0 Comments

Color spaces of #bcb5be

RGB 188181190
HSL0.800.060.73
HSV287°75°
CMYK 0.010.050.00   0.25
XYZ46.557247.456855.4215
Yxy47.45680.31160.3176
Hunter Lab68.88890.08010.5231
CIE-Lab74.48104.1377-3.6852

#bcb5be color RGB value is (188,181,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 10111110
Octal 274 265 276
Decimal 188 181 190
Hex BC B5 BE

RGB Percentages of Color #bcb5be

%33.63
%32.38
%33.99

CMYK Percentages of Color #bcb5be

%1
%5
%0
%25

Triadic Colors of #bcb5be

#bcb5be #bebcb5 #b5bebc

Analogous Colors of #bcb5be

#bcb5be #beb5bc #b8b5be

Monochromatic Colors of #bcb5be

#bcb5be

Complementary Color

#bcb5be #b7beb5

#bcb5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb5be Color CSS Codes

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

#bcb5be Text Font Color

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

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


#bcb5be Background Color

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

This div background color is #bcb5be


#bcb5be Border Color

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

This div border color is #bcb5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb5be


Comments

No comments written yet.

Please login to write comment.