COLOR #BEA6BF

HEX: #BEA6BF RGB: (190,166,191)

Color info

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

RGB color model

#BEA6BF color RGB value is (190,166,191).

RGB: (190,166,191) (75%, 65%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 166 of 255 = 65%
B 191 of 255 = 75%

190
166
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 166 + 191 = 547 (100%)
R 190 of 547 ~ 34.73%
G 166 of 547 ~ 30.35%
B 191 of 547 ~ 34.92'%

%34.73
%30.35
%34.92

CMYK color model

#BEA6BF color CMYK value is (1,13,0,25).

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

CMYK: (1,13,0,25)
C1M13Y0K25 (1%, 13%, 0%, 25%)
(0.01 / 0.13 / 0.00 / 0.25)

CMYK percentages

%0.52
%13.09
%0
%25.1

Codes

Color #BEA6BF in popluar color models

BE A6 BF
RGB 190 166 191
HSL 298° 16.34% 70.00%
HSB/HSV 298° 13.09% 74.90%
CMYK 0.52% 13.09% 0.00%
25.10%

Color #BEA6BF in popluar number systems.

HEX BE A6 BF
Decimal 190 166 191
Binary 10111110 10100110 10111111
Octal 276 246 277

Shades and tints

Shades of #BEA6BF

#BEA6BF
(190,166,191)
#AD97AE
(173,151,174)
#9C889D
(156,136,157)
#8B798C
(139,121,140)
#7A6A7B
(122,106,123)
#695B6A
(105,91,106)
#584C59
(88,76,89)
#473D48
(71,61,72)
#362E37
(54,46,55)
#251F26
(37,31,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #BEA6BF

#BEA6BF
(190,166,191)
#C3AEC4
(195,174,196)
#C8B6C9
(200,182,201)
#CDBECE
(205,190,206)
#D2C6D3
(210,198,211)
#D7CED8
(215,206,216)
#DCD6DD
(220,214,221)
#E1DEE2
(225,222,226)
#E6E6E7
(230,230,231)
#EBEEEC
(235,238,236)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6BF; }

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

This text font color is #BEA6BF.

Background Color

.myBgColor { background-color: #BEA6BF; }

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

This div background color is #BEA6BF.

Border color

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

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

This div border color is #BEA6BF.

Opacity

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

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

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

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

This text has shadow with #BEA6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA6BF.

Preview

Color preview on black background

This text has color #BEA6BF on black background.


Color preview on white background

This text has color #BEA6BF on white background.


Black color preview on #BEA6BF background

This text has black color on #BEA6BF background.


White color preview on #BEA6BF background

This text has white color on #BEA6BF background.


Related colors

Complementary color

Complementary color for #hex is #415940.


I love getcolorcode.com

Triadic colors

1 #BFBEA6 and #A6BFBE with #BEA6BF are triadic colors.

2 #BFA6BE and #A6BEBF with #BEA6BF are triadic colors.