Color Hex Logo

#bb96ac Color Hex

#BB96AC
(187,150,172)
0 Favorites   0 Comments

Color spaces of #bb96ac

RGB 187150172
HSL0.900.210.66
HSV324°20°73°
CMYK 0.000.200.08   0.27
XYZ38.846335.356043.8067
Yxy35.35600.32920.2996
Hunter Lab59.460912.5589-2.0581
CIE-Lab66.024917.5012-6.2244

#bb96ac color RGB value is (187,150,172).

#bb96ac hex color red value is 187, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb96ac hue: 0.90 , saturation: 0.21 and the lightness value of bb96ac is 0.66.

The process color (four color CMYK) of #bb96ac color hex is 0.00, 0.20, 0.08, 0.27. Web safe color of #bb96ac is #cc9999. Color #bb96ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10101100
Octal 273 226 254
Decimal 187 150 172
Hex BB 96 AC

RGB Percentages of Color #bb96ac

%36.74
%29.47
%33.79

CMYK Percentages of Color #bb96ac

%0
%20
%8
%27

Triadic Colors of #bb96ac

#bb96ac #acbb96 #96acbb

Analogous Colors of #bb96ac

#bb96ac #bb969a #b896bb

Monochromatic Colors of #bb96ac

#bb96ac

Complementary Color

#bb96ac #96bba5

#bb96ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb96ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb96ac Color CSS Codes

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

#bb96ac Text Font Color

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

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


#bb96ac Background Color

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

This div background color is #bb96ac


#bb96ac Border Color

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

This div border color is #bb96ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb96ac


Comments

No comments written yet.

Please login to write comment.