COLOR #BBACC9

HEX: #BBACC9 RGB: (187,172,201)

Color info

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

RGB color model

#BBACC9 color RGB value is (187,172,201).

RGB: (187,172,201) (73%, 67%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 201 of 255 = 79%

187
172
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 201 = 560 (100%)
R 187 of 560 ~ 33.39%
G 172 of 560 ~ 30.71%
B 201 of 560 ~ 35.89'%

%33.39
%30.71
%35.89

CMYK color model

#BBACC9 color CMYK value is (7,14,0,21).

  • cyan value is 6.97%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,14,0,21)
C7M14Y0K21 (7%, 14%, 0%, 21%)
(0.07 / 0.14 / 0.00 / 0.21)

CMYK percentages

%6.97
%14.43
%0
%21.18

Codes

Color #BBACC9 in popluar color models

BB AC C9
RGB 187 172 201
HSL 271° 21.17% 73.14%
HSB/HSV 271° 14.43% 78.82%
CMYK 6.97% 14.43% 0.00%
21.18%

Color #BBACC9 in popluar number systems.

HEX BB AC C9
Decimal 187 172 201
Binary 10111011 10101100 11001001
Octal 273 254 311

Shades and tints

Shades of #BBACC9

#BBACC9
(187,172,201)
#AA9DB7
(170,157,183)
#998EA5
(153,142,165)
#887F93
(136,127,147)
#777081
(119,112,129)
#66616F
(102,97,111)
#55525D
(85,82,93)
#44434B
(68,67,75)
#333439
(51,52,57)
#222527
(34,37,39)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBACC9

#BBACC9
(187,172,201)
#C1B3CD
(193,179,205)
#C7BAD1
(199,186,209)
#CDC1D5
(205,193,213)
#D3C8D9
(211,200,217)
#D9CFDD
(217,207,221)
#DFD6E1
(223,214,225)
#E5DDE5
(229,221,229)
#EBE4E9
(235,228,233)
#F1EBED
(241,235,237)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC9; }

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

This text font color is #BBACC9.

Background Color

.myBgColor { background-color: #BBACC9; }

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

This div background color is #BBACC9.

Border color

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

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

This div border color is #BBACC9.

Opacity

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

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

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

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

This text has shadow with #BBACC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACC9.

Preview

Color preview on black background

This text has color #BBACC9 on black background.


Color preview on white background

This text has color #BBACC9 on white background.


Black color preview on #BBACC9 background

This text has black color on #BBACC9 background.


White color preview on #BBACC9 background

This text has white color on #BBACC9 background.


Related colors

Complementary color

Complementary color for #hex is #445336.


I love getcolorcode.com

Triadic colors

1 #C9BBAC and #ACC9BB with #BBACC9 are triadic colors.

2 #C9ACBB and #ACBBC9 with #BBACC9 are triadic colors.