Color Hex Logo

#bdb7d1 Color Hex

#BDB7D1
(189,183,209)
0 Favorites   0 Comments

Color spaces of #bdb7d1

RGB 189183209
HSL0.710.220.77
HSV254°12°82°
CMYK 0.100.120.00   0.18
XYZ49.428449.289267.2302
Yxy49.28920.29790.2970
Hunter Lab70.20632.8111-7.6323
CIE-Lab75.63097.1226-12.3223

#bdb7d1 color RGB value is (189,183,209).

#bdb7d1 hex color red value is 189, green value is 183 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdb7d1 hue: 0.71 , saturation: 0.22 and the lightness value of bdb7d1 is 0.77.

The process color (four color CMYK) of #bdb7d1 color hex is 0.10, 0.12, 0.00, 0.18. Web safe color of #bdb7d1 is #cccccc. Color #bdb7d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11010001
Octal 275 267 321
Decimal 189 183 209
Hex BD B7 D1

RGB Percentages of Color #bdb7d1

%32.53
%31.50
%35.97

CMYK Percentages of Color #bdb7d1

%10
%12
%0
%18

Triadic Colors of #bdb7d1

#bdb7d1 #d1bdb7 #b7d1bd

Analogous Colors of #bdb7d1

#bdb7d1 #cab7d1 #b7bed1

Monochromatic Colors of #bdb7d1

#bdb7d1

Complementary Color

#bdb7d1 #cbd1b7

#bdb7d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7d1 Color CSS Codes

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

#bdb7d1 Text Font Color

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

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


#bdb7d1 Background Color

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

This div background color is #bdb7d1


#bdb7d1 Border Color

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

This div border color is #bdb7d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7d1


Comments

No comments written yet.

Please login to write comment.