COLOR #BE90A9

HEX: #BE90A9
RGB: (190,144,169)

Color info

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

RGB color model

#BE90A9 color RGB value is (190,144,169).

  • red value is 190;
  • green value is 144;
  • blue value is 169.
RGB:
(190,144,169)
(75%,56%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 169 of 255 = 66%

190
144
169

R + G + B ~ 66%. #BE90A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 169 = 503 (100%)
R 190 of 503 ~ 37.77%
G 144 of 503 ~ 28.63%
B 169 of 503 ~ 33.6%

%37.77
%28.63
%33.6

CMYK color model

#BE90A9 color CMYK value is (0,24,11,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(0,24,11,25)
C0M24Y11K25 
(0%,24%,11%,25%)
(0.00/0.24/0.11/0.25)	

CMYK percentages

%0
%24.21
%11.05
%25.49

Codes

Color #BE90A9 in popluar color models

BE90A9
RGB190144169
HSL327°26.14%65.49%
HSB/HSV327°24.21%74.51%
CMYK0.00%24.21%11.05%
25.49%

Color #BE90A9 in popluar number systems.

HEXBE90A9
Decimal190144169
Binary101111101001000010101001
Octal276220251

Shades and tints

Shades of #BE90A9

#BE90A9
(190,144,169)
#AD839A
(173,131,154)
#9C768B
(156,118,139)
#8B697C
(139,105,124)
#7A5C6D
(122,92,109)
#694F5E
(105,79,94)
#58424F
(88,66,79)
#473540
(71,53,64)
#362831
(54,40,49)
#251B22
(37,27,34)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #BE90A9

#BE90A9
(190,144,169)
#C39AB0
(195,154,176)
#C8A4B7
(200,164,183)
#CDAEBE
(205,174,190)
#D2B8C5
(210,184,197)
#D7C2CC
(215,194,204)
#DCCCD3
(220,204,211)
#E1D6DA
(225,214,218)
#E6E0E1
(230,224,225)
#EBEAE8
(235,234,232)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE90A9; }

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

This text font color is #BE90A9.


Background Color

.myBgColor { background-color: #BE90A9; }

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

This div background color is #BE90A9.


Border color

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

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

This div border color is #BE90A9.


Opacity

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

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

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

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

This text has shadow with #BE90A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE90A9 on black background.


Color preview on white background

This text has color #BE90A9 on white background.



Black color preview on #BE90A9 background

This text has black color on #BE90A9 background.


White color preview on #BE90A9 background

This text has white color on #BE90A9 background.