COLOR #BBA1BB

HEX: #BBA1BB RGB: (187,161,187)

Color info

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

RGB color model

#BBA1BB color RGB value is (187,161,187).

RGB: (187,161,187) (73%, 63%, 73%)

RGB channels and saturation

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

187
161
187

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

Portions of RGB colors in percentages

R + G + B = 187 + 161 + 187 = 535 (100%)
R 187 of 535 ~ 34.95%
G 161 of 535 ~ 30.09%
B 187 of 535 ~ 34.95'%

%34.95
%30.09
%34.95

CMYK color model

#BBA1BB color CMYK value is (0,14,0,27).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (0,14,0,27)
C0M14Y0K27 (0%, 14%, 0%, 27%)
(0.00 / 0.14 / 0.00 / 0.27)

CMYK percentages

%0
%13.9
%0
%26.67

Codes

Color #BBA1BB in popluar color models

BB A1 BB
RGB 187 161 187
HSL 300° 16.05% 68.24%
HSB/HSV 300° 13.90% 73.33%
CMYK 0.00% 13.90% 0.00%
26.67%

Color #BBA1BB in popluar number systems.

HEX BB A1 BB
Decimal 187 161 187
Binary 10111011 10100001 10111011
Octal 273 241 273

Shades and tints

Shades of #BBA1BB

#BBA1BB
(187,161,187)
#AA93AA
(170,147,170)
#998599
(153,133,153)
#887788
(136,119,136)
#776977
(119,105,119)
#665B66
(102,91,102)
#554D55
(85,77,85)
#443F44
(68,63,68)
#333133
(51,49,51)
#222322
(34,35,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BBA1BB

#BBA1BB
(187,161,187)
#C1A9C1
(193,169,193)
#C7B1C7
(199,177,199)
#CDB9CD
(205,185,205)
#D3C1D3
(211,193,211)
#D9C9D9
(217,201,217)
#DFD1DF
(223,209,223)
#E5D9E5
(229,217,229)
#EBE1EB
(235,225,235)
#F1E9F1
(241,233,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA1BB; }

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

This text font color is #BBA1BB.

Background Color

.myBgColor { background-color: #BBA1BB; }

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

This div background color is #BBA1BB.

Border color

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

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

This div border color is #BBA1BB.

Opacity

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

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

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

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

This text has shadow with #BBA1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA1BB.

Preview

Color preview on black background

This text has color #BBA1BB on black background.


Color preview on white background

This text has color #BBA1BB on white background.


Black color preview on #BBA1BB background

This text has black color on #BBA1BB background.


White color preview on #BBA1BB background

This text has white color on #BBA1BB background.


Related colors

Complementary color

Complementary color for #hex is #445E44.


I love getcolorcode.com

Triadic colors

1 #BBBBA1 and #A1BBBB with #BBA1BB are triadic colors.

2 #BBA1BB and #A1BBBB with #BBA1BB are triadic colors.