COLOR #BE9FAE

HEX: #BE9FAE RGB: (190,159,174)

Color info

#BE9FAE contains red, green and blue colors in about the same proportion. Web safe color of #BE9FAE is #CC9999 (or #C99).

RGB color model

#BE9FAE color RGB value is (190,159,174).

RGB: (190,159,174) (75%, 62%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 174 of 255 = 68%

190
159
174

R + G + B ~ 68%. #BE9FAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 159 + 174 = 523 (100%)
R 190 of 523 ~ 36.33%
G 159 of 523 ~ 30.4%
B 174 of 523 ~ 33.27'%

%36.33
%30.4
%33.27

CMYK color model

#BE9FAE color CMYK value is (0,16,8,25).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 8.42%
  • key color value is 25.49%

CMYK: (0,16,8,25)
C0M16Y8K25 (0%, 16%, 8%, 25%)
(0.00 / 0.16 / 0.08 / 0.25)

CMYK percentages

%0
%16.32
%8.42
%25.49

Codes

Color #BE9FAE in popluar color models

BE 9F AE
RGB 190 159 174
HSL 331° 19.25% 68.43%
HSB/HSV 331° 16.32% 74.51%
CMYK 0.00% 16.32% 8.42%
25.49%

Color #BE9FAE in popluar number systems.

HEX BE 9F AE
Decimal 190 159 174
Binary 10111110 10011111 10101110
Octal 276 237 256

Shades and tints

Shades of #BE9FAE

#BE9FAE
(190,159,174)
#AD919F
(173,145,159)
#9C8390
(156,131,144)
#8B7581
(139,117,129)
#7A6772
(122,103,114)
#695963
(105,89,99)
#584B54
(88,75,84)
#473D45
(71,61,69)
#362F36
(54,47,54)
#252127
(37,33,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BE9FAE

#BE9FAE
(190,159,174)
#C3A7B5
(195,167,181)
#C8AFBC
(200,175,188)
#CDB7C3
(205,183,195)
#D2BFCA
(210,191,202)
#D7C7D1
(215,199,209)
#DCCFD8
(220,207,216)
#E1D7DF
(225,215,223)
#E6DFE6
(230,223,230)
#EBE7ED
(235,231,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9FAE; }

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

This text font color is #BE9FAE.

Background Color

.myBgColor { background-color: #BE9FAE; }

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

This div background color is #BE9FAE.

Border color

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

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

This div border color is #BE9FAE.

Opacity

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

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

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

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

This text has shadow with #BE9FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9FAE.

Preview

Color preview on black background

This text has color #BE9FAE on black background.


Color preview on white background

This text has color #BE9FAE on white background.


Black color preview on #BE9FAE background

This text has black color on #BE9FAE background.


White color preview on #BE9FAE background

This text has white color on #BE9FAE background.


Related colors

Complementary color

Complementary color for #hex is #416051.


I love getcolorcode.com

Triadic colors

1 #AEBE9F and #9FAEBE with #BE9FAE are triadic colors.

2 #AE9FBE and #9FBEAE with #BE9FAE are triadic colors.