Color Hex Logo

#bb909b Color Hex

#BB909B
(187,144,155)
0 Favorites   0 Comments

Color spaces of #bb909b

RGB 187144155
HSL0.960.240.65
HSV345°23°73°
CMYK 0.000.230.17   0.27
XYZ36.383232.877935.4388
Yxy32.87790.34750.3140
Hunter Lab57.339312.91913.4930
CIE-Lab64.061917.94800.4638

#bb909b color RGB value is (187,144,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 10011011
Octal 273 220 233
Decimal 187 144 155
Hex BB 90 9B

RGB Percentages of Color #bb909b

%38.48
%29.63
%31.89

CMYK Percentages of Color #bb909b

%0
%23
%17
%27

Triadic Colors of #bb909b

#bb909b #9bbb90 #909bbb

Analogous Colors of #bb909b

#bb909b #bb9b90 #bb90b1

Monochromatic Colors of #bb909b

#bb909b

Complementary Color

#bb909b #90bbb0

#bb909b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb909b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb909b Color CSS Codes

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

#bb909b Text Font Color

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

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


#bb909b Background Color

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

This div background color is #bb909b


#bb909b Border Color

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

This div border color is #bb909b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb909b


Comments

No comments written yet.

Please login to write comment.