Color Hex Logo

#bb90aa Color Hex

#BB90AA
(187,144,170)
0 Favorites   0 Comments

Color spaces of #bb90aa

RGB 187144170
HSL0.900.240.65
HSV324°23°73°
CMYK 0.000.230.09   0.27
XYZ37.722533.413642.4915
Yxy33.41360.33200.2941
Hunter Lab57.804515.3290-3.1203
CIE-Lab64.494420.4849-7.3705

#bb90aa color RGB value is (187,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 10101010
Octal 273 220 252
Decimal 187 144 170
Hex BB 90 AA

RGB Percentages of Color #bb90aa

%37.33
%28.74
%33.93

CMYK Percentages of Color #bb90aa

%0
%23
%9
%27

Triadic Colors of #bb90aa

#bb90aa #aabb90 #90aabb

Analogous Colors of #bb90aa

#bb90aa #bb9095 #b790bb

Monochromatic Colors of #bb90aa

#bb90aa

Complementary Color

#bb90aa #90bba1

#bb90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb90aa Color CSS Codes

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

#bb90aa Text Font Color

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

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


#bb90aa Background Color

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

This div background color is #bb90aa


#bb90aa Border Color

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

This div border color is #bb90aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,144,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 #bb90aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb90aa


Comments

No comments written yet.

Please login to write comment.