COLOR #BBB2BC

HEX: #BBB2BC RGB: (187,178,188)

Color info

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

RGB color model

#BBB2BC color RGB value is (187,178,188).

RGB: (187,178,188) (73%, 70%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 188 of 255 = 74%

187
178
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 188 = 553 (100%)
R 187 of 553 ~ 33.82%
G 178 of 553 ~ 32.19%
B 188 of 553 ~ 34'%

%33.82
%32.19
%34

CMYK color model

#BBB2BC color CMYK value is (1,5,0,26).

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

CMYK: (1,5,0,26)
C1M5Y0K26 (1%, 5%, 0%, 26%)
(0.01 / 0.05 / 0.00 / 0.26)

CMYK percentages

%0.53
%5.32
%0
%26.27

Codes

Color #BBB2BC in popluar color models

BB B2 BC
RGB 187 178 188
HSL 294° 6.94% 71.76%
HSB/HSV 294° 5.32% 73.73%
CMYK 0.53% 5.32% 0.00%
26.27%

Color #BBB2BC in popluar number systems.

HEX BB B2 BC
Decimal 187 178 188
Binary 10111011 10110010 10111100
Octal 273 262 274

Shades and tints

Shades of #BBB2BC

#BBB2BC
(187,178,188)
#AAA2AB
(170,162,171)
#99929A
(153,146,154)
#888289
(136,130,137)
#777278
(119,114,120)
#666267
(102,98,103)
#555256
(85,82,86)
#444245
(68,66,69)
#333234
(51,50,52)
#222223
(34,34,35)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BBB2BC

#BBB2BC
(187,178,188)
#C1B9C2
(193,185,194)
#C7C0C8
(199,192,200)
#CDC7CE
(205,199,206)
#D3CED4
(211,206,212)
#D9D5DA
(217,213,218)
#DFDCE0
(223,220,224)
#E5E3E6
(229,227,230)
#EBEAEC
(235,234,236)
#F1F1F2
(241,241,242)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2BC; }

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

This text font color is #BBB2BC.

Background Color

.myBgColor { background-color: #BBB2BC; }

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

This div background color is #BBB2BC.

Border color

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

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

This div border color is #BBB2BC.

Opacity

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

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

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

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

This text has shadow with #BBB2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2BC.

Preview

Color preview on black background

This text has color #BBB2BC on black background.


Color preview on white background

This text has color #BBB2BC on white background.


Black color preview on #BBB2BC background

This text has black color on #BBB2BC background.


White color preview on #BBB2BC background

This text has white color on #BBB2BC background.


Related colors

Complementary color

Complementary color for #hex is #444D43.


I love getcolorcode.com

Triadic colors

1 #BCBBB2 and #B2BCBB with #BBB2BC are triadic colors.

2 #BCB2BB and #B2BBBC with #BBB2BC are triadic colors.