COLOR #BE93A9

HEX: #BE93A9 RGB: (190,147,169)

Color info

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

RGB color model

#BE93A9 color RGB value is (190,147,169).

RGB: (190,147,169) (75%, 58%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 169 of 255 = 66%

190
147
169

R + G + B ~ 66%. #BE93A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 169 = 506 (100%)
R 190 of 506 ~ 37.55%
G 147 of 506 ~ 29.05%
B 169 of 506 ~ 33.4'%

%37.55
%29.05
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 11.05%
  • key color value is 25.49%

CMYK: (0,23,11,25)
C0M23Y11K25 (0%, 23%, 11%, 25%)
(0.00 / 0.23 / 0.11 / 0.25)

CMYK percentages

%0
%22.63
%11.05
%25.49

Codes

Color #BE93A9 in popluar color models

BE 93 A9
RGB 190 147 169
HSL 329° 24.86% 66.08%
HSB/HSV 329° 22.63% 74.51%
CMYK 0.00% 22.63% 11.05%
25.49%

Color #BE93A9 in popluar number systems.

HEX BE 93 A9
Decimal 190 147 169
Binary 10111110 10010011 10101001
Octal 276 223 251

Shades and tints

Shades of #BE93A9

#BE93A9
(190,147,169)
#AD869A
(173,134,154)
#9C798B
(156,121,139)
#8B6C7C
(139,108,124)
#7A5F6D
(122,95,109)
#69525E
(105,82,94)
#58454F
(88,69,79)
#473840
(71,56,64)
#362B31
(54,43,49)
#251E22
(37,30,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE93A9

#BE93A9
(190,147,169)
#C39CB0
(195,156,176)
#C8A5B7
(200,165,183)
#CDAEBE
(205,174,190)
#D2B7C5
(210,183,197)
#D7C0CC
(215,192,204)
#DCC9D3
(220,201,211)
#E1D2DA
(225,210,218)
#E6DBE1
(230,219,225)
#EBE4E8
(235,228,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE93A9; }

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

This text font color is #BE93A9.

Background Color

.myBgColor { background-color: #BE93A9; }

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

This div background color is #BE93A9.

Border color

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

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

This div border color is #BE93A9.

Opacity

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

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

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

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

This text has shadow with #BE93A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE93A9.

Preview

Color preview on black background

This text has color #BE93A9 on black background.


Color preview on white background

This text has color #BE93A9 on white background.


Black color preview on #BE93A9 background

This text has black color on #BE93A9 background.


White color preview on #BE93A9 background

This text has white color on #BE93A9 background.


Related colors

Complementary color

Complementary color for #hex is #416C56.


I love getcolorcode.com

Triadic colors

1 #A9BE93 and #93A9BE with #BE93A9 are triadic colors.

2 #A993BE and #93BEA9 with #BE93A9 are triadic colors.