COLOR #BBACC3

HEX: #BBACC3
RGB: (187,172,195)

Color info

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

RGB color model

#BBACC3 color RGB value is (187,172,195).

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

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 195 of 255 = 76%

187
172
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 172 + 195 = 554 (100%)
R 187 of 554 ~ 33.75%
G 172 of 554 ~ 31.05%
B 195 of 554 ~ 35.2%

%33.75
%31.05
%35.2

CMYK color model

#BBACC3 color CMYK value is (4,12,0,24).

  • cyan value is 4.10%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,12,0,24)
C4M12Y0K24 
(4%,12%,0%,24%)
(0.04/0.12/0.00/0.24)	

CMYK percentages

%4.1
%11.79
%0
%23.53

Codes

Color #BBACC3 in popluar color models

BBACC3
RGB187172195
HSL279°16.08%71.96%
HSB/HSV279°11.79%76.47%
CMYK4.10%11.79%0.00%
23.53%

Color #BBACC3 in popluar number systems.

HEXBBACC3
Decimal187172195
Binary101110111010110011000011
Octal273254303

Shades and tints

Shades of #BBACC3

#BBACC3
(187,172,195)
#AA9DB2
(170,157,178)
#998EA1
(153,142,161)
#887F90
(136,127,144)
#77707F
(119,112,127)
#66616E
(102,97,110)
#55525D
(85,82,93)
#44434C
(68,67,76)
#33343B
(51,52,59)
#22252A
(34,37,42)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBACC3

#BBACC3
(187,172,195)
#C1B3C8
(193,179,200)
#C7BACD
(199,186,205)
#CDC1D2
(205,193,210)
#D3C8D7
(211,200,215)
#D9CFDC
(217,207,220)
#DFD6E1
(223,214,225)
#E5DDE6
(229,221,230)
#EBE4EB
(235,228,235)
#F1EBF0
(241,235,240)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC3; }

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

This text font color is #BBACC3.


Background Color

.myBgColor { background-color: #BBACC3; }

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

This div background color is #BBACC3.


Border color

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

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

This div border color is #BBACC3.


Opacity

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

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

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

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

This text has shadow with #BBACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBACC3 on black background.


Color preview on white background

This text has color #BBACC3 on white background.



Black color preview on #BBACC3 background

This text has black color on #BBACC3 background.


White color preview on #BBACC3 background

This text has white color on #BBACC3 background.