COLOR #BB9ABE

HEX: #BB9ABE RGB: (187,154,190)

Color info

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

RGB color model

#BB9ABE color RGB value is (187,154,190).

RGB: (187,154,190) (73%, 60%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 190 of 255 = 75%

187
154
190

R + G + B ~ 69%. #BB9ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 154 + 190 = 531 (100%)
R 187 of 531 ~ 35.22%
G 154 of 531 ~ 29%
B 190 of 531 ~ 35.78'%

%35.22
%29
%35.78

CMYK color model

#BB9ABE color CMYK value is (2,19,0,25).

  • cyan value is 1.58%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (2,19,0,25)
C2M19Y0K25 (2%, 19%, 0%, 25%)
(0.02 / 0.19 / 0.00 / 0.25)

CMYK percentages

%1.58
%18.95
%0
%25.49

Codes

Color #BB9ABE in popluar color models

BB 9A BE
RGB 187 154 190
HSL 295° 21.69% 67.45%
HSB/HSV 295° 18.95% 74.51%
CMYK 1.58% 18.95% 0.00%
25.49%

Color #BB9ABE in popluar number systems.

HEX BB 9A BE
Decimal 187 154 190
Binary 10111011 10011010 10111110
Octal 273 232 276

Shades and tints

Shades of #BB9ABE

#BB9ABE
(187,154,190)
#AA8CAD
(170,140,173)
#997E9C
(153,126,156)
#88708B
(136,112,139)
#77627A
(119,98,122)
#665469
(102,84,105)
#554658
(85,70,88)
#443847
(68,56,71)
#332A36
(51,42,54)
#221C25
(34,28,37)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #BB9ABE

#BB9ABE
(187,154,190)
#C1A3C3
(193,163,195)
#C7ACC8
(199,172,200)
#CDB5CD
(205,181,205)
#D3BED2
(211,190,210)
#D9C7D7
(217,199,215)
#DFD0DC
(223,208,220)
#E5D9E1
(229,217,225)
#EBE2E6
(235,226,230)
#F1EBEB
(241,235,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9ABE color. Also use rgb(187,154,190) instead hex code.

Text Font Color

.myTextColor { color: #BB9ABE; }

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

This text font color is #BB9ABE.

Background Color

.myBgColor { background-color: #BB9ABE; }

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

This div background color is #BB9ABE.

Border color

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

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

This div border color is #BB9ABE.

Opacity

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

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

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

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

This text has shadow with #BB9ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9ABE.

Preview

Color preview on black background

This text has color #BB9ABE on black background.


Color preview on white background

This text has color #BB9ABE on white background.


Black color preview on #BB9ABE background

This text has black color on #BB9ABE background.


White color preview on #BB9ABE background

This text has white color on #BB9ABE background.


Related colors

Complementary color

Complementary color for #hex is #446541.


I love getcolorcode.com

Triadic colors

1 #BEBB9A and #9ABEBB with #BB9ABE are triadic colors.

2 #BE9ABB and #9ABBBE with #BB9ABE are triadic colors.