Color Hex Logo

#bfa3ab Color Hex

#BFA3AB
(191,163,171)
0 Favorites   0 Comments

Color spaces of #bfa3ab

RGB 191163171
HSL0.950.180.69
HSV343°15°75°
CMYK 0.000.150.10   0.25
XYZ41.933740.211044.0794
Yxy40.21100.33220.3186
Hunter Lab63.41217.06873.1745
CIE-Lab69.619611.5877-0.3324

#bfa3ab color RGB value is (191,163,171).

#bfa3ab hex color red value is 191, green value is 163 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bfa3ab hue: 0.95 , saturation: 0.18 and the lightness value of bfa3ab is 0.69.

The process color (four color CMYK) of #bfa3ab color hex is 0.00, 0.15, 0.10, 0.25. Web safe color of #bfa3ab is #cc9999. Color #bfa3ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 10101011
Octal 277 243 253
Decimal 191 163 171
Hex BF A3 AB

RGB Percentages of Color #bfa3ab

%36.38
%31.05
%32.57

CMYK Percentages of Color #bfa3ab

%0
%15
%10
%25

Triadic Colors of #bfa3ab

#bfa3ab #abbfa3 #a3abbf

Analogous Colors of #bfa3ab

#bfa3ab #bfa9a3 #bfa3b9

Monochromatic Colors of #bfa3ab

#bfa3ab

Complementary Color

#bfa3ab #a3bfb7

#bfa3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa3ab Color CSS Codes

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

#bfa3ab Text Font Color

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

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


#bfa3ab Background Color

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

This div background color is #bfa3ab


#bfa3ab Border Color

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

This div border color is #bfa3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa3ab

#bfa3ab Color Palettes


Comments

No comments written yet.

Please login to write comment.