COLOR #BBACA5

HEX: #BBACA5 RGB: (187,172,165)

Color info

#BBACA5 contains red, green and blue colors in about the same proportion. Web safe color of #BBACA5 is #CC9999 (or #C99).

RGB color model

#BBACA5 color RGB value is (187,172,165).

RGB: (187,172,165) (73%, 67%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 165 of 255 = 65%

187
172
165

R + G + B ~ 68%. #BBACA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 165 = 524 (100%)
R 187 of 524 ~ 35.69%
G 172 of 524 ~ 32.82%
B 165 of 524 ~ 31.49'%

%35.69
%32.82
%31.49

CMYK color model

#BBACA5 color CMYK value is (0,8,12,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 11.76%
  • key color value is 26.67%

CMYK: (0,8,12,27)
C0M8Y12K27 (0%, 8%, 12%, 27%)
(0.00 / 0.08 / 0.12 / 0.27)

CMYK percentages

%0
%8.02
%11.76
%26.67

Codes

Color #BBACA5 in popluar color models

BB AC A5
RGB 187 172 165
HSL 19° 13.92% 69.02%
HSB/HSV 19° 11.76% 73.33%
CMYK 0.00% 8.02% 11.76%
26.67%

Color #BBACA5 in popluar number systems.

HEX BB AC A5
Decimal 187 172 165
Binary 10111011 10101100 10100101
Octal 273 254 245

Shades and tints

Shades of #BBACA5

#BBACA5
(187,172,165)
#AA9D96
(170,157,150)
#998E87
(153,142,135)
#887F78
(136,127,120)
#777069
(119,112,105)
#66615A
(102,97,90)
#55524B
(85,82,75)
#44433C
(68,67,60)
#33342D
(51,52,45)
#22251E
(34,37,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBACA5

#BBACA5
(187,172,165)
#C1B3AD
(193,179,173)
#C7BAB5
(199,186,181)
#CDC1BD
(205,193,189)
#D3C8C5
(211,200,197)
#D9CFCD
(217,207,205)
#DFD6D5
(223,214,213)
#E5DDDD
(229,221,221)
#EBE4E5
(235,228,229)
#F1EBED
(241,235,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBACA5; }

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

This text font color is #BBACA5.

Background Color

.myBgColor { background-color: #BBACA5; }

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

This div background color is #BBACA5.

Border color

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

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

This div border color is #BBACA5.

Opacity

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

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

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

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

This text has shadow with #BBACA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBACA5.

Preview

Color preview on black background

This text has color #BBACA5 on black background.


Color preview on white background

This text has color #BBACA5 on white background.


Black color preview on #BBACA5 background

This text has black color on #BBACA5 background.


White color preview on #BBACA5 background

This text has white color on #BBACA5 background.


Related colors

Complementary color

Complementary color for #hex is #44535A.


I love getcolorcode.com

Triadic colors

1 #A5BBAC and #ACA5BB with #BBACA5 are triadic colors.

2 #A5ACBB and #ACBBA5 with #BBACA5 are triadic colors.