COLOR #BE9AC2

HEX: #BE9AC2 RGB: (190,154,194)

Color info

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

RGB color model

#BE9AC2 color RGB value is (190,154,194).

RGB: (190,154,194) (75%, 60%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 194 of 255 = 76%

190
154
194

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

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 194 = 538 (100%)
R 190 of 538 ~ 35.32%
G 154 of 538 ~ 28.62%
B 194 of 538 ~ 36.06'%

%35.32
%28.62
%36.06

CMYK color model

#BE9AC2 color CMYK value is (2,21,0,24).

  • cyan value is 2.06%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (2,21,0,24)
C2M21Y0K24 (2%, 21%, 0%, 24%)
(0.02 / 0.21 / 0.00 / 0.24)

CMYK percentages

%2.06
%20.62
%0
%23.92

Codes

Color #BE9AC2 in popluar color models

BE 9A C2
RGB 190 154 194
HSL 294° 24.69% 68.24%
HSB/HSV 294° 20.62% 76.08%
CMYK 2.06% 20.62% 0.00%
23.92%

Color #BE9AC2 in popluar number systems.

HEX BE 9A C2
Decimal 190 154 194
Binary 10111110 10011010 11000010
Octal 276 232 302

Shades and tints

Shades of #BE9AC2

#BE9AC2
(190,154,194)
#AD8CB1
(173,140,177)
#9C7EA0
(156,126,160)
#8B708F
(139,112,143)
#7A627E
(122,98,126)
#69546D
(105,84,109)
#58465C
(88,70,92)
#47384B
(71,56,75)
#362A3A
(54,42,58)
#251C29
(37,28,41)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #BE9AC2

#BE9AC2
(190,154,194)
#C3A3C7
(195,163,199)
#C8ACCC
(200,172,204)
#CDB5D1
(205,181,209)
#D2BED6
(210,190,214)
#D7C7DB
(215,199,219)
#DCD0E0
(220,208,224)
#E1D9E5
(225,217,229)
#E6E2EA
(230,226,234)
#EBEBEF
(235,235,239)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9AC2; }

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

This text font color is #BE9AC2.

Background Color

.myBgColor { background-color: #BE9AC2; }

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

This div background color is #BE9AC2.

Border color

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

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

This div border color is #BE9AC2.

Opacity

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

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

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

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

This text has shadow with #BE9AC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9AC2.

Preview

Color preview on black background

This text has color #BE9AC2 on black background.


Color preview on white background

This text has color #BE9AC2 on white background.


Black color preview on #BE9AC2 background

This text has black color on #BE9AC2 background.


White color preview on #BE9AC2 background

This text has white color on #BE9AC2 background.


Related colors

Complementary color

Complementary color for #hex is #41653D.


I love getcolorcode.com

Triadic colors

1 #C2BE9A and #9AC2BE with #BE9AC2 are triadic colors.

2 #C29ABE and #9ABEC2 with #BE9AC2 are triadic colors.