COLOR #BBB5BF

HEX: #BBB5BF RGB: (187,181,191)

Color info

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

RGB color model

#BBB5BF color RGB value is (187,181,191).

RGB: (187,181,191) (73%, 71%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 191 of 255 = 75%

187
181
191

R + G + B ~ 73%. #BBB5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 191 = 559 (100%)
R 187 of 559 ~ 33.45%
G 181 of 559 ~ 32.38%
B 191 of 559 ~ 34.17'%

%33.45
%32.38
%34.17

CMYK color model

#BBB5BF color CMYK value is (2,5,0,25).

  • cyan value is 2.09%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (2,5,0,25)
C2M5Y0K25 (2%, 5%, 0%, 25%)
(0.02 / 0.05 / 0.00 / 0.25)

CMYK percentages

%2.09
%5.24
%0
%25.1

Codes

Color #BBB5BF in popluar color models

BB B5 BF
RGB 187 181 191
HSL 276° 7.25% 72.94%
HSB/HSV 276° 5.24% 74.90%
CMYK 2.09% 5.24% 0.00%
25.10%

Color #BBB5BF in popluar number systems.

HEX BB B5 BF
Decimal 187 181 191
Binary 10111011 10110101 10111111
Octal 273 265 277

Shades and tints

Shades of #BBB5BF

#BBB5BF
(187,181,191)
#AAA5AE
(170,165,174)
#99959D
(153,149,157)
#88858C
(136,133,140)
#77757B
(119,117,123)
#66656A
(102,101,106)
#555559
(85,85,89)
#444548
(68,69,72)
#333537
(51,53,55)
#222526
(34,37,38)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBB5BF

#BBB5BF
(187,181,191)
#C1BBC4
(193,187,196)
#C7C1C9
(199,193,201)
#CDC7CE
(205,199,206)
#D3CDD3
(211,205,211)
#D9D3D8
(217,211,216)
#DFD9DD
(223,217,221)
#E5DFE2
(229,223,226)
#EBE5E7
(235,229,231)
#F1EBEC
(241,235,236)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5BF; }

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

This text font color is #BBB5BF.

Background Color

.myBgColor { background-color: #BBB5BF; }

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

This div background color is #BBB5BF.

Border color

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

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

This div border color is #BBB5BF.

Opacity

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

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

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

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

This text has shadow with #BBB5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB5BF.

Preview

Color preview on black background

This text has color #BBB5BF on black background.


Color preview on white background

This text has color #BBB5BF on white background.


Black color preview on #BBB5BF background

This text has black color on #BBB5BF background.


White color preview on #BBB5BF background

This text has white color on #BBB5BF background.


Related colors

Complementary color

Complementary color for #hex is #444A40.


I love getcolorcode.com

Triadic colors

1 #BFBBB5 and #B5BFBB with #BBB5BF are triadic colors.

2 #BFB5BB and #B5BBBF with #BBB5BF are triadic colors.