COLOR #BBB1BE

HEX: #BBB1BE
RGB: (187,177,190)

Color info

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

RGB color model

#BBB1BE color RGB value is (187,177,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 190 of 255 = 75%

187
177
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 190 = 554 (100%)
R 187 of 554 ~ 33.75%
G 177 of 554 ~ 31.95%
B 190 of 554 ~ 34.3%

%33.75
%31.95
%34.3

CMYK color model

#BBB1BE color CMYK value is (2,7,0,25).

  • cyan value is 1.58%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,7,0,25)
C2M7Y0K25 
(2%,7%,0%,25%)
(0.02/0.07/0.00/0.25)	

CMYK percentages

%1.58
%6.84
%0
%25.49

Codes

Color #BBB1BE in popluar color models

BBB1BE
RGB187177190
HSL286°9.09%71.96%
HSB/HSV286°6.84%74.51%
CMYK1.58%6.84%0.00%
25.49%

Color #BBB1BE in popluar number systems.

HEXBBB1BE
Decimal187177190
Binary101110111011000110111110
Octal273261276

Shades and tints

Shades of #BBB1BE

#BBB1BE
(187,177,190)
#AAA1AD
(170,161,173)
#99919C
(153,145,156)
#88818B
(136,129,139)
#77717A
(119,113,122)
#666169
(102,97,105)
#555158
(85,81,88)
#444147
(68,65,71)
#333136
(51,49,54)
#222125
(34,33,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #BBB1BE

#BBB1BE
(187,177,190)
#C1B8C3
(193,184,195)
#C7BFC8
(199,191,200)
#CDC6CD
(205,198,205)
#D3CDD2
(211,205,210)
#D9D4D7
(217,212,215)
#DFDBDC
(223,219,220)
#E5E2E1
(229,226,225)
#EBE9E6
(235,233,230)
#F1F0EB
(241,240,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1BE; }

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

This text font color is #BBB1BE.


Background Color

.myBgColor { background-color: #BBB1BE; }

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

This div background color is #BBB1BE.


Border color

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

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

This div border color is #BBB1BE.


Opacity

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

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

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

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

This text has shadow with #BBB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1BE on black background.


Color preview on white background

This text has color #BBB1BE on white background.



Black color preview on #BBB1BE background

This text has black color on #BBB1BE background.


White color preview on #BBB1BE background

This text has white color on #BBB1BE background.