COLOR #BBBEAB

HEX: #BBBEAB RGB: (187,190,171)

Color info

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

RGB color model

#BBBEAB color RGB value is (187,190,171).

RGB: (187,190,171) (73%, 75%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 171 of 255 = 67%

187
190
171

R + G + B ~ 72%. #BBBEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 171 = 548 (100%)
R 187 of 548 ~ 34.12%
G 190 of 548 ~ 34.67%
B 171 of 548 ~ 31.2'%

%34.12
%34.67
%31.2

CMYK color model

#BBBEAB color CMYK value is (2,0,10,25).

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

CMYK: (2,0,10,25)
C2M0Y10K25 (2%, 0%, 10%, 25%)
(0.02 / 0.00 / 0.10 / 0.25)

CMYK percentages

%1.58
%0
%10
%25.49

Codes

Color #BBBEAB in popluar color models

BB BE AB
RGB 187 190 171
HSL 69° 12.75% 70.78%
HSB/HSV 69° 10.00% 74.51%
CMYK 1.58% 0.00% 10.00%
25.49%

Color #BBBEAB in popluar number systems.

HEX BB BE AB
Decimal 187 190 171
Binary 10111011 10111110 10101011
Octal 273 276 253

Shades and tints

Shades of #BBBEAB

#BBBEAB
(187,190,171)
#AAAD9C
(170,173,156)
#999C8D
(153,156,141)
#888B7E
(136,139,126)
#777A6F
(119,122,111)
#666960
(102,105,96)
#555851
(85,88,81)
#444742
(68,71,66)
#333633
(51,54,51)
#222524
(34,37,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBBEAB

#BBBEAB
(187,190,171)
#C1C3B2
(193,195,178)
#C7C8B9
(199,200,185)
#CDCDC0
(205,205,192)
#D3D2C7
(211,210,199)
#D9D7CE
(217,215,206)
#DFDCD5
(223,220,213)
#E5E1DC
(229,225,220)
#EBE6E3
(235,230,227)
#F1EBEA
(241,235,234)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEAB; }

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

This text font color is #BBBEAB.

Background Color

.myBgColor { background-color: #BBBEAB; }

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

This div background color is #BBBEAB.

Border color

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

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

This div border color is #BBBEAB.

Opacity

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

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

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

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

This text has shadow with #BBBEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEAB.

Preview

Color preview on black background

This text has color #BBBEAB on black background.


Color preview on white background

This text has color #BBBEAB on white background.


Black color preview on #BBBEAB background

This text has black color on #BBBEAB background.


White color preview on #BBBEAB background

This text has white color on #BBBEAB background.


Related colors

Complementary color

Complementary color for #hex is #444154.


I love getcolorcode.com

Triadic colors

1 #ABBBBE and #BEABBB with #BBBEAB are triadic colors.

2 #ABBEBB and #BEBBAB with #BBBEAB are triadic colors.