COLOR #BE9ABF

HEX: #BE9ABF RGB: (190,154,191)

Color info

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

RGB color model

#BE9ABF color RGB value is (190,154,191).

RGB: (190,154,191) (75%, 60%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 191 of 255 = 75%

190
154
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 191 = 535 (100%)
R 190 of 535 ~ 35.51%
G 154 of 535 ~ 28.79%
B 191 of 535 ~ 35.7'%

%35.51
%28.79
%35.7

CMYK color model

#BE9ABF color CMYK value is (1,19,0,25).

  • cyan value is 0.52%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (1,19,0,25) C1M19Y0K25 (1%,19%,0%,25%) (0.01/0.19/0.00/0.25) 

CMYK percentages

%0.52
%19.37
%0
%25.1

Codes

Color #BE9ABF in popluar color models

BE 9A BF
RGB 190 154 191
HSL 298° 22.42% 67.65%
HSB/HSV 298° 19.37% 74.90%
CMYK 0.52% 19.37% 0.00%
25.10%

Color #BE9ABF in popluar number systems.

HEX BE 9A BF
Decimal 190 154 191
Binary 10111110 10011010 10111111
Octal 276 232 277

Shades and tints

Shades of #BE9ABF

#BE9ABF
(190,154,191)
#AD8CAE
(173,140,174)
#9C7E9D
(156,126,157)
#8B708C
(139,112,140)
#7A627B
(122,98,123)
#69546A
(105,84,106)
#584659
(88,70,89)
#473848
(71,56,72)
#362A37
(54,42,55)
#251C26
(37,28,38)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #BE9ABF

#BE9ABF
(190,154,191)
#C3A3C4
(195,163,196)
#C8ACC9
(200,172,201)
#CDB5CE
(205,181,206)
#D2BED3
(210,190,211)
#D7C7D8
(215,199,216)
#DCD0DD
(220,208,221)
#E1D9E2
(225,217,226)
#E6E2E7
(230,226,231)
#EBEBEC
(235,235,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9ABF; }

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

This text font color is #BE9ABF.

Background Color

.myBgColor { background-color: #BE9ABF; }

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

This div background color is #BE9ABF.

Border color

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

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

This div border color is #BE9ABF.

Opacity

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

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

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

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

This text has shadow with #BE9ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9ABF.

Preview

Color preview on black background

This text has color #BE9ABF on black background.


Color preview on white background

This text has color #BE9ABF on white background.


Black color preview on #BE9ABF background

This text has black color on #BE9ABF background.


White color preview on #BE9ABF background

This text has white color on #BE9ABF background.


Related colors

Complementary color

Complementary color for #hex is #416540.


I love getcolorcode.com

Triadic colors

1 #BFBE9A and #9ABFBE with #BE9ABF are triadic colors.

2 #BF9ABE and #9ABEBF with #BE9ABF are triadic colors.