COLOR #BE9FC5

HEX: #BE9FC5 RGB: (190,159,197)

Color info

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

RGB color model

#BE9FC5 color RGB value is (190,159,197).

RGB: (190,159,197) (75%, 62%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 197 of 255 = 77%

190
159
197

R + G + B ~ 71%. #BE9FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 159 + 197 = 546 (100%)
R 190 of 546 ~ 34.8%
G 159 of 546 ~ 29.12%
B 197 of 546 ~ 36.08'%

%34.8
%29.12
%36.08

CMYK color model

#BE9FC5 color CMYK value is (4,19,0,23).

  • cyan value is 3.55%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (4,19,0,23) C4M19Y0K23 (4%,19%,0%,23%) (0.04/0.19/0.00/0.23) 

CMYK percentages

%3.55
%19.29
%0
%22.75

Codes

Color #BE9FC5 in popluar color models

BE 9F C5
RGB 190 159 197
HSL 289° 24.68% 69.80%
HSB/HSV 289° 19.29% 77.25%
CMYK 3.55% 19.29% 0.00%
22.75%

Color #BE9FC5 in popluar number systems.

HEX BE 9F C5
Decimal 190 159 197
Binary 10111110 10011111 11000101
Octal 276 237 305

Shades and tints

Shades of #BE9FC5

#BE9FC5
(190,159,197)
#AD91B4
(173,145,180)
#9C83A3
(156,131,163)
#8B7592
(139,117,146)
#7A6781
(122,103,129)
#695970
(105,89,112)
#584B5F
(88,75,95)
#473D4E
(71,61,78)
#362F3D
(54,47,61)
#25212C
(37,33,44)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #BE9FC5

#BE9FC5
(190,159,197)
#C3A7CA
(195,167,202)
#C8AFCF
(200,175,207)
#CDB7D4
(205,183,212)
#D2BFD9
(210,191,217)
#D7C7DE
(215,199,222)
#DCCFE3
(220,207,227)
#E1D7E8
(225,215,232)
#E6DFED
(230,223,237)
#EBE7F2
(235,231,242)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9FC5; }

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

This text font color is #BE9FC5.

Background Color

.myBgColor { background-color: #BE9FC5; }

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

This div background color is #BE9FC5.

Border color

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

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

This div border color is #BE9FC5.

Opacity

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

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

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

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

This text has shadow with #BE9FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9FC5.

Preview

Color preview on black background

This text has color #BE9FC5 on black background.


Color preview on white background

This text has color #BE9FC5 on white background.


Black color preview on #BE9FC5 background

This text has black color on #BE9FC5 background.


White color preview on #BE9FC5 background

This text has white color on #BE9FC5 background.


Related colors

Complementary color

Complementary color for #hex is #41603A.


I love getcolorcode.com

Triadic colors

1 #C5BE9F and #9FC5BE with #BE9FC5 are triadic colors.

2 #C59FBE and #9FBEC5 with #BE9FC5 are triadic colors.