COLOR #BE89B6

HEX: #BE89B6 RGB: (190,137,182)

Color info

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

RGB color model

#BE89B6 color RGB value is (190,137,182).

RGB: (190,137,182) (75%, 54%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 182 of 255 = 71%

190
137
182

R + G + B ~ 67%. #BE89B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 137 + 182 = 509 (100%)
R 190 of 509 ~ 37.33%
G 137 of 509 ~ 26.92%
B 182 of 509 ~ 35.76'%

%37.33
%26.92
%35.76

CMYK color model

#BE89B6 color CMYK value is (0,28,4,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (0,28,4,25)
C0M28Y4K25 (0%, 28%, 4%, 25%)
(0.00 / 0.28 / 0.04 / 0.25)

CMYK percentages

%0
%27.89
%4.21
%25.49

Codes

Color #BE89B6 in popluar color models

BE 89 B6
RGB 190 137 182
HSL 309° 28.96% 64.12%
HSB/HSV 309° 27.89% 74.51%
CMYK 0.00% 27.89% 4.21%
25.49%

Color #BE89B6 in popluar number systems.

HEX BE 89 B6
Decimal 190 137 182
Binary 10111110 10001001 10110110
Octal 276 211 266

Shades and tints

Shades of #BE89B6

#BE89B6
(190,137,182)
#AD7DA6
(173,125,166)
#9C7196
(156,113,150)
#8B6586
(139,101,134)
#7A5976
(122,89,118)
#694D66
(105,77,102)
#584156
(88,65,86)
#473546
(71,53,70)
#362936
(54,41,54)
#251D26
(37,29,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BE89B6

#BE89B6
(190,137,182)
#C393BC
(195,147,188)
#C89DC2
(200,157,194)
#CDA7C8
(205,167,200)
#D2B1CE
(210,177,206)
#D7BBD4
(215,187,212)
#DCC5DA
(220,197,218)
#E1CFE0
(225,207,224)
#E6D9E6
(230,217,230)
#EBE3EC
(235,227,236)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE89B6 color. Also use rgb(190,137,182) instead hex code.

Text Font Color

.myTextColor { color: #BE89B6; }

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

This text font color is #BE89B6.

Background Color

.myBgColor { background-color: #BE89B6; }

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

This div background color is #BE89B6.

Border color

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

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

This div border color is #BE89B6.

Opacity

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

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

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

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

This text has shadow with #BE89B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE89B6.

Preview

Color preview on black background

This text has color #BE89B6 on black background.


Color preview on white background

This text has color #BE89B6 on white background.


Black color preview on #BE89B6 background

This text has black color on #BE89B6 background.


White color preview on #BE89B6 background

This text has white color on #BE89B6 background.


Related colors

Complementary color

Complementary color for #hex is #417649.


I love getcolorcode.com

Triadic colors

1 #B6BE89 and #89B6BE with #BE89B6 are triadic colors.

2 #B689BE and #89BEB6 with #BE89B6 are triadic colors.