COLOR #BBA2A5

HEX: #BBA2A5
RGB: (187,162,165)

Color info

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

RGB color model

#BBA2A5 color RGB value is (187,162,165).

  • red value is 187;
  • green value is 162;
  • blue value is 165.
RGB: (187,162,165) (73%,64%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 165 of 255 = 65%

187
162
165

R + G + B ~ 67%. #BBA2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 162 + 165 = 514 (100%)
R 187 of 514 ~ 36.38%
G 162 of 514 ~ 31.52%
B 165 of 514 ~ 32.1%

%36.38
%31.52
%32.1

CMYK color model

#BBA2A5 color CMYK value is (0,13,12,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK: (0,13,12,27) C0M13Y12K27 (0%,13%,12%,27%) (0.00/0.13/0.12/0.27)

CMYK percentages

%0
%13.37
%11.76
%26.67

Codes

Color #BBA2A5 in popluar color models

BBA2A5
RGB187162165
HSL353°15.53%68.43%
HSB/HSV353°13.37%73.33%
CMYK0.00%13.37%11.76%
26.67%

Color #BBA2A5 in popluar number systems.

HEXBBA2A5
Decimal187162165
Binary101110111010001010100101
Octal273242245

Shades and tints

Shades of #BBA2A5

#BBA2A5
(187,162,165)
#AA9496
(170,148,150)
#998687
(153,134,135)
#887878
(136,120,120)
#776A69
(119,106,105)
#665C5A
(102,92,90)
#554E4B
(85,78,75)
#44403C
(68,64,60)
#33322D
(51,50,45)
#22241E
(34,36,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBA2A5

#BBA2A5
(187,162,165)
#C1AAAD
(193,170,173)
#C7B2B5
(199,178,181)
#CDBABD
(205,186,189)
#D3C2C5
(211,194,197)
#D9CACD
(217,202,205)
#DFD2D5
(223,210,213)
#E5DADD
(229,218,221)
#EBE2E5
(235,226,229)
#F1EAED
(241,234,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA2A5; }

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

This text font color is #BBA2A5.


Background Color

.myBgColor { background-color: #BBA2A5; }

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

This div background color is #BBA2A5.


Border color

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

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

This div border color is #BBA2A5.


Opacity

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

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

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

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

This text has shadow with #BBA2A5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBA2A5 on black background.


Color preview on white background

This text has color #BBA2A5 on white background.



Black color preview on #BBA2A5 background

This text has black color on #BBA2A5 background.


White color preview on #BBA2A5 background

This text has white color on #BBA2A5 background.