COLOR #BBBEA2

HEX: #BBBEA2
RGB: (187,190,162)

Color info

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

RGB color model

#BBBEA2 color RGB value is (187,190,162).

  • red value is 187;
  • green value is 190;
  • blue value is 162.
RGB:
(187,190,162)
(73%,75%,64%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 162 of 255 = 64%

187
190
162

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 162 = 539 (100%)
R 187 of 539 ~ 34.69%
G 190 of 539 ~ 35.25%
B 162 of 539 ~ 30.06%

%34.69
%35.25
%30.06

CMYK color model

#BBBEA2 color CMYK value is (2,0,15,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(2,0,15,25)
C2M0Y15K25 
(2%,0%,15%,25%)
(0.02/0.00/0.15/0.25)	

CMYK percentages

%1.58
%0
%14.74
%25.49

Codes

Color #BBBEA2 in popluar color models

BBBEA2
RGB187190162
HSL66°17.72%69.02%
HSB/HSV66°14.74%74.51%
CMYK1.58%0.00%14.74%
25.49%

Color #BBBEA2 in popluar number systems.

HEXBBBEA2
Decimal187190162
Binary101110111011111010100010
Octal273276242

Shades and tints

Shades of #BBBEA2

#BBBEA2
(187,190,162)
#AAAD94
(170,173,148)
#999C86
(153,156,134)
#888B78
(136,139,120)
#777A6A
(119,122,106)
#66695C
(102,105,92)
#55584E
(85,88,78)
#444740
(68,71,64)
#333632
(51,54,50)
#222524
(34,37,36)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBBEA2

#BBBEA2
(187,190,162)
#C1C3AA
(193,195,170)
#C7C8B2
(199,200,178)
#CDCDBA
(205,205,186)
#D3D2C2
(211,210,194)
#D9D7CA
(217,215,202)
#DFDCD2
(223,220,210)
#E5E1DA
(229,225,218)
#EBE6E2
(235,230,226)
#F1EBEA
(241,235,234)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEA2; }

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

This text font color is #BBBEA2.


Background Color

.myBgColor { background-color: #BBBEA2; }

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

This div background color is #BBBEA2.


Border color

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

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

This div border color is #BBBEA2.


Opacity

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

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

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

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

This text has shadow with #BBBEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEA2 on black background.


Color preview on white background

This text has color #BBBEA2 on white background.



Black color preview on #BBBEA2 background

This text has black color on #BBBEA2 background.


White color preview on #BBBEA2 background

This text has white color on #BBBEA2 background.