COLOR #BB90A6

HEX: #BB90A6
RGB: (187,144,166)

Color info

#BB90A6 contains red, green and blue colors in about the same proportion. Web safe color of #BB90A6 is #CC9999 (or #C99).

RGB color model

#BB90A6 color RGB value is (187,144,166).

  • red value is 187;
  • green value is 144;
  • blue value is 166.
RGB:
(187,144,166)
(73%,56%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 166 of 255 = 65%

187
144
166

R + G + B ~ 65%. #BB90A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 166 = 497 (100%)
R 187 of 497 ~ 37.63%
G 144 of 497 ~ 28.97%
B 166 of 497 ~ 33.4%

%37.63
%28.97
%33.4

CMYK color model

#BB90A6 color CMYK value is (0,23,11,27).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(0,23,11,27)
C0M23Y11K27 
(0%,23%,11%,27%)
(0.00/0.23/0.11/0.27)	

CMYK percentages

%0
%22.99
%11.23
%26.67

Codes

Color #BB90A6 in popluar color models

BB90A6
RGB187144166
HSL329°24.02%64.90%
HSB/HSV329°22.99%73.33%
CMYK0.00%22.99%11.23%
26.67%

Color #BB90A6 in popluar number systems.

HEXBB90A6
Decimal187144166
Binary101110111001000010100110
Octal273220246

Shades and tints

Shades of #BB90A6

#BB90A6
(187,144,166)
#AA8397
(170,131,151)
#997688
(153,118,136)
#886979
(136,105,121)
#775C6A
(119,92,106)
#664F5B
(102,79,91)
#55424C
(85,66,76)
#44353D
(68,53,61)
#33282E
(51,40,46)
#221B1F
(34,27,31)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB90A6

#BB90A6
(187,144,166)
#C19AAE
(193,154,174)
#C7A4B6
(199,164,182)
#CDAEBE
(205,174,190)
#D3B8C6
(211,184,198)
#D9C2CE
(217,194,206)
#DFCCD6
(223,204,214)
#E5D6DE
(229,214,222)
#EBE0E6
(235,224,230)
#F1EAEE
(241,234,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB90A6 color. Also use rgb(187,144,166) instead hex code.

Text Font Color

.myTextColor { color: #BB90A6; }

<p style="color:#BB90A6">This sample text font color is #BB90A6.</p>

This text font color is #BB90A6.


Background Color

.myBgColor { background-color: #BB90A6; }

<div style="background-color:#BB90A6">Inner text</div>

This div background color is #BB90A6.


Border color

.myBorderColor { border: 1px solid #BB90A6; }

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

This div border color is #BB90A6.


Opacity

.myOpacity80 { color: #BB90A6; opacity: 0.8; }

<p style="color:#BB90A6;opacity:0.8;">80%</p>

Text with #BB90A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB90A6;}

<p style="text-shadow: 3px 3px 1px #BB90A6">Text here.</p>

This text has shadow with #BB90A6 color.

.textShadow {text-shadow: 3px 3px 1px #BB90A6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB90A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB90A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB90A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB90A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB90A6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB90A6;
  -webkit-box-shadow:	1px 1px 3px 2px #BB90A6;
  box-shadow:		1px 1px 3px 2px #BB90A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB90A6;
-webkit-box-shadow: 1px 1px 3px 2px #BB90A6;
box-shadow:1px 1px 3px 2px #BB90A6;">
Div content here</div>
This div box has shadow with color #BB90A6.

Preview

Color preview on black background

This text has color #BB90A6 on black background.


Color preview on white background

This text has color #BB90A6 on white background.



Black color preview on #BB90A6 background

This text has black color on #BB90A6 background.


White color preview on #BB90A6 background

This text has white color on #BB90A6 background.