COLOR #BBB1B5

HEX: #BBB1B5
RGB: (187,177,181)

Color info

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

RGB color model

#BBB1B5 color RGB value is (187,177,181).

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

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 181 of 255 = 71%

187
177
181

R + G + B ~ 71%. #BBB1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 181 = 545 (100%)
R 187 of 545 ~ 34.31%
G 177 of 545 ~ 32.48%
B 181 of 545 ~ 33.21%

%34.31
%32.48
%33.21

CMYK color model

#BBB1B5 color CMYK value is (0,5,3,27).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 3.21%
  • key color value is 26.67%
CMYK:
(0,5,3,27)
C0M5Y3K27 
(0%,5%,3%,27%)
(0.00/0.05/0.03/0.27)	

CMYK percentages

%0
%5.35
%3.21
%26.67

Codes

Color #BBB1B5 in popluar color models

BBB1B5
RGB187177181
HSL336°6.85%71.37%
HSB/HSV336°5.35%73.33%
CMYK0.00%5.35%3.21%
26.67%

Color #BBB1B5 in popluar number systems.

HEXBBB1B5
Decimal187177181
Binary101110111011000110110101
Octal273261265

Shades and tints

Shades of #BBB1B5

#BBB1B5
(187,177,181)
#AAA1A5
(170,161,165)
#999195
(153,145,149)
#888185
(136,129,133)
#777175
(119,113,117)
#666165
(102,97,101)
#555155
(85,81,85)
#444145
(68,65,69)
#333135
(51,49,53)
#222125
(34,33,37)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #BBB1B5

#BBB1B5
(187,177,181)
#C1B8BB
(193,184,187)
#C7BFC1
(199,191,193)
#CDC6C7
(205,198,199)
#D3CDCD
(211,205,205)
#D9D4D3
(217,212,211)
#DFDBD9
(223,219,217)
#E5E2DF
(229,226,223)
#EBE9E5
(235,233,229)
#F1F0EB
(241,240,235)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1B5; }

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

This text font color is #BBB1B5.


Background Color

.myBgColor { background-color: #BBB1B5; }

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

This div background color is #BBB1B5.


Border color

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

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

This div border color is #BBB1B5.


Opacity

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

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

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

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

This text has shadow with #BBB1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1B5 on black background.


Color preview on white background

This text has color #BBB1B5 on white background.



Black color preview on #BBB1B5 background

This text has black color on #BBB1B5 background.


White color preview on #BBB1B5 background

This text has white color on #BBB1B5 background.