COLOR #BEA9BF

HEX: #BEA9BF RGB: (190,169,191)

Color info

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

RGB color model

#BEA9BF color RGB value is (190,169,191).

RGB: (190,169,191) (75%, 66%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 191 of 255 = 75%

190
169
191

R + G + B ~ 72%. #BEA9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 169 + 191 = 550 (100%)
R 190 of 550 ~ 34.55%
G 169 of 550 ~ 30.73%
B 191 of 550 ~ 34.73'%

%34.55
%30.73
%34.73

CMYK color model

#BEA9BF color CMYK value is (1,12,0,25).

  • cyan value is 0.52%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (1,12,0,25)
C1M12Y0K25 (1%, 12%, 0%, 25%)
(0.01 / 0.12 / 0.00 / 0.25)

CMYK percentages

%0.52
%11.52
%0
%25.1

Codes

Color #BEA9BF in popluar color models

BE A9 BF
RGB 190 169 191
HSL 297° 14.67% 70.59%
HSB/HSV 297° 11.52% 74.90%
CMYK 0.52% 11.52% 0.00%
25.10%

Color #BEA9BF in popluar number systems.

HEX BE A9 BF
Decimal 190 169 191
Binary 10111110 10101001 10111111
Octal 276 251 277

Shades and tints

Shades of #BEA9BF

#BEA9BF
(190,169,191)
#AD9AAE
(173,154,174)
#9C8B9D
(156,139,157)
#8B7C8C
(139,124,140)
#7A6D7B
(122,109,123)
#695E6A
(105,94,106)
#584F59
(88,79,89)
#474048
(71,64,72)
#363137
(54,49,55)
#252226
(37,34,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEA9BF

#BEA9BF
(190,169,191)
#C3B0C4
(195,176,196)
#C8B7C9
(200,183,201)
#CDBECE
(205,190,206)
#D2C5D3
(210,197,211)
#D7CCD8
(215,204,216)
#DCD3DD
(220,211,221)
#E1DAE2
(225,218,226)
#E6E1E7
(230,225,231)
#EBE8EC
(235,232,236)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9BF; }

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

This text font color is #BEA9BF.

Background Color

.myBgColor { background-color: #BEA9BF; }

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

This div background color is #BEA9BF.

Border color

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

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

This div border color is #BEA9BF.

Opacity

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

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

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

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

This text has shadow with #BEA9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA9BF.

Preview

Color preview on black background

This text has color #BEA9BF on black background.


Color preview on white background

This text has color #BEA9BF on white background.


Black color preview on #BEA9BF background

This text has black color on #BEA9BF background.


White color preview on #BEA9BF background

This text has white color on #BEA9BF background.


Related colors

Complementary color

Complementary color for #hex is #415640.


I love getcolorcode.com

Triadic colors

1 #BFBEA9 and #A9BFBE with #BEA9BF are triadic colors.

2 #BFA9BE and #A9BEBF with #BEA9BF are triadic colors.