COLOR #BE90AF

HEX: #BE90AF RGB: (190,144,175)

Color info

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

RGB color model

#BE90AF color RGB value is (190,144,175).

RGB: (190,144,175) (75%, 56%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 175 of 255 = 69%

190
144
175

R + G + B ~ 67%. #BE90AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 144 + 175 = 509 (100%)
R 190 of 509 ~ 37.33%
G 144 of 509 ~ 28.29%
B 175 of 509 ~ 34.38'%

%37.33
%28.29
%34.38

CMYK color model

#BE90AF color CMYK value is (0,24,8,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK: (0,24,8,25) C0M24Y8K25 (0%,24%,8%,25%) (0.00/0.24/0.08/0.25) 

CMYK percentages

%0
%24.21
%7.89
%25.49

Codes

Color #BE90AF in popluar color models

BE 90 AF
RGB 190 144 175
HSL 320° 26.14% 65.49%
HSB/HSV 320° 24.21% 74.51%
CMYK 0.00% 24.21% 7.89%
25.49%

Color #BE90AF in popluar number systems.

HEX BE 90 AF
Decimal 190 144 175
Binary 10111110 10010000 10101111
Octal 276 220 257

Shades and tints

Shades of #BE90AF

#BE90AF
(190,144,175)
#AD83A0
(173,131,160)
#9C7691
(156,118,145)
#8B6982
(139,105,130)
#7A5C73
(122,92,115)
#694F64
(105,79,100)
#584255
(88,66,85)
#473546
(71,53,70)
#362837
(54,40,55)
#251B28
(37,27,40)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #BE90AF

#BE90AF
(190,144,175)
#C39AB6
(195,154,182)
#C8A4BD
(200,164,189)
#CDAEC4
(205,174,196)
#D2B8CB
(210,184,203)
#D7C2D2
(215,194,210)
#DCCCD9
(220,204,217)
#E1D6E0
(225,214,224)
#E6E0E7
(230,224,231)
#EBEAEE
(235,234,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE90AF; }

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

This text font color is #BE90AF.

Background Color

.myBgColor { background-color: #BE90AF; }

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

This div background color is #BE90AF.

Border color

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

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

This div border color is #BE90AF.

Opacity

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

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

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

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

This text has shadow with #BE90AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE90AF.

Preview

Color preview on black background

This text has color #BE90AF on black background.


Color preview on white background

This text has color #BE90AF on white background.


Black color preview on #BE90AF background

This text has black color on #BE90AF background.


White color preview on #BE90AF background

This text has white color on #BE90AF background.


Related colors

Complementary color

Complementary color for #hex is #416F50.


I love getcolorcode.com

Triadic colors

1 #AFBE90 and #90AFBE with #BE90AF are triadic colors.

2 #AF90BE and #90BEAF with #BE90AF are triadic colors.