COLOR #BBA5B1

HEX: #BBA5B1
RGB: (187,165,177)

Color info

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

RGB color model

#BBA5B1 color RGB value is (187,165,177).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 177 of 255 = 69%

187
165
177

R + G + B ~ 69%. #BBA5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 177 = 529 (100%)
R 187 of 529 ~ 35.35%
G 165 of 529 ~ 31.19%
B 177 of 529 ~ 33.46%

%35.35
%31.19
%33.46

CMYK color model

#BBA5B1 color CMYK value is (0,12,5,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 5.35%
  • key color value is 26.67%
CMYK:
(0,12,5,27)
C0M12Y5K27 
(0%,12%,5%,27%)
(0.00/0.12/0.05/0.27)	

CMYK percentages

%0
%11.76
%5.35
%26.67

Codes

Color #BBA5B1 in popluar color models

BBA5B1
RGB187165177
HSL327°13.92%69.02%
HSB/HSV327°11.76%73.33%
CMYK0.00%11.76%5.35%
26.67%

Color #BBA5B1 in popluar number systems.

HEXBBA5B1
Decimal187165177
Binary101110111010010110110001
Octal273245261

Shades and tints

Shades of #BBA5B1

#BBA5B1
(187,165,177)
#AA96A1
(170,150,161)
#998791
(153,135,145)
#887881
(136,120,129)
#776971
(119,105,113)
#665A61
(102,90,97)
#554B51
(85,75,81)
#443C41
(68,60,65)
#332D31
(51,45,49)
#221E21
(34,30,33)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BBA5B1

#BBA5B1
(187,165,177)
#C1ADB8
(193,173,184)
#C7B5BF
(199,181,191)
#CDBDC6
(205,189,198)
#D3C5CD
(211,197,205)
#D9CDD4
(217,205,212)
#DFD5DB
(223,213,219)
#E5DDE2
(229,221,226)
#EBE5E9
(235,229,233)
#F1EDF0
(241,237,240)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5B1; }

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

This text font color is #BBA5B1.


Background Color

.myBgColor { background-color: #BBA5B1; }

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

This div background color is #BBA5B1.


Border color

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

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

This div border color is #BBA5B1.


Opacity

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

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

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

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

This text has shadow with #BBA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5B1 on black background.


Color preview on white background

This text has color #BBA5B1 on white background.



Black color preview on #BBA5B1 background

This text has black color on #BBA5B1 background.


White color preview on #BBA5B1 background

This text has white color on #BBA5B1 background.