COLOR #BEBBA9

HEX: #BEBBA9 RGB: (190,187,169)

Color info

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

RGB color model

#BEBBA9 color RGB value is (190,187,169).

RGB: (190,187,169) (75%, 73%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 169 of 255 = 66%

190
187
169

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 169 = 546 (100%)
R 190 of 546 ~ 34.8%
G 187 of 546 ~ 34.25%
B 169 of 546 ~ 30.95'%

%34.8
%34.25
%30.95

CMYK color model

#BEBBA9 color CMYK value is (0,2,11,25).

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

CMYK: (0,2,11,25)
C0M2Y11K25 (0%, 2%, 11%, 25%)
(0.00 / 0.02 / 0.11 / 0.25)

CMYK percentages

%0
%1.58
%11.05
%25.49

Codes

Color #BEBBA9 in popluar color models

BE BB A9
RGB 190 187 169
HSL 51° 13.91% 70.39%
HSB/HSV 51° 11.05% 74.51%
CMYK 0.00% 1.58% 11.05%
25.49%

Color #BEBBA9 in popluar number systems.

HEX BE BB A9
Decimal 190 187 169
Binary 10111110 10111011 10101001
Octal 276 273 251

Shades and tints

Shades of #BEBBA9

#BEBBA9
(190,187,169)
#ADAA9A
(173,170,154)
#9C998B
(156,153,139)
#8B887C
(139,136,124)
#7A776D
(122,119,109)
#69665E
(105,102,94)
#58554F
(88,85,79)
#474440
(71,68,64)
#363331
(54,51,49)
#252222
(37,34,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEBBA9

#BEBBA9
(190,187,169)
#C3C1B0
(195,193,176)
#C8C7B7
(200,199,183)
#CDCDBE
(205,205,190)
#D2D3C5
(210,211,197)
#D7D9CC
(215,217,204)
#DCDFD3
(220,223,211)
#E1E5DA
(225,229,218)
#E6EBE1
(230,235,225)
#EBF1E8
(235,241,232)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBA9; }

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

This text font color is #BEBBA9.

Background Color

.myBgColor { background-color: #BEBBA9; }

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

This div background color is #BEBBA9.

Border color

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

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

This div border color is #BEBBA9.

Opacity

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

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

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

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

This text has shadow with #BEBBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBA9.

Preview

Color preview on black background

This text has color #BEBBA9 on black background.


Color preview on white background

This text has color #BEBBA9 on white background.


Black color preview on #BEBBA9 background

This text has black color on #BEBBA9 background.


White color preview on #BEBBA9 background

This text has white color on #BEBBA9 background.


Related colors

Complementary color

Complementary color for #hex is #414456.


I love getcolorcode.com

Triadic colors

1 #A9BEBB and #BBA9BE with #BEBBA9 are triadic colors.

2 #A9BBBE and #BBBEA9 with #BEBBA9 are triadic colors.