COLOR #BE90AB

HEX: #BE90AB
RGB: (190,144,171)

Color info

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

RGB color model

#BE90AB color RGB value is (190,144,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 171 of 255 = 67%

190
144
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 171 = 505 (100%)
R 190 of 505 ~ 37.62%
G 144 of 505 ~ 28.51%
B 171 of 505 ~ 33.86%

%37.62
%28.51
%33.86

CMYK color model

#BE90AB color CMYK value is (0,24,10,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,24,10,25)
C0M24Y10K25 
(0%,24%,10%,25%)
(0.00/0.24/0.10/0.25)	

CMYK percentages

%0
%24.21
%10
%25.49

Codes

Color #BE90AB in popluar color models

BE90AB
RGB190144171
HSL325°26.14%65.49%
HSB/HSV325°24.21%74.51%
CMYK0.00%24.21%10.00%
25.49%

Color #BE90AB in popluar number systems.

HEXBE90AB
Decimal190144171
Binary101111101001000010101011
Octal276220253

Shades and tints

Shades of #BE90AB

#BE90AB
(190,144,171)
#AD839C
(173,131,156)
#9C768D
(156,118,141)
#8B697E
(139,105,126)
#7A5C6F
(122,92,111)
#694F60
(105,79,96)
#584251
(88,66,81)
#473542
(71,53,66)
#362833
(54,40,51)
#251B24
(37,27,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #BE90AB

#BE90AB
(190,144,171)
#C39AB2
(195,154,178)
#C8A4B9
(200,164,185)
#CDAEC0
(205,174,192)
#D2B8C7
(210,184,199)
#D7C2CE
(215,194,206)
#DCCCD5
(220,204,213)
#E1D6DC
(225,214,220)
#E6E0E3
(230,224,227)
#EBEAEA
(235,234,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE90AB; }

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

This text font color is #BE90AB.


Background Color

.myBgColor { background-color: #BE90AB; }

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

This div background color is #BE90AB.


Border color

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

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

This div border color is #BE90AB.


Opacity

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

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

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

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

This text has shadow with #BE90AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE90AB on black background.


Color preview on white background

This text has color #BE90AB on white background.



Black color preview on #BE90AB background

This text has black color on #BE90AB background.


White color preview on #BE90AB background

This text has white color on #BE90AB background.