Color Hex Logo

#bdbcc6 Color Hex

#BDBCC6
(189,188,198)
0 Favorites   0 Comments

Color spaces of #bdbcc6

RGB 189188198
HSL0.680.080.76
HSV246°78°
CMYK 0.050.050.00   0.22
XYZ49.162550.862560.6524
Yxy50.86250.30600.3166
Hunter Lab71.3180-1.7588-0.5007
CIE-Lab76.59562.2419-4.9130

#bdbcc6 color RGB value is (189,188,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11000110
Octal 275 274 306
Decimal 189 188 198
Hex BD BC C6

RGB Percentages of Color #bdbcc6

%32.87
%32.70
%34.43

CMYK Percentages of Color #bdbcc6

%5
%5
%0
%22

Triadic Colors of #bdbcc6

#bdbcc6 #c6bdbc #bcc6bd

Analogous Colors of #bdbcc6

#bdbcc6 #c2bcc6 #bcc0c6

Monochromatic Colors of #bdbcc6

#bdbcc6

Complementary Color

#bdbcc6 #c5c6bc

#bdbcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcc6 Color CSS Codes

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

#bdbcc6 Text Font Color

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

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


#bdbcc6 Background Color

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

This div background color is #bdbcc6


#bdbcc6 Border Color

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

This div border color is #bdbcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcc6


Comments

No comments written yet.

Please login to write comment.