COLOR #BEAABE

HEX: #BEAABE RGB: (190,170,190)

Color info

#BEAABE contains red, green and blue colors in about the same proportion. Web safe color of #BEAABE is #CC99CC (or #C9C).

RGB color model

#BEAABE color RGB value is (190,170,190).

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

RGB channels and saturation

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

190
170
190

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

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 190 = 550 (100%)
R 190 of 550 ~ 34.55%
G 170 of 550 ~ 30.91%
B 190 of 550 ~ 34.55'%

%34.55
%30.91
%34.55

CMYK color model

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

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

CMYK: (0,11,0,25)
C0M11Y0K25 (0%, 11%, 0%, 25%)
(0.00 / 0.11 / 0.00 / 0.25)

CMYK percentages

%0
%10.53
%0
%25.49

Codes

Color #BEAABE in popluar color models

BE AA BE
RGB 190 170 190
HSL 300° 13.33% 70.59%
HSB/HSV 300° 10.53% 74.51%
CMYK 0.00% 10.53% 0.00%
25.49%

Color #BEAABE in popluar number systems.

HEX BE AA BE
Decimal 190 170 190
Binary 10111110 10101010 10111110
Octal 276 252 276

Shades and tints

Shades of #BEAABE

#BEAABE
(190,170,190)
#AD9BAD
(173,155,173)
#9C8C9C
(156,140,156)
#8B7D8B
(139,125,139)
#7A6E7A
(122,110,122)
#695F69
(105,95,105)
#585058
(88,80,88)
#474147
(71,65,71)
#363236
(54,50,54)
#252325
(37,35,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEAABE

#BEAABE
(190,170,190)
#C3B1C3
(195,177,195)
#C8B8C8
(200,184,200)
#CDBFCD
(205,191,205)
#D2C6D2
(210,198,210)
#D7CDD7
(215,205,215)
#DCD4DC
(220,212,220)
#E1DBE1
(225,219,225)
#E6E2E6
(230,226,230)
#EBE9EB
(235,233,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAABE; }

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

This text font color is #BEAABE.

Background Color

.myBgColor { background-color: #BEAABE; }

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

This div background color is #BEAABE.

Border color

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

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

This div border color is #BEAABE.

Opacity

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

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

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

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

This text has shadow with #BEAABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAABE.

Preview

Color preview on black background

This text has color #BEAABE on black background.


Color preview on white background

This text has color #BEAABE on white background.


Black color preview on #BEAABE background

This text has black color on #BEAABE background.


White color preview on #BEAABE background

This text has white color on #BEAABE background.


Related colors

Complementary color

Complementary color for #hex is #415541.


I love getcolorcode.com

Triadic colors

1 #BEBEAA and #AABEBE with #BEAABE are triadic colors.

2 #BEAABE and #AABEBE with #BEAABE are triadic colors.