Color Hex Logo

#bba3af Color Hex

#BBA3AF
(187,163,175)
0 Favorites   0 Comments

Color spaces of #bba3af

RGB 187163175
HSL0.920.150.69
HSV330°13°73°
CMYK 0.000.130.06   0.27
XYZ41.328639.854346.0718
Yxy39.85430.32480.3132
Hunter Lab63.13036.37810.9220
CIE-Lab69.365610.8425-2.9666

#bba3af color RGB value is (187,163,175).

#bba3af hex color red value is 187, green value is 163 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bba3af hue: 0.92 , saturation: 0.15 and the lightness value of bba3af is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10101111
Octal 273 243 257
Decimal 187 163 175
Hex BB A3 AF

RGB Percentages of Color #bba3af

%35.62
%31.05
%33.33

CMYK Percentages of Color #bba3af

%0
%13
%6
%27

Triadic Colors of #bba3af

#bba3af #afbba3 #a3afbb

Analogous Colors of #bba3af

#bba3af #bba3a3 #bba3bb

Monochromatic Colors of #bba3af

#bba3af

Complementary Color

#bba3af #a3bbaf

#bba3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba3af Color CSS Codes

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

#bba3af Text Font Color

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

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


#bba3af Background Color

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

This div background color is #bba3af


#bba3af Border Color

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

This div border color is #bba3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba3af


Comments

No comments written yet.

Please login to write comment.