COLOR #BE88A2

HEX: #BE88A2 RGB: (190,136,162)

Color info

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

RGB color model

#BE88A2 color RGB value is (190,136,162).

RGB: (190,136,162) (75%, 53%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 162 of 255 = 64%

190
136
162

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

Portions of RGB colors in percentages

R + G + B = 190 + 136 + 162 = 488 (100%)
R 190 of 488 ~ 38.93%
G 136 of 488 ~ 27.87%
B 162 of 488 ~ 33.2'%

%38.93
%27.87
%33.2

CMYK color model

#BE88A2 color CMYK value is (0,28,15,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 14.74%
  • key color value is 25.49%

CMYK: (0,28,15,25)
C0M28Y15K25 (0%, 28%, 15%, 25%)
(0.00 / 0.28 / 0.15 / 0.25)

CMYK percentages

%0
%28.42
%14.74
%25.49

Codes

Color #BE88A2 in popluar color models

BE 88 A2
RGB 190 136 162
HSL 331° 29.35% 63.92%
HSB/HSV 331° 28.42% 74.51%
CMYK 0.00% 28.42% 14.74%
25.49%

Color #BE88A2 in popluar number systems.

HEX BE 88 A2
Decimal 190 136 162
Binary 10111110 10001000 10100010
Octal 276 210 242

Shades and tints

Shades of #BE88A2

#BE88A2
(190,136,162)
#AD7C94
(173,124,148)
#9C7086
(156,112,134)
#8B6478
(139,100,120)
#7A586A
(122,88,106)
#694C5C
(105,76,92)
#58404E
(88,64,78)
#473440
(71,52,64)
#362832
(54,40,50)
#251C24
(37,28,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BE88A2

#BE88A2
(190,136,162)
#C392AA
(195,146,170)
#C89CB2
(200,156,178)
#CDA6BA
(205,166,186)
#D2B0C2
(210,176,194)
#D7BACA
(215,186,202)
#DCC4D2
(220,196,210)
#E1CEDA
(225,206,218)
#E6D8E2
(230,216,226)
#EBE2EA
(235,226,234)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE88A2 color. Also use rgb(190,136,162) instead hex code.

Text Font Color

.myTextColor { color: #BE88A2; }

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

This text font color is #BE88A2.

Background Color

.myBgColor { background-color: #BE88A2; }

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

This div background color is #BE88A2.

Border color

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

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

This div border color is #BE88A2.

Opacity

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

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

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

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

This text has shadow with #BE88A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE88A2.

Preview

Color preview on black background

This text has color #BE88A2 on black background.


Color preview on white background

This text has color #BE88A2 on white background.


Black color preview on #BE88A2 background

This text has black color on #BE88A2 background.


White color preview on #BE88A2 background

This text has white color on #BE88A2 background.


Related colors

Complementary color

Complementary color for #hex is #41775D.


I love getcolorcode.com

Triadic colors

1 #A2BE88 and #88A2BE with #BE88A2 are triadic colors.

2 #A288BE and #88BEA2 with #BE88A2 are triadic colors.