Color Hex Logo

#bbb2af Color Hex

#BBB2AF
(187,178,175)
0 Favorites   0 Comments

Color spaces of #bbb2af

RGB 187178175
HSL0.040.080.71
HSV15°73°
CMYK 0.000.050.06   0.27
XYZ44.151845.500747.0129
Yxy45.50070.32310.3329
Hunter Lab67.4542-1.20865.8952
CIE-Lab73.22042.66332.6640

#bbb2af color RGB value is (187,178,175).

#bbb2af hex color red value is 187, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbb2af hue: 0.04 , saturation: 0.08 and the lightness value of bbb2af is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 10101111
Octal 273 262 257
Decimal 187 178 175
Hex BB B2 AF

RGB Percentages of Color #bbb2af

%34.63
%32.96
%32.41

CMYK Percentages of Color #bbb2af

%0
%5
%6
%27

Triadic Colors of #bbb2af

#bbb2af #afbbb2 #b2afbb

Analogous Colors of #bbb2af

#bbb2af #bbb8af #bbafb2

Monochromatic Colors of #bbb2af

#bbb2af

Complementary Color

#bbb2af #afb8bb

#bbb2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb2af Color CSS Codes

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

#bbb2af Text Font Color

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

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


#bbb2af Background Color

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

This div background color is #bbb2af


#bbb2af Border Color

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

This div border color is #bbb2af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,178,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 #bbb2af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb2af


Comments

No comments written yet.

Please login to write comment.