Color Hex Logo

#bb9baa Color Hex

#BB9BAA
(187,155,170)
0 Favorites   0 Comments

Color spaces of #bb9baa

RGB 187155170
HSL0.920.190.67
HSV332°17°73°
CMYK 0.000.170.09   0.27
XYZ39.470636.909843.0742
Yxy36.90980.33040.3090
Hunter Lab60.75349.65030.4908
CIE-Lab67.209314.3732-3.3547

#bb9baa color RGB value is (187,155,170).

#bb9baa hex color red value is 187, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bb9baa hue: 0.92 , saturation: 0.19 and the lightness value of bb9baa is 0.67.

The process color (four color CMYK) of #bb9baa color hex is 0.00, 0.17, 0.09, 0.27. Web safe color of #bb9baa is #cc9999. Color #bb9baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011011 10101010
Octal 273 233 252
Decimal 187 155 170
Hex BB 9B AA

RGB Percentages of Color #bb9baa

%36.52
%30.27
%33.20

CMYK Percentages of Color #bb9baa

%0
%17
%9
%27

Triadic Colors of #bb9baa

#bb9baa #aabb9b #9baabb

Analogous Colors of #bb9baa

#bb9baa #bb9c9b #bb9bba

Monochromatic Colors of #bb9baa

#bb9baa

Complementary Color

#bb9baa #9bbbac

#bb9baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9baa Color CSS Codes

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

#bb9baa Text Font Color

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

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


#bb9baa Background Color

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

This div background color is #bb9baa


#bb9baa Border Color

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

This div border color is #bb9baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9baa


Comments

No comments written yet.

Please login to write comment.