COLOR #BBAAC6

HEX: #BBAAC6
RGB: (187,170,198)

Color info

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

RGB color model

#BBAAC6 color RGB value is (187,170,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 198 of 255 = 78%

187
170
198

R + G + B ~ 73%. #BBAAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 170 + 198 = 555 (100%)
R 187 of 555 ~ 33.69%
G 170 of 555 ~ 30.63%
B 198 of 555 ~ 35.68%

%33.69
%30.63
%35.68

CMYK color model

#BBAAC6 color CMYK value is (6,14,0,22).

  • cyan value is 5.56%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,14,0,22)
C6M14Y0K22 
(6%,14%,0%,22%)
(0.06/0.14/0.00/0.22)	

CMYK percentages

%5.56
%14.14
%0
%22.35

Codes

Color #BBAAC6 in popluar color models

BBAAC6
RGB187170198
HSL276°19.72%72.16%
HSB/HSV276°14.14%77.65%
CMYK5.56%14.14%0.00%
22.35%

Color #BBAAC6 in popluar number systems.

HEXBBAAC6
Decimal187170198
Binary101110111010101011000110
Octal273252306

Shades and tints

Shades of #BBAAC6

#BBAAC6
(187,170,198)
#AA9BB4
(170,155,180)
#998CA2
(153,140,162)
#887D90
(136,125,144)
#776E7E
(119,110,126)
#665F6C
(102,95,108)
#55505A
(85,80,90)
#444148
(68,65,72)
#333236
(51,50,54)
#222324
(34,35,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBAAC6

#BBAAC6
(187,170,198)
#C1B1CB
(193,177,203)
#C7B8D0
(199,184,208)
#CDBFD5
(205,191,213)
#D3C6DA
(211,198,218)
#D9CDDF
(217,205,223)
#DFD4E4
(223,212,228)
#E5DBE9
(229,219,233)
#EBE2EE
(235,226,238)
#F1E9F3
(241,233,243)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAAC6; }

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

This text font color is #BBAAC6.


Background Color

.myBgColor { background-color: #BBAAC6; }

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

This div background color is #BBAAC6.


Border color

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

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

This div border color is #BBAAC6.


Opacity

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

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

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

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

This text has shadow with #BBAAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAAC6 on black background.


Color preview on white background

This text has color #BBAAC6 on white background.



Black color preview on #BBAAC6 background

This text has black color on #BBAAC6 background.


White color preview on #BBAAC6 background

This text has white color on #BBAAC6 background.