COLOR #BE95AA

HEX: #BE95AA RGB: (190,149,170)

Color info

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

RGB color model

#BE95AA color RGB value is (190,149,170).

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

RGB channels and saturation

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

190
149
170

R + G + B ~ 67%. #BE95AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 149 + 170 = 509 (100%)
R 190 of 509 ~ 37.33%
G 149 of 509 ~ 29.27%
B 170 of 509 ~ 33.4'%

%37.33
%29.27
%33.4

CMYK color model

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

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

CMYK: (0,22,11,25)
C0M22Y11K25 (0%, 22%, 11%, 25%)
(0.00 / 0.22 / 0.11 / 0.25)

CMYK percentages

%0
%21.58
%10.53
%25.49

Codes

Color #BE95AA in popluar color models

BE 95 AA
RGB 190 149 170
HSL 329° 23.98% 66.47%
HSB/HSV 329° 21.58% 74.51%
CMYK 0.00% 21.58% 10.53%
25.49%

Color #BE95AA in popluar number systems.

HEX BE 95 AA
Decimal 190 149 170
Binary 10111110 10010101 10101010
Octal 276 225 252

Shades and tints

Shades of #BE95AA

#BE95AA
(190,149,170)
#AD889B
(173,136,155)
#9C7B8C
(156,123,140)
#8B6E7D
(139,110,125)
#7A616E
(122,97,110)
#69545F
(105,84,95)
#584750
(88,71,80)
#473A41
(71,58,65)
#362D32
(54,45,50)
#252023
(37,32,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BE95AA

#BE95AA
(190,149,170)
#C39EB1
(195,158,177)
#C8A7B8
(200,167,184)
#CDB0BF
(205,176,191)
#D2B9C6
(210,185,198)
#D7C2CD
(215,194,205)
#DCCBD4
(220,203,212)
#E1D4DB
(225,212,219)
#E6DDE2
(230,221,226)
#EBE6E9
(235,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE95AA; }

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

This text font color is #BE95AA.

Background Color

.myBgColor { background-color: #BE95AA; }

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

This div background color is #BE95AA.

Border color

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

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

This div border color is #BE95AA.

Opacity

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

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

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

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

This text has shadow with #BE95AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE95AA.

Preview

Color preview on black background

This text has color #BE95AA on black background.


Color preview on white background

This text has color #BE95AA on white background.


Black color preview on #BE95AA background

This text has black color on #BE95AA background.


White color preview on #BE95AA background

This text has white color on #BE95AA background.


Related colors

Complementary color

Complementary color for #hex is #416A55.


I love getcolorcode.com

Triadic colors

1 #AABE95 and #95AABE with #BE95AA are triadic colors.

2 #AA95BE and #95BEAA with #BE95AA are triadic colors.