COLOR #B5BBBE

HEX: #B5BBBE RGB: (181,187,190)

Color info

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

RGB color model

#B5BBBE color RGB value is (181,187,190).

RGB: (181,187,190) (71%, 73%, 75%)

RGB channels and saturation

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

181
187
190

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

Portions of RGB colors in percentages

R + G + B = 181 + 187 + 190 = 558 (100%)
R 181 of 558 ~ 32.44%
G 187 of 558 ~ 33.51%
B 190 of 558 ~ 34.05'%

%32.44
%33.51
%34.05

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (5,2,0,25)
C5M2Y0K25 (5%, 2%, 0%, 25%)
(0.05 / 0.02 / 0.00 / 0.25)

CMYK percentages

%4.74
%1.58
%0
%25.49

Codes

Color #B5BBBE in popluar color models

B5 BB BE
RGB 181 187 190
HSL 200° 6.47% 72.75%
HSB/HSV 200° 4.74% 74.51%
CMYK 4.74% 1.58% 0.00%
25.49%

Color #B5BBBE in popluar number systems.

HEX B5 BB BE
Decimal 181 187 190
Binary 10110101 10111011 10111110
Octal 265 273 276

Shades and tints

Shades of #B5BBBE

#B5BBBE
(181,187,190)
#A5AAAD
(165,170,173)
#95999C
(149,153,156)
#85888B
(133,136,139)
#75777A
(117,119,122)
#656669
(101,102,105)
#555558
(85,85,88)
#454447
(69,68,71)
#353336
(53,51,54)
#252225
(37,34,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B5BBBE

#B5BBBE
(181,187,190)
#BBC1C3
(187,193,195)
#C1C7C8
(193,199,200)
#C7CDCD
(199,205,205)
#CDD3D2
(205,211,210)
#D3D9D7
(211,217,215)
#D9DFDC
(217,223,220)
#DFE5E1
(223,229,225)
#E5EBE6
(229,235,230)
#EBF1EB
(235,241,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBBE; }

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

This text font color is #B5BBBE.

Background Color

.myBgColor { background-color: #B5BBBE; }

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

This div background color is #B5BBBE.

Border color

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

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

This div border color is #B5BBBE.

Opacity

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

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

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

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

This text has shadow with #B5BBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BBBE.

Preview

Color preview on black background

This text has color #B5BBBE on black background.


Color preview on white background

This text has color #B5BBBE on white background.


Black color preview on #B5BBBE background

This text has black color on #B5BBBE background.


White color preview on #B5BBBE background

This text has white color on #B5BBBE background.


Related colors

Complementary color

Complementary color for #hex is #4A4441.


I love getcolorcode.com

Triadic colors

1 #BEB5BB and #BBBEB5 with #B5BBBE are triadic colors.

2 #BEBBB5 and #BBB5BE with #B5BBBE are triadic colors.