Color Hex Logo

#bb929c Color Hex

#BB929C
(187,146,156)
0 Favorites   0 Comments

Color spaces of #bb929c

RGB 187146156
HSL0.960.230.65
HSV345°22°73°
CMYK 0.000.220.17   0.27
XYZ36.773233.522935.9849
Yxy33.52290.34600.3154
Hunter Lab57.899012.04703.6798
CIE-Lab64.582116.99850.6576

#bb929c color RGB value is (187,146,156).

#bb929c hex color red value is 187, green value is 146 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bb929c hue: 0.96 , saturation: 0.23 and the lightness value of bb929c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 10011100
Octal 273 222 234
Decimal 187 146 156
Hex BB 92 9C

RGB Percentages of Color #bb929c

%38.24
%29.86
%31.90

CMYK Percentages of Color #bb929c

%0
%22
%17
%27

Triadic Colors of #bb929c

#bb929c #9cbb92 #929cbb

Analogous Colors of #bb929c

#bb929c #bb9d92 #bb92b1

Monochromatic Colors of #bb929c

#bb929c

Complementary Color

#bb929c #92bbb1

#bb929c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb929c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb929c Color CSS Codes

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

#bb929c Text Font Color

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

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


#bb929c Background Color

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

This div background color is #bb929c


#bb929c Border Color

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

This div border color is #bb929c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb929c


Comments

No comments written yet.

Please login to write comment.