COLOR #BE82AB

HEX: #BE82AB RGB: (190,130,171)

Color info

#BE82AB contains mainly red and blue colors. Web safe color of #BE82AB is #CC9999 (or #C99).

RGB color model

#BE82AB color RGB value is (190,130,171).

RGB: (190,130,171) (75%, 51%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 130 of 255 = 51%
B 171 of 255 = 67%

190
130
171

R + G + B ~ 64%. #BE82AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 130 + 171 = 491 (100%)
R 190 of 491 ~ 38.7%
G 130 of 491 ~ 26.48%
B 171 of 491 ~ 34.83'%

%38.7
%26.48
%34.83

CMYK color model

#BE82AB color CMYK value is (0,32,10,25).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 10.00%
  • key color value is 25.49%

CMYK: (0,32,10,25)
C0M32Y10K25 (0%, 32%, 10%, 25%)
(0.00 / 0.32 / 0.10 / 0.25)

CMYK percentages

%0
%31.58
%10
%25.49

Codes

Color #BE82AB in popluar color models

BE 82 AB
RGB 190 130 171
HSL 319° 31.58% 62.75%
HSB/HSV 319° 31.58% 74.51%
CMYK 0.00% 31.58% 10.00%
25.49%

Color #BE82AB in popluar number systems.

HEX BE 82 AB
Decimal 190 130 171
Binary 10111110 10000010 10101011
Octal 276 202 253

Shades and tints

Shades of #BE82AB

#BE82AB
(190,130,171)
#AD779C
(173,119,156)
#9C6C8D
(156,108,141)
#8B617E
(139,97,126)
#7A566F
(122,86,111)
#694B60
(105,75,96)
#584051
(88,64,81)
#473542
(71,53,66)
#362A33
(54,42,51)
#251F24
(37,31,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BE82AB

#BE82AB
(190,130,171)
#C38DB2
(195,141,178)
#C898B9
(200,152,185)
#CDA3C0
(205,163,192)
#D2AEC7
(210,174,199)
#D7B9CE
(215,185,206)
#DCC4D5
(220,196,213)
#E1CFDC
(225,207,220)
#E6DAE3
(230,218,227)
#EBE5EA
(235,229,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE82AB color. Also use rgb(190,130,171) instead hex code.

Text Font Color

.myTextColor { color: #BE82AB; }

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

This text font color is #BE82AB.

Background Color

.myBgColor { background-color: #BE82AB; }

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

This div background color is #BE82AB.

Border color

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

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

This div border color is #BE82AB.

Opacity

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

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

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

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

This text has shadow with #BE82AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE82AB.

Preview

Color preview on black background

This text has color #BE82AB on black background.


Color preview on white background

This text has color #BE82AB on white background.


Black color preview on #BE82AB background

This text has black color on #BE82AB background.


White color preview on #BE82AB background

This text has white color on #BE82AB background.


Related colors

Complementary color

Complementary color for #hex is #417D54.


I love getcolorcode.com

Triadic colors

1 #ABBE82 and #82ABBE with #BE82AB are triadic colors.

2 #AB82BE and #82BEAB with #BE82AB are triadic colors.