Color Hex Logo

#bdb1ba Color Hex

#BDB1BA
(189,177,186)
0 Favorites   0 Comments

Color spaces of #bdb1ba

RGB 189177186
HSL0.880.080.72
HSV315°74°
CMYK 0.000.060.02   0.26
XYZ45.571345.808352.8944
Yxy45.80830.31590.3175
Hunter Lab67.68181.74381.0412
CIE-Lab73.42105.9049-3.0479

#bdb1ba color RGB value is (189,177,186).

#bdb1ba hex color red value is 189, green value is 177 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdb1ba hue: 0.88 , saturation: 0.08 and the lightness value of bdb1ba is 0.72.

The process color (four color CMYK) of #bdb1ba color hex is 0.00, 0.06, 0.02, 0.26. Web safe color of #bdb1ba is #cc99cc. Color #bdb1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 10111010
Octal 275 261 272
Decimal 189 177 186
Hex BD B1 BA

RGB Percentages of Color #bdb1ba

%34.24
%32.07
%33.70

CMYK Percentages of Color #bdb1ba

%0
%6
%2
%26

Triadic Colors of #bdb1ba

#bdb1ba #babdb1 #b1babd

Analogous Colors of #bdb1ba

#bdb1ba #bdb1b4 #bab1bd

Monochromatic Colors of #bdb1ba

#bdb1ba

Complementary Color

#bdb1ba #b1bdb4

#bdb1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1ba Color CSS Codes

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

#bdb1ba Text Font Color

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

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


#bdb1ba Background Color

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

This div background color is #bdb1ba


#bdb1ba Border Color

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

This div border color is #bdb1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1ba


Comments

No comments written yet.

Please login to write comment.