Color Hex Logo

#bdb2ba Color Hex

#BDB2BA
(189,178,186)
0 Favorites   0 Comments

Color spaces of #bdb2ba

RGB 189178186
HSL0.880.080.72
HSV316°74°
CMYK 0.000.060.02   0.26
XYZ45.769646.204852.9605
Yxy46.20480.31580.3188
Hunter Lab67.97411.23631.3874
CIE-Lab73.67825.3628-2.6698

#bdb2ba color RGB value is (189,178,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10111010
Octal 275 262 272
Decimal 189 178 186
Hex BD B2 BA

RGB Percentages of Color #bdb2ba

%34.18
%32.19
%33.63

CMYK Percentages of Color #bdb2ba

%0
%6
%2
%26

Triadic Colors of #bdb2ba

#bdb2ba #babdb2 #b2babd

Analogous Colors of #bdb2ba

#bdb2ba #bdb2b5 #bbb2bd

Monochromatic Colors of #bdb2ba

#bdb2ba

Complementary Color

#bdb2ba #b2bdb5

#bdb2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2ba Color CSS Codes

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

#bdb2ba Text Font Color

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

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


#bdb2ba Background Color

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

This div background color is #bdb2ba


#bdb2ba Border Color

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

This div border color is #bdb2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2ba


Comments

No comments written yet.

Please login to write comment.