COLOR #BB90BA

HEX: #BB90BA
RGB: (187,144,186)

Color info

#BB90BA contains red, green and blue colors in about the same proportion. Web safe color of #BB90BA is #CC99CC (or #C9C).

RGB color model

#BB90BA color RGB value is (187,144,186).

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

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 186 of 255 = 73%

187
144
186

R + G + B ~ 67%. #BB90BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 186 = 517 (100%)
R 187 of 517 ~ 36.17%
G 144 of 517 ~ 27.85%
B 186 of 517 ~ 35.98%

%36.17
%27.85
%35.98

CMYK color model

#BB90BA color CMYK value is (0,23,1,27).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 0.53%
  • key color value is 26.67%
CMYK:
(0,23,1,27)
C0M23Y1K27 
(0%,23%,1%,27%)
(0.00/0.23/0.01/0.27)	

CMYK percentages

%0
%22.99
%0.53
%26.67

Codes

Color #BB90BA in popluar color models

BB90BA
RGB187144186
HSL301°24.02%64.90%
HSB/HSV301°22.99%73.33%
CMYK0.00%22.99%0.53%
26.67%

Color #BB90BA in popluar number systems.

HEXBB90BA
Decimal187144186
Binary101110111001000010111010
Octal273220272

Shades and tints

Shades of #BB90BA

#BB90BA
(187,144,186)
#AA83AA
(170,131,170)
#99769A
(153,118,154)
#88698A
(136,105,138)
#775C7A
(119,92,122)
#664F6A
(102,79,106)
#55425A
(85,66,90)
#44354A
(68,53,74)
#33283A
(51,40,58)
#221B2A
(34,27,42)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #BB90BA

#BB90BA
(187,144,186)
#C19AC0
(193,154,192)
#C7A4C6
(199,164,198)
#CDAECC
(205,174,204)
#D3B8D2
(211,184,210)
#D9C2D8
(217,194,216)
#DFCCDE
(223,204,222)
#E5D6E4
(229,214,228)
#EBE0EA
(235,224,234)
#F1EAF0
(241,234,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB90BA; }

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

This text font color is #BB90BA.


Background Color

.myBgColor { background-color: #BB90BA; }

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

This div background color is #BB90BA.


Border color

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

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

This div border color is #BB90BA.


Opacity

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

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

Text with #BB90BA 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 #BB90BA;}

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

This text has shadow with #BB90BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB90BA on black background.


Color preview on white background

This text has color #BB90BA on white background.



Black color preview on #BB90BA background

This text has black color on #BB90BA background.


White color preview on #BB90BA background

This text has white color on #BB90BA background.