COLOR #BEAEBB

HEX: #BEAEBB RGB: (190,174,187)

Color info

#BEAEBB contains red, green and blue colors in about the same proportion. Web safe color of #BEAEBB is #CC99CC (or #C9C).

RGB color model

#BEAEBB color RGB value is (190,174,187).

RGB: (190,174,187) (75%, 68%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 187 of 255 = 73%

190
174
187

R + G + B ~ 72%. #BEAEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 187 = 551 (100%)
R 190 of 551 ~ 34.48%
G 174 of 551 ~ 31.58%
B 187 of 551 ~ 33.94'%

%34.48
%31.58
%33.94

CMYK color model

#BEAEBB color CMYK value is (0,8,2,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK: (0,8,2,25) C0M8Y2K25 (0%,8%,2%,25%) (0.00/0.08/0.02/0.25) 

CMYK percentages

%0
%8.42
%1.58
%25.49

Codes

Color #BEAEBB in popluar color models

BE AE BB
RGB 190 174 187
HSL 311° 10.96% 71.37%
HSB/HSV 311° 8.42% 74.51%
CMYK 0.00% 8.42% 1.58%
25.49%

Color #BEAEBB in popluar number systems.

HEX BE AE BB
Decimal 190 174 187
Binary 10111110 10101110 10111011
Octal 276 256 273

Shades and tints

Shades of #BEAEBB

#BEAEBB
(190,174,187)
#AD9FAA
(173,159,170)
#9C9099
(156,144,153)
#8B8188
(139,129,136)
#7A7277
(122,114,119)
#696366
(105,99,102)
#585455
(88,84,85)
#474544
(71,69,68)
#363633
(54,54,51)
#252722
(37,39,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEAEBB

#BEAEBB
(190,174,187)
#C3B5C1
(195,181,193)
#C8BCC7
(200,188,199)
#CDC3CD
(205,195,205)
#D2CAD3
(210,202,211)
#D7D1D9
(215,209,217)
#DCD8DF
(220,216,223)
#E1DFE5
(225,223,229)
#E6E6EB
(230,230,235)
#EBEDF1
(235,237,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAEBB color. Also use rgb(190,174,187) instead hex code.

Text Font Color

.myTextColor { color: #BEAEBB; }

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

This text font color is #BEAEBB.

Background Color

.myBgColor { background-color: #BEAEBB; }

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

This div background color is #BEAEBB.

Border color

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

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

This div border color is #BEAEBB.

Opacity

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

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

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

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

This text has shadow with #BEAEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEBB.

Preview

Color preview on black background

This text has color #BEAEBB on black background.


Color preview on white background

This text has color #BEAEBB on white background.


Black color preview on #BEAEBB background

This text has black color on #BEAEBB background.


White color preview on #BEAEBB background

This text has white color on #BEAEBB background.


Related colors

Complementary color

Complementary color for #hex is #415144.


I love getcolorcode.com

Triadic colors

1 #BBBEAE and #AEBBBE with #BEAEBB are triadic colors.

2 #BBAEBE and #AEBEBB with #BEAEBB are triadic colors.