Color Hex Logo

#bdb1c7 Color Hex

#BDB1C7
(189,177,199)
0 Favorites   0 Comments

Color spaces of #bdb1c7

RGB 189177199
HSL0.760.160.74
HSV273°11°78°
CMYK 0.050.110.00   0.22
XYZ47.017246.386660.5083
Yxy46.38660.30550.3014
Hunter Lab68.10774.0365-4.9991
CIE-Lab73.79578.3855-9.6101

#bdb1c7 color RGB value is (189,177,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 11000111
Octal 275 261 307
Decimal 189 177 199
Hex BD B1 C7

RGB Percentages of Color #bdb1c7

%33.45
%31.33
%35.22

CMYK Percentages of Color #bdb1c7

%5
%11
%0
%22

Triadic Colors of #bdb1c7

#bdb1c7 #c7bdb1 #b1c7bd

Analogous Colors of #bdb1c7

#bdb1c7 #c7b1c6 #b2b1c7

Monochromatic Colors of #bdb1c7

#bdb1c7

Complementary Color

#bdb1c7 #bbc7b1

#bdb1c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1c7 Color CSS Codes

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

#bdb1c7 Text Font Color

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

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


#bdb1c7 Background Color

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

This div background color is #bdb1c7


#bdb1c7 Border Color

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

This div border color is #bdb1c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1c7


Comments

No comments written yet.

Please login to write comment.