COLOR #BBACC5

HEX: #BBACC5 RGB: (187,172,197)

Color info

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

RGB color model

#BBACC5 color RGB value is (187,172,197).

RGB: (187,172,197) (73%, 67%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 197 of 255 = 77%

187
172
197

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

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 197 = 556 (100%)
R 187 of 556 ~ 33.63%
G 172 of 556 ~ 30.94%
B 197 of 556 ~ 35.43'%

%33.63
%30.94
%35.43

CMYK color model

#BBACC5 color CMYK value is (5,13,0,23).

  • cyan value is 5.08%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,13,0,23)
C5M13Y0K23 (5%, 13%, 0%, 23%)
(0.05 / 0.13 / 0.00 / 0.23)

CMYK percentages

%5.08
%12.69
%0
%22.75

Codes

Color #BBACC5 in popluar color models

BB AC C5
RGB 187 172 197
HSL 276° 17.73% 72.35%
HSB/HSV 276° 12.69% 77.25%
CMYK 5.08% 12.69% 0.00%
22.75%

Color #BBACC5 in popluar number systems.

HEX BB AC C5
Decimal 187 172 197
Binary 10111011 10101100 11000101
Octal 273 254 305

Shades and tints

Shades of #BBACC5

#BBACC5
(187,172,197)
#AA9DB4
(170,157,180)
#998EA3
(153,142,163)
#887F92
(136,127,146)
#777081
(119,112,129)
#666170
(102,97,112)
#55525F
(85,82,95)
#44434E
(68,67,78)
#33343D
(51,52,61)
#22252C
(34,37,44)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BBACC5

#BBACC5
(187,172,197)
#C1B3CA
(193,179,202)
#C7BACF
(199,186,207)
#CDC1D4
(205,193,212)
#D3C8D9
(211,200,217)
#D9CFDE
(217,207,222)
#DFD6E3
(223,214,227)
#E5DDE8
(229,221,232)
#EBE4ED
(235,228,237)
#F1EBF2
(241,235,242)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACC5; }

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

This text font color is #BBACC5.

Background Color

.myBgColor { background-color: #BBACC5; }

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

This div background color is #BBACC5.

Border color

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

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

This div border color is #BBACC5.

Opacity

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

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

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

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

This text has shadow with #BBACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACC5.

Preview

Color preview on black background

This text has color #BBACC5 on black background.


Color preview on white background

This text has color #BBACC5 on white background.


Black color preview on #BBACC5 background

This text has black color on #BBACC5 background.


White color preview on #BBACC5 background

This text has white color on #BBACC5 background.


Related colors

Complementary color

Complementary color for #hex is #44533A.


I love getcolorcode.com

Triadic colors

1 #C5BBAC and #ACC5BB with #BBACC5 are triadic colors.

2 #C5ACBB and #ACBBC5 with #BBACC5 are triadic colors.