COLOR #BBB4AF

HEX: #BBB4AF RGB: (187,180,175)

Color info

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

RGB color model

#BBB4AF color RGB value is (187,180,175).

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

RGB channels and saturation

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

187
180
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 175 = 542 (100%)
R 187 of 542 ~ 34.5%
G 180 of 542 ~ 33.21%
B 175 of 542 ~ 32.29'%

%34.5
%33.21
%32.29

CMYK color model

#BBB4AF color CMYK value is (0,4,6,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK: (0,4,6,27) C0M4Y6K27 (0%,4%,6%,27%) (0.00/0.04/0.06/0.27) 

CMYK percentages

%0
%3.74
%6.42
%26.67

Codes

Color #BBB4AF in popluar color models

BB B4 AF
RGB 187 180 175
HSL 25° 8.11% 70.98%
HSB/HSV 25° 6.42% 73.33%
CMYK 0.00% 3.74% 6.42%
26.67%

Color #BBB4AF in popluar number systems.

HEX BB B4 AF
Decimal 187 180 175
Binary 10111011 10110100 10101111
Octal 273 264 257

Shades and tints

Shades of #BBB4AF

#BBB4AF
(187,180,175)
#AAA4A0
(170,164,160)
#999491
(153,148,145)
#888482
(136,132,130)
#777473
(119,116,115)
#666464
(102,100,100)
#555455
(85,84,85)
#444446
(68,68,70)
#333437
(51,52,55)
#222428
(34,36,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBB4AF

#BBB4AF
(187,180,175)
#C1BAB6
(193,186,182)
#C7C0BD
(199,192,189)
#CDC6C4
(205,198,196)
#D3CCCB
(211,204,203)
#D9D2D2
(217,210,210)
#DFD8D9
(223,216,217)
#E5DEE0
(229,222,224)
#EBE4E7
(235,228,231)
#F1EAEE
(241,234,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4AF; }

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

This text font color is #BBB4AF.

Background Color

.myBgColor { background-color: #BBB4AF; }

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

This div background color is #BBB4AF.

Border color

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

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

This div border color is #BBB4AF.

Opacity

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

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

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

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

This text has shadow with #BBB4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4AF.

Preview

Color preview on black background

This text has color #BBB4AF on black background.


Color preview on white background

This text has color #BBB4AF on white background.


Black color preview on #BBB4AF background

This text has black color on #BBB4AF background.


White color preview on #BBB4AF background

This text has white color on #BBB4AF background.


Related colors

Complementary color

Complementary color for #hex is #444B50.


I love getcolorcode.com

Triadic colors

1 #AFBBB4 and #B4AFBB with #BBB4AF are triadic colors.

2 #AFB4BB and #B4BBAF with #BBB4AF are triadic colors.