COLOR #BBACC1

HEX: #BBACC1 RGB: (187,172,193)

Color info

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

RGB color model

#BBACC1 color RGB value is (187,172,193).

RGB: (187,172,193) (73%, 67%, 76%)

RGB channels and saturation

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

187
172
193

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

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 193 = 552 (100%)
R 187 of 552 ~ 33.88%
G 172 of 552 ~ 31.16%
B 193 of 552 ~ 34.96'%

%33.88
%31.16
%34.96

CMYK color model

#BBACC1 color CMYK value is (3,11,0,24).

  • cyan value is 3.11%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (3,11,0,24)
C3M11Y0K24 (3%, 11%, 0%, 24%)
(0.03 / 0.11 / 0.00 / 0.24)

CMYK percentages

%3.11
%10.88
%0
%24.31

Codes

Color #BBACC1 in popluar color models

BB AC C1
RGB 187 172 193
HSL 283° 14.48% 71.57%
HSB/HSV 283° 10.88% 75.69%
CMYK 3.11% 10.88% 0.00%
24.31%

Color #BBACC1 in popluar number systems.

HEX BB AC C1
Decimal 187 172 193
Binary 10111011 10101100 11000001
Octal 273 254 301

Shades and tints

Shades of #BBACC1

#BBACC1
(187,172,193)
#AA9DB0
(170,157,176)
#998E9F
(153,142,159)
#887F8E
(136,127,142)
#77707D
(119,112,125)
#66616C
(102,97,108)
#55525B
(85,82,91)
#44434A
(68,67,74)
#333439
(51,52,57)
#222528
(34,37,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBACC1

#BBACC1
(187,172,193)
#C1B3C6
(193,179,198)
#C7BACB
(199,186,203)
#CDC1D0
(205,193,208)
#D3C8D5
(211,200,213)
#D9CFDA
(217,207,218)
#DFD6DF
(223,214,223)
#E5DDE4
(229,221,228)
#EBE4E9
(235,228,233)
#F1EBEE
(241,235,238)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC1; }

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

This text font color is #BBACC1.

Background Color

.myBgColor { background-color: #BBACC1; }

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

This div background color is #BBACC1.

Border color

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

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

This div border color is #BBACC1.

Opacity

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

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

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

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

This text has shadow with #BBACC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACC1.

Preview

Color preview on black background

This text has color #BBACC1 on black background.


Color preview on white background

This text has color #BBACC1 on white background.


Black color preview on #BBACC1 background

This text has black color on #BBACC1 background.


White color preview on #BBACC1 background

This text has white color on #BBACC1 background.


Related colors

Complementary color

Complementary color for #hex is #44533E.


I love getcolorcode.com

Triadic colors

1 #C1BBAC and #ACC1BB with #BBACC1 are triadic colors.

2 #C1ACBB and #ACBBC1 with #BBACC1 are triadic colors.