Color Hex Logo

#bd9bac Color Hex

#BD9BAC
(189,155,172)
0 Favorites   0 Comments

Color spaces of #bd9bac

RGB 189155172
HSL0.920.200.67
HSV330°18°74°
CMYK 0.000.180.09   0.26
XYZ40.154037.240144.1014
Yxy37.24010.33050.3065
Hunter Lab61.024710.6592-0.1305
CIE-Lab67.456815.4472-4.0860

#bd9bac color RGB value is (189,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 10101100
Octal 275 233 254
Decimal 189 155 172
Hex BD 9B AC

RGB Percentages of Color #bd9bac

%36.63
%30.04
%33.33

CMYK Percentages of Color #bd9bac

%0
%18
%9
%26

Triadic Colors of #bd9bac

#bd9bac #acbd9b #9bacbd

Analogous Colors of #bd9bac

#bd9bac #bd9b9b #bd9bbd

Monochromatic Colors of #bd9bac

#bd9bac

Complementary Color

#bd9bac #9bbdac

#bd9bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9bac Color CSS Codes

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

#bd9bac Text Font Color

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

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


#bd9bac Background Color

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

This div background color is #bd9bac


#bd9bac Border Color

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

This div border color is #bd9bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9bac


Comments

No comments written yet.

Please login to write comment.