Color Hex Logo

#bcbebf Color Hex

#BCBEBF
(188,190,191)
0 Favorites   0 Comments

Color spaces of #bcbebf

RGB 188190191
HSL0.560.020.74
HSV200°75°
CMYK 0.020.010.00   0.25
XYZ48.556551.279956.6290
Yxy51.27990.31030.3277
Hunter Lab71.6100-4.28223.2406
CIE-Lab76.8482-0.5029-0.7552

#bcbebf color RGB value is (188,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10111111
Octal 274 276 277
Decimal 188 190 191
Hex BC BE BF

RGB Percentages of Color #bcbebf

%33.04
%33.39
%33.57

CMYK Percentages of Color #bcbebf

%2
%1
%0
%25

Triadic Colors of #bcbebf

#bcbebf #bfbcbe #bebfbc

Analogous Colors of #bcbebf

#bcbebf #bcbdbf #bcbfbf

Monochromatic Colors of #bcbebf

#bcbebf

Complementary Color

#bcbebf #bfbdbc

#bcbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbebf Color CSS Codes

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

#bcbebf Text Font Color

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

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


#bcbebf Background Color

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

This div background color is #bcbebf


#bcbebf Border Color

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

This div border color is #bcbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbebf


Comments

No comments written yet.

Please login to write comment.