Color Hex Logo

#bdbad1 Color Hex

#BDBAD1
(189,186,209)
0 Favorites   0 Comments

Color spaces of #bdbad1

RGB 189186209
HSL0.690.200.77
HSV248°11°82°
CMYK 0.100.110.00   0.18
XYZ50.053850.540167.4387
Yxy50.54010.29790.3008
Hunter Lab71.09161.2672-6.4794
CIE-Lab76.39965.4979-11.1728

#bdbad1 color RGB value is (189,186,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11010001
Octal 275 272 321
Decimal 189 186 209
Hex BD BA D1

RGB Percentages of Color #bdbad1

%32.36
%31.85
%35.79

CMYK Percentages of Color #bdbad1

%10
%11
%0
%18

Triadic Colors of #bdbad1

#bdbad1 #d1bdba #bad1bd

Analogous Colors of #bdbad1

#bdbad1 #c9bad1 #bac3d1

Monochromatic Colors of #bdbad1

#bdbad1

Complementary Color

#bdbad1 #ced1ba

#bdbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbad1 Color CSS Codes

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

#bdbad1 Text Font Color

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

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


#bdbad1 Background Color

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

This div background color is #bdbad1


#bdbad1 Border Color

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

This div border color is #bdbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbad1


Comments

No comments written yet.

Please login to write comment.