COLOR #BBB5AF

HEX: #BBB5AF RGB: (187,181,175)

Color info

#BBB5AF contains red, green and blue colors in about the same proportion. Web safe color of #BBB5AF is #CCCC99 (or #CC9).

RGB color model

#BBB5AF color RGB value is (187,181,175).

RGB: (187,181,175) (73%, 71%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 175 of 255 = 69%

187
181
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 175 = 543 (100%)
R 187 of 543 ~ 34.44%
G 181 of 543 ~ 33.33%
B 175 of 543 ~ 32.23'%

%34.44
%33.33
%32.23

CMYK color model

#BBB5AF color CMYK value is (0,3,6,27).

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

CMYK: (0,3,6,27)
C0M3Y6K27 (0%, 3%, 6%, 27%)
(0.00 / 0.03 / 0.06 / 0.27)

CMYK percentages

%0
%3.21
%6.42
%26.67

Codes

Color #BBB5AF in popluar color models

BB B5 AF
RGB 187 181 175
HSL 30° 8.11% 70.98%
HSB/HSV 30° 6.42% 73.33%
CMYK 0.00% 3.21% 6.42%
26.67%

Color #BBB5AF in popluar number systems.

HEX BB B5 AF
Decimal 187 181 175
Binary 10111011 10110101 10101111
Octal 273 265 257

Shades and tints

Shades of #BBB5AF

#BBB5AF
(187,181,175)
#AAA5A0
(170,165,160)
#999591
(153,149,145)
#888582
(136,133,130)
#777573
(119,117,115)
#666564
(102,101,100)
#555555
(85,85,85)
#444546
(68,69,70)
#333537
(51,53,55)
#222528
(34,37,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBB5AF

#BBB5AF
(187,181,175)
#C1BBB6
(193,187,182)
#C7C1BD
(199,193,189)
#CDC7C4
(205,199,196)
#D3CDCB
(211,205,203)
#D9D3D2
(217,211,210)
#DFD9D9
(223,217,217)
#E5DFE0
(229,223,224)
#EBE5E7
(235,229,231)
#F1EBEE
(241,235,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5AF; }

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

This text font color is #BBB5AF.

Background Color

.myBgColor { background-color: #BBB5AF; }

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

This div background color is #BBB5AF.

Border color

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

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

This div border color is #BBB5AF.

Opacity

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

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

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

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

This text has shadow with #BBB5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB5AF.

Preview

Color preview on black background

This text has color #BBB5AF on black background.


Color preview on white background

This text has color #BBB5AF on white background.


Black color preview on #BBB5AF background

This text has black color on #BBB5AF background.


White color preview on #BBB5AF background

This text has white color on #BBB5AF background.


Related colors

Complementary color

Complementary color for #hex is #444A50.


I love getcolorcode.com

Triadic colors

1 #AFBBB5 and #B5AFBB with #BBB5AF are triadic colors.

2 #AFB5BB and #B5BBAF with #BBB5AF are triadic colors.