COLOR #BBB2B5

HEX: #BBB2B5 RGB: (187,178,181)

Color info

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

RGB color model

#BBB2B5 color RGB value is (187,178,181).

RGB: (187,178,181) (73%, 70%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 181 of 255 = 71%

187
178
181

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 181 = 546 (100%)
R 187 of 546 ~ 34.25%
G 178 of 546 ~ 32.6%
B 181 of 546 ~ 33.15'%

%34.25
%32.6
%33.15

CMYK color model

#BBB2B5 color CMYK value is (0,5,3,27).

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

CMYK: (0,5,3,27)
C0M5Y3K27 (0%, 5%, 3%, 27%)
(0.00 / 0.05 / 0.03 / 0.27)

CMYK percentages

%0
%4.81
%3.21
%26.67

Codes

Color #BBB2B5 in popluar color models

BB B2 B5
RGB 187 178 181
HSL 340° 6.21% 71.57%
HSB/HSV 340° 4.81% 73.33%
CMYK 0.00% 4.81% 3.21%
26.67%

Color #BBB2B5 in popluar number systems.

HEX BB B2 B5
Decimal 187 178 181
Binary 10111011 10110010 10110101
Octal 273 262 265

Shades and tints

Shades of #BBB2B5

#BBB2B5
(187,178,181)
#AAA2A5
(170,162,165)
#999295
(153,146,149)
#888285
(136,130,133)
#777275
(119,114,117)
#666265
(102,98,101)
#555255
(85,82,85)
#444245
(68,66,69)
#333235
(51,50,53)
#222225
(34,34,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #BBB2B5

#BBB2B5
(187,178,181)
#C1B9BB
(193,185,187)
#C7C0C1
(199,192,193)
#CDC7C7
(205,199,199)
#D3CECD
(211,206,205)
#D9D5D3
(217,213,211)
#DFDCD9
(223,220,217)
#E5E3DF
(229,227,223)
#EBEAE5
(235,234,229)
#F1F1EB
(241,241,235)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2B5; }

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

This text font color is #BBB2B5.

Background Color

.myBgColor { background-color: #BBB2B5; }

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

This div background color is #BBB2B5.

Border color

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

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

This div border color is #BBB2B5.

Opacity

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

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

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

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

This text has shadow with #BBB2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2B5.

Preview

Color preview on black background

This text has color #BBB2B5 on black background.


Color preview on white background

This text has color #BBB2B5 on white background.


Black color preview on #BBB2B5 background

This text has black color on #BBB2B5 background.


White color preview on #BBB2B5 background

This text has white color on #BBB2B5 background.


Related colors

Complementary color

Complementary color for #hex is #444D4A.


I love getcolorcode.com

Triadic colors

1 #B5BBB2 and #B2B5BB with #BBB2B5 are triadic colors.

2 #B5B2BB and #B2BBB5 with #BBB2B5 are triadic colors.