COLOR #BBA6B5

HEX: #BBA6B5
RGB: (187,166,181)

Color info

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

RGB color model

#BBA6B5 color RGB value is (187,166,181).

  • red value is 187;
  • green value is 166;
  • blue value is 181.
RGB:
(187,166,181)
(73%,65%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 181 of 255 = 71%

187
166
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 181 = 534 (100%)
R 187 of 534 ~ 35.02%
G 166 of 534 ~ 31.09%
B 181 of 534 ~ 33.9%

%35.02
%31.09
%33.9

CMYK color model

#BBA6B5 color CMYK value is (0,11,3,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,11,3,27)
C0M11Y3K27 
(0%,11%,3%,27%)
(0.00/0.11/0.03/0.27)	

CMYK percentages

%0
%11.23
%3.21
%26.67

Codes

Color #BBA6B5 in popluar color models

BBA6B5
RGB187166181
HSL317°13.38%69.22%
HSB/HSV317°11.23%73.33%
CMYK0.00%11.23%3.21%
26.67%

Color #BBA6B5 in popluar number systems.

HEXBBA6B5
Decimal187166181
Binary101110111010011010110101
Octal273246265

Shades and tints

Shades of #BBA6B5

#BBA6B5
(187,166,181)
#AA97A5
(170,151,165)
#998895
(153,136,149)
#887985
(136,121,133)
#776A75
(119,106,117)
#665B65
(102,91,101)
#554C55
(85,76,85)
#443D45
(68,61,69)
#332E35
(51,46,53)
#221F25
(34,31,37)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BBA6B5

#BBA6B5
(187,166,181)
#C1AEBB
(193,174,187)
#C7B6C1
(199,182,193)
#CDBEC7
(205,190,199)
#D3C6CD
(211,198,205)
#D9CED3
(217,206,211)
#DFD6D9
(223,214,217)
#E5DEDF
(229,222,223)
#EBE6E5
(235,230,229)
#F1EEEB
(241,238,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6B5; }

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

This text font color is #BBA6B5.


Background Color

.myBgColor { background-color: #BBA6B5; }

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

This div background color is #BBA6B5.


Border color

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

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

This div border color is #BBA6B5.


Opacity

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

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

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

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

This text has shadow with #BBA6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6B5 on black background.


Color preview on white background

This text has color #BBA6B5 on white background.



Black color preview on #BBA6B5 background

This text has black color on #BBA6B5 background.


White color preview on #BBA6B5 background

This text has white color on #BBA6B5 background.