Hex #bb9fac Color

#bb9fac
equivalent to

RGB

(187, 159, 172)

Details of #bb9fac

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
187
40.3380
0.92
0.00
68.2702
38.3396
332°
61.9190
159
38.3396
0.17
0.15
12.5134
0.3280
15°
7.9285
172
44.3040
0.68
0.08   0.27
-2.9098
0.3118
73°
0.9350

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111011
273
187
BB
Green
10011111
237
159
9F
Blue
10101100
254
172
AC

RGB in % of #bb9fac

%36.10
%30.69
%33.20

CMYK in % of #bb9fac

%0
%15
%8
%27

Triads of color #bb9fac

#bb9fac #9facbb #acbbac

Similar Colors to #bb9fac

#bb9fac #bb9fba #bba09f

Preview Color #bb9fac on black ground

#bb9fac is very interesting for text.

Preview Color #bb9fac on white ground

#bb9fac is very interesting for text.

CSS Codes #bb9fac color

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

Text Font Color #bb9fac

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

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


Background Color #bb9fac

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

This div background color is #bb9fac


Border Color #bb9fac

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

The color of this border is #bb9fac


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #bb9fac