COLOR #BE9EBF

HEX: #BE9EBF RGB: (190,158,191)

Color info

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

RGB color model

#BE9EBF color RGB value is (190,158,191).

RGB: (190,158,191) (75%, 62%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 191 of 255 = 75%

190
158
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 158 + 191 = 539 (100%)
R 190 of 539 ~ 35.25%
G 158 of 539 ~ 29.31%
B 191 of 539 ~ 35.44'%

%35.25
%29.31
%35.44

CMYK color model

#BE9EBF color CMYK value is (1,17,0,25).

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

CMYK: (1,17,0,25)
C1M17Y0K25 (1%, 17%, 0%, 25%)
(0.01 / 0.17 / 0.00 / 0.25)

CMYK percentages

%0.52
%17.28
%0
%25.1

Codes

Color #BE9EBF in popluar color models

BE 9E BF
RGB 190 158 191
HSL 298° 20.50% 68.43%
HSB/HSV 298° 17.28% 74.90%
CMYK 0.52% 17.28% 0.00%
25.10%

Color #BE9EBF in popluar number systems.

HEX BE 9E BF
Decimal 190 158 191
Binary 10111110 10011110 10111111
Octal 276 236 277

Shades and tints

Shades of #BE9EBF

#BE9EBF
(190,158,191)
#AD90AE
(173,144,174)
#9C829D
(156,130,157)
#8B748C
(139,116,140)
#7A667B
(122,102,123)
#69586A
(105,88,106)
#584A59
(88,74,89)
#473C48
(71,60,72)
#362E37
(54,46,55)
#252026
(37,32,38)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE9EBF

#BE9EBF
(190,158,191)
#C3A6C4
(195,166,196)
#C8AEC9
(200,174,201)
#CDB6CE
(205,182,206)
#D2BED3
(210,190,211)
#D7C6D8
(215,198,216)
#DCCEDD
(220,206,221)
#E1D6E2
(225,214,226)
#E6DEE7
(230,222,231)
#EBE6EC
(235,230,236)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9EBF; }

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

This text font color is #BE9EBF.

Background Color

.myBgColor { background-color: #BE9EBF; }

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

This div background color is #BE9EBF.

Border color

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

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

This div border color is #BE9EBF.

Opacity

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

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

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

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

This text has shadow with #BE9EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9EBF.

Preview

Color preview on black background

This text has color #BE9EBF on black background.


Color preview on white background

This text has color #BE9EBF on white background.


Black color preview on #BE9EBF background

This text has black color on #BE9EBF background.


White color preview on #BE9EBF background

This text has white color on #BE9EBF background.


Related colors

Complementary color

Complementary color for #hex is #416140.


I love getcolorcode.com

Triadic colors

1 #BFBE9E and #9EBFBE with #BE9EBF are triadic colors.

2 #BF9EBE and #9EBEBF with #BE9EBF are triadic colors.