COLOR #BBB2B3

HEX: #BBB2B3 RGB: (187,178,179)

Color info

#BBB2B3 contains red, green and blue colors in about the same proportion. Web safe color of #BBB2B3 is #CC9999 (or #C99).

RGB color model

#BBB2B3 color RGB value is (187,178,179).

RGB: (187,178,179) (73%, 70%, 70%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 179 of 255 = 70%

187
178
179

R + G + B ~ 71%. #BBB2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 179 = 544 (100%)
R 187 of 544 ~ 34.38%
G 178 of 544 ~ 32.72%
B 179 of 544 ~ 32.9'%

%34.38
%32.72
%32.9

CMYK color model

#BBB2B3 color CMYK value is (0,5,4,27).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 4.28%
  • key color value is 26.67%

CMYK: (0,5,4,27)
C0M5Y4K27 (0%, 5%, 4%, 27%)
(0.00 / 0.05 / 0.04 / 0.27)

CMYK percentages

%0
%4.81
%4.28
%26.67

Codes

Color #BBB2B3 in popluar color models

BB B2 B3
RGB 187 178 179
HSL 353° 6.21% 71.57%
HSB/HSV 353° 4.81% 73.33%
CMYK 0.00% 4.81% 4.28%
26.67%

Color #BBB2B3 in popluar number systems.

HEX BB B2 B3
Decimal 187 178 179
Binary 10111011 10110010 10110011
Octal 273 262 263

Shades and tints

Shades of #BBB2B3

#BBB2B3
(187,178,179)
#AAA2A3
(170,162,163)
#999293
(153,146,147)
#888283
(136,130,131)
#777273
(119,114,115)
#666263
(102,98,99)
#555253
(85,82,83)
#444243
(68,66,67)
#333233
(51,50,51)
#222223
(34,34,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBB2B3

#BBB2B3
(187,178,179)
#C1B9B9
(193,185,185)
#C7C0BF
(199,192,191)
#CDC7C5
(205,199,197)
#D3CECB
(211,206,203)
#D9D5D1
(217,213,209)
#DFDCD7
(223,220,215)
#E5E3DD
(229,227,221)
#EBEAE3
(235,234,227)
#F1F1E9
(241,241,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2B3; }

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

This text font color is #BBB2B3.

Background Color

.myBgColor { background-color: #BBB2B3; }

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

This div background color is #BBB2B3.

Border color

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

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

This div border color is #BBB2B3.

Opacity

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

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

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

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

This text has shadow with #BBB2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2B3.

Preview

Color preview on black background

This text has color #BBB2B3 on black background.


Color preview on white background

This text has color #BBB2B3 on white background.


Black color preview on #BBB2B3 background

This text has black color on #BBB2B3 background.


White color preview on #BBB2B3 background

This text has white color on #BBB2B3 background.


Related colors

Complementary color

Complementary color for #hex is #444D4C.


I love getcolorcode.com

Triadic colors

1 #B3BBB2 and #B2B3BB with #BBB2B3 are triadic colors.

2 #B3B2BB and #B2BBB3 with #BBB2B3 are triadic colors.