COLOR #BBACC6

HEX: #BBACC6
RGB: (187,172,198)

Color info

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

RGB color model

#BBACC6 color RGB value is (187,172,198).

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

RGB channels and saturation

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

187
172
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 198 = 557 (100%)
R 187 of 557 ~ 33.57%
G 172 of 557 ~ 30.88%
B 198 of 557 ~ 35.55%

%33.57
%30.88
%35.55

CMYK color model

#BBACC6 color CMYK value is (6,13,0,22).

  • cyan value is 5.56%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,13,0,22)
C6M13Y0K22 
(6%,13%,0%,22%)
(0.06/0.13/0.00/0.22)	

CMYK percentages

%5.56
%13.13
%0
%22.35

Codes

Color #BBACC6 in popluar color models

BBACC6
RGB187172198
HSL275°18.57%72.55%
HSB/HSV275°13.13%77.65%
CMYK5.56%13.13%0.00%
22.35%

Color #BBACC6 in popluar number systems.

HEXBBACC6
Decimal187172198
Binary101110111010110011000110
Octal273254306

Shades and tints

Shades of #BBACC6

#BBACC6
(187,172,198)
#AA9DB4
(170,157,180)
#998EA2
(153,142,162)
#887F90
(136,127,144)
#77707E
(119,112,126)
#66616C
(102,97,108)
#55525A
(85,82,90)
#444348
(68,67,72)
#333436
(51,52,54)
#222524
(34,37,36)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BBACC6

#BBACC6
(187,172,198)
#C1B3CB
(193,179,203)
#C7BAD0
(199,186,208)
#CDC1D5
(205,193,213)
#D3C8DA
(211,200,218)
#D9CFDF
(217,207,223)
#DFD6E4
(223,214,228)
#E5DDE9
(229,221,233)
#EBE4EE
(235,228,238)
#F1EBF3
(241,235,243)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC6; }

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

This text font color is #BBACC6.


Background Color

.myBgColor { background-color: #BBACC6; }

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

This div background color is #BBACC6.


Border color

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

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

This div border color is #BBACC6.


Opacity

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

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

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

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

This text has shadow with #BBACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACC6 on black background.


Color preview on white background

This text has color #BBACC6 on white background.



Black color preview on #BBACC6 background

This text has black color on #BBACC6 background.


White color preview on #BBACC6 background

This text has white color on #BBACC6 background.