COLOR #BBB4BC

HEX: #BBB4BC RGB: (187,180,188)

Color info

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

RGB color model

#BBB4BC color RGB value is (187,180,188).

RGB: (187,180,188) (73%, 71%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 188 of 255 = 74%

187
180
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 188 = 555 (100%)
R 187 of 555 ~ 33.69%
G 180 of 555 ~ 32.43%
B 188 of 555 ~ 33.87'%

%33.69
%32.43
%33.87

CMYK color model

#BBB4BC color CMYK value is (1,4,0,26).

  • cyan value is 0.53%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,4,0,26)
C1M4Y0K26 (1%, 4%, 0%, 26%)
(0.01 / 0.04 / 0.00 / 0.26)

CMYK percentages

%0.53
%4.26
%0
%26.27

Codes

Color #BBB4BC in popluar color models

BB B4 BC
RGB 187 180 188
HSL 293° 5.63% 72.16%
HSB/HSV 293° 4.26% 73.73%
CMYK 0.53% 4.26% 0.00%
26.27%

Color #BBB4BC in popluar number systems.

HEX BB B4 BC
Decimal 187 180 188
Binary 10111011 10110100 10111100
Octal 273 264 274

Shades and tints

Shades of #BBB4BC

#BBB4BC
(187,180,188)
#AAA4AB
(170,164,171)
#99949A
(153,148,154)
#888489
(136,132,137)
#777478
(119,116,120)
#666467
(102,100,103)
#555456
(85,84,86)
#444445
(68,68,69)
#333434
(51,52,52)
#222423
(34,36,35)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBB4BC

#BBB4BC
(187,180,188)
#C1BAC2
(193,186,194)
#C7C0C8
(199,192,200)
#CDC6CE
(205,198,206)
#D3CCD4
(211,204,212)
#D9D2DA
(217,210,218)
#DFD8E0
(223,216,224)
#E5DEE6
(229,222,230)
#EBE4EC
(235,228,236)
#F1EAF2
(241,234,242)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4BC; }

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

This text font color is #BBB4BC.

Background Color

.myBgColor { background-color: #BBB4BC; }

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

This div background color is #BBB4BC.

Border color

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

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

This div border color is #BBB4BC.

Opacity

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

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

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

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

This text has shadow with #BBB4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4BC.

Preview

Color preview on black background

This text has color #BBB4BC on black background.


Color preview on white background

This text has color #BBB4BC on white background.


Black color preview on #BBB4BC background

This text has black color on #BBB4BC background.


White color preview on #BBB4BC background

This text has white color on #BBB4BC background.


Related colors

Complementary color

Complementary color for #hex is #444B43.


I love getcolorcode.com

Triadic colors

1 #BCBBB4 and #B4BCBB with #BBB4BC are triadic colors.

2 #BCB4BB and #B4BBBC with #BBB4BC are triadic colors.