Color Hex Logo

#bcbbc3 Color Hex

#BCBBC3
(188,187,195)
0 Favorites   0 Comments

Color spaces of #bcbbc3

RGB 188187195
HSL0.690.060.75
HSV248°76°
CMYK 0.040.040.00   0.24
XYZ48.359750.172158.7651
Yxy50.17210.30740.3190
Hunter Lab70.8323-2.08820.3934
CIE-Lab76.17481.8593-3.9137

#bcbbc3 color RGB value is (188,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11000011
Octal 274 273 303
Decimal 188 187 195
Hex BC BB C3

RGB Percentages of Color #bcbbc3

%32.98
%32.81
%34.21

CMYK Percentages of Color #bcbbc3

%4
%4
%0
%24

Triadic Colors of #bcbbc3

#bcbbc3 #c3bcbb #bbc3bc

Analogous Colors of #bcbbc3

#bcbbc3 #c0bbc3 #bbbec3

Monochromatic Colors of #bcbbc3

#bcbbc3

Complementary Color

#bcbbc3 #c2c3bb

#bcbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbc3 Color CSS Codes

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

#bcbbc3 Text Font Color

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

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


#bcbbc3 Background Color

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

This div background color is #bcbbc3


#bcbbc3 Border Color

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

This div border color is #bcbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbc3


Comments

No comments written yet.

Please login to write comment.