Color Hex Logo

#bbbfa0 Color Hex

#BBBFA0
(187,191,160)
0 Favorites   0 Comments

Color spaces of #bbbfa0

RGB 187191160
HSL0.190.190.69
HSV68°16°75°
CMYK 0.020.000.16   0.25
XYZ45.469550.364540.5825
Yxy50.36450.33330.3692
Hunter Lab70.9680-9.828115.7730
CIE-Lab76.2924-6.763815.1933

#bbbfa0 color RGB value is (187,191,160).

#bbbfa0 hex color red value is 187, green value is 191 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbbfa0 hue: 0.19 , saturation: 0.19 and the lightness value of bbbfa0 is 0.69.

The process color (four color CMYK) of #bbbfa0 color hex is 0.02, 0.00, 0.16, 0.25. Web safe color of #bbbfa0 is #cccc99. Color #bbbfa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10100000
Octal 273 277 240
Decimal 187 191 160
Hex BB BF A0

RGB Percentages of Color #bbbfa0

%34.76
%35.50
%29.74

CMYK Percentages of Color #bbbfa0

%2
%0
%16
%25

Triadic Colors of #bbbfa0

#bbbfa0 #a0bbbf #bfa0bb

Analogous Colors of #bbbfa0

#bbbfa0 #acbfa0 #bfb4a0

Monochromatic Colors of #bbbfa0

#bbbfa0

Complementary Color

#bbbfa0 #a4a0bf

#bbbfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfa0 Color CSS Codes

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

#bbbfa0 Text Font Color

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

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


#bbbfa0 Background Color

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

This div background color is #bbbfa0


#bbbfa0 Border Color

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

This div border color is #bbbfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfa0


Comments

No comments written yet.

Please login to write comment.