COLOR #BEBAAD

HEX: #BEBAAD RGB: (190,186,173)

Color info

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

RGB color model

#BEBAAD color RGB value is (190,186,173).

RGB: (190,186,173) (75%, 73%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 173 of 255 = 68%

190
186
173

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 173 = 549 (100%)
R 190 of 549 ~ 34.61%
G 186 of 549 ~ 33.88%
B 173 of 549 ~ 31.51'%

%34.61
%33.88
%31.51

CMYK color model

#BEBAAD color CMYK value is (0,2,9,25).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (0,2,9,25)
C0M2Y9K25 (0%, 2%, 9%, 25%)
(0.00 / 0.02 / 0.09 / 0.25)

CMYK percentages

%0
%2.11
%8.95
%25.49

Codes

Color #BEBAAD in popluar color models

BE BA AD
RGB 190 186 173
HSL 46° 11.56% 71.18%
HSB/HSV 46° 8.95% 74.51%
CMYK 0.00% 2.11% 8.95%
25.49%

Color #BEBAAD in popluar number systems.

HEX BE BA AD
Decimal 190 186 173
Binary 10111110 10111010 10101101
Octal 276 272 255

Shades and tints

Shades of #BEBAAD

#BEBAAD
(190,186,173)
#ADAA9E
(173,170,158)
#9C9A8F
(156,154,143)
#8B8A80
(139,138,128)
#7A7A71
(122,122,113)
#696A62
(105,106,98)
#585A53
(88,90,83)
#474A44
(71,74,68)
#363A35
(54,58,53)
#252A26
(37,42,38)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEBAAD

#BEBAAD
(190,186,173)
#C3C0B4
(195,192,180)
#C8C6BB
(200,198,187)
#CDCCC2
(205,204,194)
#D2D2C9
(210,210,201)
#D7D8D0
(215,216,208)
#DCDED7
(220,222,215)
#E1E4DE
(225,228,222)
#E6EAE5
(230,234,229)
#EBF0EC
(235,240,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBAAD color. Also use rgb(190,186,173) instead hex code.

Text Font Color

.myTextColor { color: #BEBAAD; }

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

This text font color is #BEBAAD.

Background Color

.myBgColor { background-color: #BEBAAD; }

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

This div background color is #BEBAAD.

Border color

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

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

This div border color is #BEBAAD.

Opacity

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

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

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

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

This text has shadow with #BEBAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAAD.

Preview

Color preview on black background

This text has color #BEBAAD on black background.


Color preview on white background

This text has color #BEBAAD on white background.


Black color preview on #BEBAAD background

This text has black color on #BEBAAD background.


White color preview on #BEBAAD background

This text has white color on #BEBAAD background.


Related colors

Complementary color

Complementary color for #hex is #414552.


I love getcolorcode.com

Triadic colors

1 #ADBEBA and #BAADBE with #BEBAAD are triadic colors.

2 #ADBABE and #BABEAD with #BEBAAD are triadic colors.