COLOR #BBB4BE

HEX: #BBB4BE
RGB: (187,180,190)

Color info

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

RGB color model

#BBB4BE color RGB value is (187,180,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 190 of 255 = 75%

187
180
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 190 = 557 (100%)
R 187 of 557 ~ 33.57%
G 180 of 557 ~ 32.32%
B 190 of 557 ~ 34.11%

%33.57
%32.32
%34.11

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,5,0,25)
C2M5Y0K25 
(2%,5%,0%,25%)
(0.02/0.05/0.00/0.25)	

CMYK percentages

%1.58
%5.26
%0
%25.49

Codes

Color #BBB4BE in popluar color models

BBB4BE
RGB187180190
HSL282°7.14%72.55%
HSB/HSV282°5.26%74.51%
CMYK1.58%5.26%0.00%
25.49%

Color #BBB4BE in popluar number systems.

HEXBBB4BE
Decimal187180190
Binary101110111011010010111110
Octal273264276

Shades and tints

Shades of #BBB4BE

#BBB4BE
(187,180,190)
#AAA4AD
(170,164,173)
#99949C
(153,148,156)
#88848B
(136,132,139)
#77747A
(119,116,122)
#666469
(102,100,105)
#555458
(85,84,88)
#444447
(68,68,71)
#333436
(51,52,54)
#222425
(34,36,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBB4BE

#BBB4BE
(187,180,190)
#C1BAC3
(193,186,195)
#C7C0C8
(199,192,200)
#CDC6CD
(205,198,205)
#D3CCD2
(211,204,210)
#D9D2D7
(217,210,215)
#DFD8DC
(223,216,220)
#E5DEE1
(229,222,225)
#EBE4E6
(235,228,230)
#F1EAEB
(241,234,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4BE; }

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

This text font color is #BBB4BE.


Background Color

.myBgColor { background-color: #BBB4BE; }

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

This div background color is #BBB4BE.


Border color

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

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

This div border color is #BBB4BE.


Opacity

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

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

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

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

This text has shadow with #BBB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB4BE on black background.


Color preview on white background

This text has color #BBB4BE on white background.



Black color preview on #BBB4BE background

This text has black color on #BBB4BE background.


White color preview on #BBB4BE background

This text has white color on #BBB4BE background.