COLOR #BBBAB5

HEX: #BBBAB5
RGB: (187,186,181)

Color info

#BBBAB5 contains red, green and blue colors in about the same proportion. Web safe color of #BBBAB5 is #CCCCCC (or #CCC).

RGB color model

#BBBAB5 color RGB value is (187,186,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 181 of 255 = 71%

187
186
181

R + G + B ~ 72%. #BBBAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 181 = 554 (100%)
R 187 of 554 ~ 33.75%
G 186 of 554 ~ 33.57%
B 181 of 554 ~ 32.67%

%33.75
%33.57
%32.67

CMYK color model

#BBBAB5 color CMYK value is (0,1,3,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,1,3,27)
C0M1Y3K27 
(0%,1%,3%,27%)
(0.00/0.01/0.03/0.27)	

CMYK percentages

%0
%0.53
%3.21
%26.67

Codes

Color #BBBAB5 in popluar color models

BBBAB5
RGB187186181
HSL50°4.23%72.16%
HSB/HSV50°3.21%73.33%
CMYK0.00%0.53%3.21%
26.67%

Color #BBBAB5 in popluar number systems.

HEXBBBAB5
Decimal187186181
Binary101110111011101010110101
Octal273272265

Shades and tints

Shades of #BBBAB5

#BBBAB5
(187,186,181)
#AAAAA5
(170,170,165)
#999A95
(153,154,149)
#888A85
(136,138,133)
#777A75
(119,122,117)
#666A65
(102,106,101)
#555A55
(85,90,85)
#444A45
(68,74,69)
#333A35
(51,58,53)
#222A25
(34,42,37)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBBAB5

#BBBAB5
(187,186,181)
#C1C0BB
(193,192,187)
#C7C6C1
(199,198,193)
#CDCCC7
(205,204,199)
#D3D2CD
(211,210,205)
#D9D8D3
(217,216,211)
#DFDED9
(223,222,217)
#E5E4DF
(229,228,223)
#EBEAE5
(235,234,229)
#F1F0EB
(241,240,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBAB5; }

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

This text font color is #BBBAB5.


Background Color

.myBgColor { background-color: #BBBAB5; }

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

This div background color is #BBBAB5.


Border color

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

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

This div border color is #BBBAB5.


Opacity

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

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

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

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

This text has shadow with #BBBAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBAB5 on black background.


Color preview on white background

This text has color #BBBAB5 on white background.



Black color preview on #BBBAB5 background

This text has black color on #BBBAB5 background.


White color preview on #BBBAB5 background

This text has white color on #BBBAB5 background.