COLOR #BE90A2

HEX: #BE90A2 RGB: (190,144,162)

Color info

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

RGB color model

#BE90A2 color RGB value is (190,144,162).

RGB: (190,144,162) (75%, 56%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 162 of 255 = 64%

190
144
162

R + G + B ~ 65%. #BE90A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 144 + 162 = 496 (100%)
R 190 of 496 ~ 38.31%
G 144 of 496 ~ 29.03%
B 162 of 496 ~ 32.66'%

%38.31
%29.03
%32.66

CMYK color model

#BE90A2 color CMYK value is (0,24,15,25).

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

CMYK: (0,24,15,25)
C0M24Y15K25 (0%, 24%, 15%, 25%)
(0.00 / 0.24 / 0.15 / 0.25)

CMYK percentages

%0
%24.21
%14.74
%25.49

Codes

Color #BE90A2 in popluar color models

BE 90 A2
RGB 190 144 162
HSL 337° 26.14% 65.49%
HSB/HSV 337° 24.21% 74.51%
CMYK 0.00% 24.21% 14.74%
25.49%

Color #BE90A2 in popluar number systems.

HEX BE 90 A2
Decimal 190 144 162
Binary 10111110 10010000 10100010
Octal 276 220 242

Shades and tints

Shades of #BE90A2

#BE90A2
(190,144,162)
#AD8394
(173,131,148)
#9C7686
(156,118,134)
#8B6978
(139,105,120)
#7A5C6A
(122,92,106)
#694F5C
(105,79,92)
#58424E
(88,66,78)
#473540
(71,53,64)
#362832
(54,40,50)
#251B24
(37,27,36)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #BE90A2

#BE90A2
(190,144,162)
#C39AAA
(195,154,170)
#C8A4B2
(200,164,178)
#CDAEBA
(205,174,186)
#D2B8C2
(210,184,194)
#D7C2CA
(215,194,202)
#DCCCD2
(220,204,210)
#E1D6DA
(225,214,218)
#E6E0E2
(230,224,226)
#EBEAEA
(235,234,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE90A2; }

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

This text font color is #BE90A2.

Background Color

.myBgColor { background-color: #BE90A2; }

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

This div background color is #BE90A2.

Border color

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

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

This div border color is #BE90A2.

Opacity

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

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

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

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

This text has shadow with #BE90A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE90A2.

Preview

Color preview on black background

This text has color #BE90A2 on black background.


Color preview on white background

This text has color #BE90A2 on white background.


Black color preview on #BE90A2 background

This text has black color on #BE90A2 background.


White color preview on #BE90A2 background

This text has white color on #BE90A2 background.


Related colors

Complementary color

Complementary color for #hex is #416F5D.


I love getcolorcode.com

Triadic colors

1 #A2BE90 and #90A2BE with #BE90A2 are triadic colors.

2 #A290BE and #90BEA2 with #BE90A2 are triadic colors.