Color Hex Logo

#bbafa9 Color Hex

#BBAFA9
(187,175,169)
0 Favorites   0 Comments

Color spaces of #bbafa9

RGB 187175169
HSL0.060.120.70
HSV20°10°73°
CMYK 0.000.060.10   0.27
XYZ42.984944.089343.7807
Yxy44.08930.32850.3369
Hunter Lab66.3998-0.64497.3870
CIE-Lab72.28813.23964.6035

#bbafa9 color RGB value is (187,175,169).

#bbafa9 hex color red value is 187, green value is 175 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bbafa9 hue: 0.06 , saturation: 0.12 and the lightness value of bbafa9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10101001
Octal 273 257 251
Decimal 187 175 169
Hex BB AF A9

RGB Percentages of Color #bbafa9

%35.22
%32.96
%31.83

CMYK Percentages of Color #bbafa9

%0
%6
%10
%27

Triadic Colors of #bbafa9

#bbafa9 #a9bbaf #afa9bb

Analogous Colors of #bbafa9

#bbafa9 #bbb8a9 #bba9ac

Monochromatic Colors of #bbafa9

#bbafa9

Complementary Color

#bbafa9 #a9b5bb

#bbafa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafa9 Color CSS Codes

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

#bbafa9 Text Font Color

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

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


#bbafa9 Background Color

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

This div background color is #bbafa9


#bbafa9 Border Color

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

This div border color is #bbafa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafa9

#bbafa9 Color Palettes


Comments

No comments written yet.

Please login to write comment.