COLOR #BBA1BD

HEX: #BBA1BD
RGB: (187,161,189)

Color info

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

RGB color model

#BBA1BD color RGB value is (187,161,189).

  • red value is 187;
  • green value is 161;
  • blue value is 189.
RGB:
(187,161,189)
(73%,63%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 189 of 255 = 74%

187
161
189

R + G + B ~ 70%. #BBA1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 161 + 189 = 537 (100%)
R 187 of 537 ~ 34.82%
G 161 of 537 ~ 29.98%
B 189 of 537 ~ 35.2%

%34.82
%29.98
%35.2

CMYK color model

#BBA1BD color CMYK value is (1,15,0,26).

  • cyan value is 1.06%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,15,0,26)
C1M15Y0K26 
(1%,15%,0%,26%)
(0.01/0.15/0.00/0.26)	

CMYK percentages

%1.06
%14.81
%0
%25.88

Codes

Color #BBA1BD in popluar color models

BBA1BD
RGB187161189
HSL296°17.50%68.63%
HSB/HSV296°14.81%74.12%
CMYK1.06%14.81%0.00%
25.88%

Color #BBA1BD in popluar number systems.

HEXBBA1BD
Decimal187161189
Binary101110111010000110111101
Octal273241275

Shades and tints

Shades of #BBA1BD

#BBA1BD
(187,161,189)
#AA93AC
(170,147,172)
#99859B
(153,133,155)
#88778A
(136,119,138)
#776979
(119,105,121)
#665B68
(102,91,104)
#554D57
(85,77,87)
#443F46
(68,63,70)
#333135
(51,49,53)
#222324
(34,35,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBA1BD

#BBA1BD
(187,161,189)
#C1A9C3
(193,169,195)
#C7B1C9
(199,177,201)
#CDB9CF
(205,185,207)
#D3C1D5
(211,193,213)
#D9C9DB
(217,201,219)
#DFD1E1
(223,209,225)
#E5D9E7
(229,217,231)
#EBE1ED
(235,225,237)
#F1E9F3
(241,233,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA1BD color. Also use rgb(187,161,189) instead hex code.

Text Font Color

.myTextColor { color: #BBA1BD; }

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

This text font color is #BBA1BD.


Background Color

.myBgColor { background-color: #BBA1BD; }

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

This div background color is #BBA1BD.


Border color

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

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

This div border color is #BBA1BD.


Opacity

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

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

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

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

This text has shadow with #BBA1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA1BD on black background.


Color preview on white background

This text has color #BBA1BD on white background.



Black color preview on #BBA1BD background

This text has black color on #BBA1BD background.


White color preview on #BBA1BD background

This text has white color on #BBA1BD background.