COLOR #BEBAAE

HEX: #BEBAAE RGB: (190,186,174)

Color info

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

RGB color model

#BEBAAE color RGB value is (190,186,174).

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

RGB channels and saturation

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

190
186
174

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 174 = 550 (100%)
R 190 of 550 ~ 34.55%
G 186 of 550 ~ 33.82%
B 174 of 550 ~ 31.64'%

%34.55
%33.82
%31.64

CMYK color model

#BEBAAE color CMYK value is (0,2,8,25).

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

CMYK: (0,2,8,25)
C0M2Y8K25 (0%, 2%, 8%, 25%)
(0.00 / 0.02 / 0.08 / 0.25)

CMYK percentages

%0
%2.11
%8.42
%25.49

Codes

Color #BEBAAE in popluar color models

BE BA AE
RGB 190 186 174
HSL 45° 10.96% 71.37%
HSB/HSV 45° 8.42% 74.51%
CMYK 0.00% 2.11% 8.42%
25.49%

Color #BEBAAE in popluar number systems.

HEX BE BA AE
Decimal 190 186 174
Binary 10111110 10111010 10101110
Octal 276 272 256

Shades and tints

Shades of #BEBAAE

#BEBAAE
(190,186,174)
#ADAA9F
(173,170,159)
#9C9A90
(156,154,144)
#8B8A81
(139,138,129)
#7A7A72
(122,122,114)
#696A63
(105,106,99)
#585A54
(88,90,84)
#474A45
(71,74,69)
#363A36
(54,58,54)
#252A27
(37,42,39)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #BEBAAE

#BEBAAE
(190,186,174)
#C3C0B5
(195,192,181)
#C8C6BC
(200,198,188)
#CDCCC3
(205,204,195)
#D2D2CA
(210,210,202)
#D7D8D1
(215,216,209)
#DCDED8
(220,222,216)
#E1E4DF
(225,228,223)
#E6EAE6
(230,234,230)
#EBF0ED
(235,240,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAAE; }

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

This text font color is #BEBAAE.

Background Color

.myBgColor { background-color: #BEBAAE; }

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

This div background color is #BEBAAE.

Border color

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

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

This div border color is #BEBAAE.

Opacity

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

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

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

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

This text has shadow with #BEBAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAAE.

Preview

Color preview on black background

This text has color #BEBAAE on black background.


Color preview on white background

This text has color #BEBAAE on white background.


Black color preview on #BEBAAE background

This text has black color on #BEBAAE background.


White color preview on #BEBAAE background

This text has white color on #BEBAAE background.


Related colors

Complementary color

Complementary color for #hex is #414551.


I love getcolorcode.com

Triadic colors

1 #AEBEBA and #BAAEBE with #BEBAAE are triadic colors.

2 #AEBABE and #BABEAE with #BEBAAE are triadic colors.