Color Hex Logo

#bd9bbd Color Hex

#BD9BBD
(189,155,189)
0 Favorites   0 Comments

Color spaces of #bd9bbd

RGB 189155189
HSL0.830.200.67
HSV300°18°74°
CMYK 0.000.180.00   0.26
XYZ41.892937.935653.2584
Yxy37.93560.31480.2850
Hunter Lab61.591913.6244-8.1536
CIE-Lab67.973118.5609-12.8005

#bd9bbd color RGB value is (189,155,189).

#bd9bbd hex color red value is 189, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd9bbd hue: 0.83 , saturation: 0.20 and the lightness value of bd9bbd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 10111101
Octal 275 233 275
Decimal 189 155 189
Hex BD 9B BD

RGB Percentages of Color #bd9bbd

%35.46
%29.08
%35.46

CMYK Percentages of Color #bd9bbd

%0
%18
%0
%26

Triadic Colors of #bd9bbd

#bd9bbd #bdbd9b #9bbdbd

Analogous Colors of #bd9bbd

#bd9bbd #bd9bac #ac9bbd

Monochromatic Colors of #bd9bbd

#bd9bbd

Complementary Color

#bd9bbd #9bbd9b

#bd9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9bbd Color CSS Codes

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

#bd9bbd Text Font Color

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

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


#bd9bbd Background Color

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

This div background color is #bd9bbd


#bd9bbd Border Color

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

This div border color is #bd9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9bbd


Comments

No comments written yet.

Please login to write comment.