COLOR #BEBAAA

HEX: #BEBAAA RGB: (190,186,170)

Color info

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

RGB color model

#BEBAAA color RGB value is (190,186,170).

RGB: (190,186,170) (75%, 73%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 170 of 255 = 67%

190
186
170

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 170 = 546 (100%)
R 190 of 546 ~ 34.8%
G 186 of 546 ~ 34.07%
B 170 of 546 ~ 31.14'%

%34.8
%34.07
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 10.53%
  • 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
%2.11
%10.53
%25.49

Codes

Color #BEBAAA in popluar color models

BE BA AA
RGB 190 186 170
HSL 48° 13.33% 70.59%
HSB/HSV 48° 10.53% 74.51%
CMYK 0.00% 2.11% 10.53%
25.49%

Color #BEBAAA in popluar number systems.

HEX BE BA AA
Decimal 190 186 170
Binary 10111110 10111010 10101010
Octal 276 272 252

Shades and tints

Shades of #BEBAAA

#BEBAAA
(190,186,170)
#ADAA9B
(173,170,155)
#9C9A8C
(156,154,140)
#8B8A7D
(139,138,125)
#7A7A6E
(122,122,110)
#696A5F
(105,106,95)
#585A50
(88,90,80)
#474A41
(71,74,65)
#363A32
(54,58,50)
#252A23
(37,42,35)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BEBAAA

#BEBAAA
(190,186,170)
#C3C0B1
(195,192,177)
#C8C6B8
(200,198,184)
#CDCCBF
(205,204,191)
#D2D2C6
(210,210,198)
#D7D8CD
(215,216,205)
#DCDED4
(220,222,212)
#E1E4DB
(225,228,219)
#E6EAE2
(230,234,226)
#EBF0E9
(235,240,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAAA; }

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

This text font color is #BEBAAA.

Background Color

.myBgColor { background-color: #BEBAAA; }

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

This div background color is #BEBAAA.

Border color

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

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

This div border color is #BEBAAA.

Opacity

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

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

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

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

This text has shadow with #BEBAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAAA.

Preview

Color preview on black background

This text has color #BEBAAA on black background.


Color preview on white background

This text has color #BEBAAA on white background.


Black color preview on #BEBAAA background

This text has black color on #BEBAAA background.


White color preview on #BEBAAA background

This text has white color on #BEBAAA background.


Related colors

Complementary color

Complementary color for #hex is #414555.


I love getcolorcode.com

Triadic colors

1 #AABEBA and #BAAABE with #BEBAAA are triadic colors.

2 #AABABE and #BABEAA with #BEBAAA are triadic colors.