COLOR #BBAAC0

HEX: #BBAAC0
RGB: (187,170,192)

Color info

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

RGB color model

#BBAAC0 color RGB value is (187,170,192).

  • red value is 187;
  • green value is 170;
  • blue value is 192.
RGB:
(187,170,192)
(73%,67%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 192 of 255 = 75%

187
170
192

R + G + B ~ 72%. #BBAAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 192 = 549 (100%)
R 187 of 549 ~ 34.06%
G 170 of 549 ~ 30.97%
B 192 of 549 ~ 34.97%

%34.06
%30.97
%34.97

CMYK color model

#BBAAC0 color CMYK value is (3,11,0,25).

  • cyan value is 2.60%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(3,11,0,25)
C3M11Y0K25 
(3%,11%,0%,25%)
(0.03/0.11/0.00/0.25)	

CMYK percentages

%2.6
%11.46
%0
%24.71

Codes

Color #BBAAC0 in popluar color models

BBAAC0
RGB187170192
HSL286°14.86%70.98%
HSB/HSV286°11.46%75.29%
CMYK2.60%11.46%0.00%
24.71%

Color #BBAAC0 in popluar number systems.

HEXBBAAC0
Decimal187170192
Binary101110111010101011000000
Octal273252300

Shades and tints

Shades of #BBAAC0

#BBAAC0
(187,170,192)
#AA9BAF
(170,155,175)
#998C9E
(153,140,158)
#887D8D
(136,125,141)
#776E7C
(119,110,124)
#665F6B
(102,95,107)
#55505A
(85,80,90)
#444149
(68,65,73)
#333238
(51,50,56)
#222327
(34,35,39)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBAAC0

#BBAAC0
(187,170,192)
#C1B1C5
(193,177,197)
#C7B8CA
(199,184,202)
#CDBFCF
(205,191,207)
#D3C6D4
(211,198,212)
#D9CDD9
(217,205,217)
#DFD4DE
(223,212,222)
#E5DBE3
(229,219,227)
#EBE2E8
(235,226,232)
#F1E9ED
(241,233,237)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAAC0 color. Also use rgb(187,170,192) instead hex code.

Text Font Color

.myTextColor { color: #BBAAC0; }

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

This text font color is #BBAAC0.


Background Color

.myBgColor { background-color: #BBAAC0; }

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

This div background color is #BBAAC0.


Border color

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

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

This div border color is #BBAAC0.


Opacity

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

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

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

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

This text has shadow with #BBAAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAC0 on black background.


Color preview on white background

This text has color #BBAAC0 on white background.



Black color preview on #BBAAC0 background

This text has black color on #BBAAC0 background.


White color preview on #BBAAC0 background

This text has white color on #BBAAC0 background.