Color Hex Logo

#bdbec7 Color Hex

#BDBEC7
(189,190,199)
0 Favorites   0 Comments

Color spaces of #bdbec7

RGB 189190199
HSL0.650.080.76
HSV234°78°
CMYK 0.050.050.00   0.22
XYZ49.708551.769261.4054
Yxy51.76920.30520.3178
Hunter Lab71.9508-2.5940-0.2346
CIE-Lab77.14261.3646-4.6481

#bdbec7 color RGB value is (189,190,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11000111
Octal 275 276 307
Decimal 189 190 199
Hex BD BE C7

RGB Percentages of Color #bdbec7

%32.70
%32.87
%34.43

CMYK Percentages of Color #bdbec7

%5
%5
%0
%22

Triadic Colors of #bdbec7

#bdbec7 #c7bdbe #bec7bd

Analogous Colors of #bdbec7

#bdbec7 #c1bdc7 #bdc3c7

Monochromatic Colors of #bdbec7

#bdbec7

Complementary Color

#bdbec7 #c7c6bd

#bdbec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbec7 Color CSS Codes

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

#bdbec7 Text Font Color

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

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


#bdbec7 Background Color

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

This div background color is #bdbec7


#bdbec7 Border Color

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

This div border color is #bdbec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbec7


Comments

No comments written yet.

Please login to write comment.