COLOR #BEAEC0

HEX: #BEAEC0 RGB: (190,174,192)

Color info

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

RGB color model

#BEAEC0 color RGB value is (190,174,192).

RGB: (190,174,192) (75%, 68%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 192 of 255 = 75%

190
174
192

R + G + B ~ 73%. #BEAEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 192 = 556 (100%)
R 190 of 556 ~ 34.17%
G 174 of 556 ~ 31.29%
B 192 of 556 ~ 34.53'%

%34.17
%31.29
%34.53

CMYK color model

#BEAEC0 color CMYK value is (1,9,0,25).

  • cyan value is 1.04%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (1,9,0,25)
C1M9Y0K25 (1%, 9%, 0%, 25%)
(0.01 / 0.09 / 0.00 / 0.25)

CMYK percentages

%1.04
%9.38
%0
%24.71

Codes

Color #BEAEC0 in popluar color models

BE AE C0
RGB 190 174 192
HSL 293° 12.50% 71.76%
HSB/HSV 293° 9.38% 75.29%
CMYK 1.04% 9.38% 0.00%
24.71%

Color #BEAEC0 in popluar number systems.

HEX BE AE C0
Decimal 190 174 192
Binary 10111110 10101110 11000000
Octal 276 256 300

Shades and tints

Shades of #BEAEC0

#BEAEC0
(190,174,192)
#AD9FAF
(173,159,175)
#9C909E
(156,144,158)
#8B818D
(139,129,141)
#7A727C
(122,114,124)
#69636B
(105,99,107)
#58545A
(88,84,90)
#474549
(71,69,73)
#363638
(54,54,56)
#252727
(37,39,39)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BEAEC0

#BEAEC0
(190,174,192)
#C3B5C5
(195,181,197)
#C8BCCA
(200,188,202)
#CDC3CF
(205,195,207)
#D2CAD4
(210,202,212)
#D7D1D9
(215,209,217)
#DCD8DE
(220,216,222)
#E1DFE3
(225,223,227)
#E6E6E8
(230,230,232)
#EBEDED
(235,237,237)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAEC0; }

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

This text font color is #BEAEC0.

Background Color

.myBgColor { background-color: #BEAEC0; }

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

This div background color is #BEAEC0.

Border color

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

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

This div border color is #BEAEC0.

Opacity

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

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

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

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

This text has shadow with #BEAEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEC0.

Preview

Color preview on black background

This text has color #BEAEC0 on black background.


Color preview on white background

This text has color #BEAEC0 on white background.


Black color preview on #BEAEC0 background

This text has black color on #BEAEC0 background.


White color preview on #BEAEC0 background

This text has white color on #BEAEC0 background.


Related colors

Complementary color

Complementary color for #hex is #41513F.


I love getcolorcode.com

Triadic colors

1 #C0BEAE and #AEC0BE with #BEAEC0 are triadic colors.

2 #C0AEBE and #AEBEC0 with #BEAEC0 are triadic colors.