Color Hex Logo

#bbafa1 Color Hex

#BBAFA1
(187,175,161)
0 Favorites   0 Comments

Color spaces of #bbafa1

RGB 187175161
HSL0.090.160.68
HSV32°14°73°
CMYK 0.000.060.14   0.27
XYZ42.256543.797939.9449
Yxy43.79790.33540.3476
Hunter Lab66.1800-1.841110.5397
CIE-Lab72.09321.89968.7110

#bbafa1 color RGB value is (187,175,161).

#bbafa1 hex color red value is 187, green value is 175 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbafa1 hue: 0.09 , saturation: 0.16 and the lightness value of bbafa1 is 0.68.

The process color (four color CMYK) of #bbafa1 color hex is 0.00, 0.06, 0.14, 0.27. Web safe color of #bbafa1 is #cc9999. Color #bbafa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10100001
Octal 273 257 241
Decimal 187 175 161
Hex BB AF A1

RGB Percentages of Color #bbafa1

%35.76
%33.46
%30.78

CMYK Percentages of Color #bbafa1

%0
%6
%14
%27

Triadic Colors of #bbafa1

#bbafa1 #a1bbaf #afa1bb

Analogous Colors of #bbafa1

#bbafa1 #babba1 #bba2a1

Monochromatic Colors of #bbafa1

#bbafa1

Complementary Color

#bbafa1 #a1adbb

#bbafa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafa1 Color CSS Codes

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

#bbafa1 Text Font Color

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

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


#bbafa1 Background Color

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

This div background color is #bbafa1


#bbafa1 Border Color

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

This div border color is #bbafa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafa1


Comments

No comments written yet.

Please login to write comment.