Color Hex Logo

#bcbfc3 Color Hex

#BCBFC3
(188,191,195)
0 Favorites   0 Comments

Color spaces of #bcbfc3

RGB 188191195
HSL0.600.060.75
HSV214°76°
CMYK 0.040.020.00   0.24
XYZ49.220251.893159.0519
Yxy51.89310.30730.3240
Hunter Lab72.0369-4.10191.8231
CIE-Lab77.2169-0.2789-2.3815

#bcbfc3 color RGB value is (188,191,195).

#bcbfc3 hex color red value is 188, green value is 191 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bcbfc3 hue: 0.60 , saturation: 0.06 and the lightness value of bcbfc3 is 0.75.

The process color (four color CMYK) of #bcbfc3 color hex is 0.04, 0.02, 0.00, 0.24. Web safe color of #bcbfc3 is #cccccc. Color #bcbfc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11000011
Octal 274 277 303
Decimal 188 191 195
Hex BC BF C3

RGB Percentages of Color #bcbfc3

%32.75
%33.28
%33.97

CMYK Percentages of Color #bcbfc3

%4
%2
%0
%24

Triadic Colors of #bcbfc3

#bcbfc3 #c3bcbf #bfc3bc

Analogous Colors of #bcbfc3

#bcbfc3 #bdbcc3 #bcc3c3

Monochromatic Colors of #bcbfc3

#bcbfc3

Complementary Color

#bcbfc3 #c3c0bc

#bcbfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfc3 Color CSS Codes

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

#bcbfc3 Text Font Color

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

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


#bcbfc3 Background Color

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

This div background color is #bcbfc3


#bcbfc3 Border Color

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

This div border color is #bcbfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfc3


Comments

No comments written yet.

Please login to write comment.