Color Hex Logo

#bcbbc5 Color Hex

#BCBBC5
(188,187,197)
0 Favorites   0 Comments

Color spaces of #bcbbc5

RGB 188187197
HSL0.680.080.75
HSV246°77°
CMYK 0.050.050.00   0.23
XYZ48.587450.263259.9643
Yxy50.26320.30590.3165
Hunter Lab70.8965-1.7379-0.5199
CIE-Lab76.23052.2445-4.9178

#bcbbc5 color RGB value is (188,187,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11000101
Octal 274 273 305
Decimal 188 187 197
Hex BC BB C5

RGB Percentages of Color #bcbbc5

%32.87
%32.69
%34.44

CMYK Percentages of Color #bcbbc5

%5
%5
%0
%23

Triadic Colors of #bcbbc5

#bcbbc5 #c5bcbb #bbc5bc

Analogous Colors of #bcbbc5

#bcbbc5 #c1bbc5 #bbbfc5

Monochromatic Colors of #bcbbc5

#bcbbc5

Complementary Color

#bcbbc5 #c4c5bb

#bcbbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbc5 Color CSS Codes

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

#bcbbc5 Text Font Color

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

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


#bcbbc5 Background Color

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

This div background color is #bcbbc5


#bcbbc5 Border Color

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

This div border color is #bcbbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbc5


Comments

No comments written yet.

Please login to write comment.