COLOR #BBB5B9

HEX: #BBB5B9
RGB: (187,181,185)

Color info

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

RGB color model

#BBB5B9 color RGB value is (187,181,185).

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

RGB channels and saturation

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

187
181
185

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 185 = 553 (100%)
R 187 of 553 ~ 33.82%
G 181 of 553 ~ 32.73%
B 185 of 553 ~ 33.45%

%33.82
%32.73
%33.45

CMYK color model

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

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

CMYK percentages

%0
%3.21
%1.07
%26.67

Codes

Color #BBB5B9 in popluar color models

BBB5B9
RGB187181185
HSL320°4.23%72.16%
HSB/HSV320°3.21%73.33%
CMYK0.00%3.21%1.07%
26.67%

Color #BBB5B9 in popluar number systems.

HEXBBB5B9
Decimal187181185
Binary101110111011010110111001
Octal273265271

Shades and tints

Shades of #BBB5B9

#BBB5B9
(187,181,185)
#AAA5A9
(170,165,169)
#999599
(153,149,153)
#888589
(136,133,137)
#777579
(119,117,121)
#666569
(102,101,105)
#555559
(85,85,89)
#444549
(68,69,73)
#333539
(51,53,57)
#222529
(34,37,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBB5B9

#BBB5B9
(187,181,185)
#C1BBBF
(193,187,191)
#C7C1C5
(199,193,197)
#CDC7CB
(205,199,203)
#D3CDD1
(211,205,209)
#D9D3D7
(217,211,215)
#DFD9DD
(223,217,221)
#E5DFE3
(229,223,227)
#EBE5E9
(235,229,233)
#F1EBEF
(241,235,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5B9; }

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

This text font color is #BBB5B9.


Background Color

.myBgColor { background-color: #BBB5B9; }

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

This div background color is #BBB5B9.


Border color

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

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

This div border color is #BBB5B9.


Opacity

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

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

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

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

This text has shadow with #BBB5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5B9 on black background.


Color preview on white background

This text has color #BBB5B9 on white background.



Black color preview on #BBB5B9 background

This text has black color on #BBB5B9 background.


White color preview on #BBB5B9 background

This text has white color on #BBB5B9 background.