COLOR #BEAAAE

HEX: #BEAAAE RGB: (190,170,174)

Color info

#BEAAAE contains red, green and blue colors in about the same proportion. Web safe color of #BEAAAE is #CC9999 (or #C99).

RGB color model

#BEAAAE color RGB value is (190,170,174).

RGB: (190,170,174) (75%, 67%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 174 of 255 = 68%

190
170
174

R + G + B ~ 70%. #BEAAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 174 = 534 (100%)
R 190 of 534 ~ 35.58%
G 170 of 534 ~ 31.84%
B 174 of 534 ~ 32.58'%

%35.58
%31.84
%32.58

CMYK color model

#BEAAAE color CMYK value is (0,11,8,25).

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

CMYK: (0,11,8,25)
C0M11Y8K25 (0%, 11%, 8%, 25%)
(0.00 / 0.11 / 0.08 / 0.25)

CMYK percentages

%0
%10.53
%8.42
%25.49

Codes

Color #BEAAAE in popluar color models

BE AA AE
RGB 190 170 174
HSL 348° 13.33% 70.59%
HSB/HSV 348° 10.53% 74.51%
CMYK 0.00% 10.53% 8.42%
25.49%

Color #BEAAAE in popluar number systems.

HEX BE AA AE
Decimal 190 170 174
Binary 10111110 10101010 10101110
Octal 276 252 256

Shades and tints

Shades of #BEAAAE

#BEAAAE
(190,170,174)
#AD9B9F
(173,155,159)
#9C8C90
(156,140,144)
#8B7D81
(139,125,129)
#7A6E72
(122,110,114)
#695F63
(105,95,99)
#585054
(88,80,84)
#474145
(71,65,69)
#363236
(54,50,54)
#252327
(37,35,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEAAAE

#BEAAAE
(190,170,174)
#C3B1B5
(195,177,181)
#C8B8BC
(200,184,188)
#CDBFC3
(205,191,195)
#D2C6CA
(210,198,202)
#D7CDD1
(215,205,209)
#DCD4D8
(220,212,216)
#E1DBDF
(225,219,223)
#E6E2E6
(230,226,230)
#EBE9ED
(235,233,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAAE; }

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

This text font color is #BEAAAE.

Background Color

.myBgColor { background-color: #BEAAAE; }

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

This div background color is #BEAAAE.

Border color

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

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

This div border color is #BEAAAE.

Opacity

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

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

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

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

This text has shadow with #BEAAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAAE.

Preview

Color preview on black background

This text has color #BEAAAE on black background.


Color preview on white background

This text has color #BEAAAE on white background.


Black color preview on #BEAAAE background

This text has black color on #BEAAAE background.


White color preview on #BEAAAE background

This text has white color on #BEAAAE background.


Related colors

Complementary color

Complementary color for #hex is #415551.


I love getcolorcode.com

Triadic colors

1 #AEBEAA and #AAAEBE with #BEAAAE are triadic colors.

2 #AEAABE and #AABEAE with #BEAAAE are triadic colors.