Color Hex Logo

#bcbdc7 Color Hex

#BCBDC7
(188,189,199)
0 Favorites   0 Comments

Color spaces of #bcbdc7

RGB 188189199
HSL0.650.090.76
HSV235°78°
CMYK 0.060.050.00   0.22
XYZ49.245451.210161.3219
Yxy51.21010.30440.3165
Hunter Lab71.5612-2.3960-0.7136
CIE-Lab76.80611.5602-5.1534

#bcbdc7 color RGB value is (188,189,199).

#bcbdc7 hex color red value is 188, green value is 189 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bcbdc7 hue: 0.65 , saturation: 0.09 and the lightness value of bcbdc7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11000111
Octal 274 275 307
Decimal 188 189 199
Hex BC BD C7

RGB Percentages of Color #bcbdc7

%32.64
%32.81
%34.55

CMYK Percentages of Color #bcbdc7

%6
%5
%0
%22

Triadic Colors of #bcbdc7

#bcbdc7 #c7bcbd #bdc7bc

Analogous Colors of #bcbdc7

#bcbdc7 #c1bcc7 #bcc3c7

Monochromatic Colors of #bcbdc7

#bcbdc7

Complementary Color

#bcbdc7 #c7c6bc

#bcbdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdc7 Color CSS Codes

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

#bcbdc7 Text Font Color

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

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


#bcbdc7 Background Color

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

This div background color is #bcbdc7


#bcbdc7 Border Color

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

This div border color is #bcbdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdc7


Comments

No comments written yet.

Please login to write comment.