COLOR #BEAECB

HEX: #BEAECB RGB: (190,174,203)

Color info

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

RGB color model

#BEAECB color RGB value is (190,174,203).

RGB: (190,174,203) (75%, 68%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 203 of 255 = 80%

190
174
203

R + G + B ~ 74%. #BEAECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 203 = 567 (100%)
R 190 of 567 ~ 33.51%
G 174 of 567 ~ 30.69%
B 203 of 567 ~ 35.8'%

%33.51
%30.69
%35.8

CMYK color model

#BEAECB color CMYK value is (6,14,0,20).

  • cyan value is 6.40%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,14,0,20)
C6M14Y0K20 (6%, 14%, 0%, 20%)
(0.06 / 0.14 / 0.00 / 0.20)

CMYK percentages

%6.4
%14.29
%0
%20.39

Codes

Color #BEAECB in popluar color models

BE AE CB
RGB 190 174 203
HSL 273° 21.80% 73.92%
HSB/HSV 273° 14.29% 79.61%
CMYK 6.40% 14.29% 0.00%
20.39%

Color #BEAECB in popluar number systems.

HEX BE AE CB
Decimal 190 174 203
Binary 10111110 10101110 11001011
Octal 276 256 313

Shades and tints

Shades of #BEAECB

#BEAECB
(190,174,203)
#AD9FB9
(173,159,185)
#9C90A7
(156,144,167)
#8B8195
(139,129,149)
#7A7283
(122,114,131)
#696371
(105,99,113)
#58545F
(88,84,95)
#47454D
(71,69,77)
#36363B
(54,54,59)
#252729
(37,39,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEAECB

#BEAECB
(190,174,203)
#C3B5CF
(195,181,207)
#C8BCD3
(200,188,211)
#CDC3D7
(205,195,215)
#D2CADB
(210,202,219)
#D7D1DF
(215,209,223)
#DCD8E3
(220,216,227)
#E1DFE7
(225,223,231)
#E6E6EB
(230,230,235)
#EBEDEF
(235,237,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAECB; }

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

This text font color is #BEAECB.

Background Color

.myBgColor { background-color: #BEAECB; }

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

This div background color is #BEAECB.

Border color

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

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

This div border color is #BEAECB.

Opacity

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

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

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

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

This text has shadow with #BEAECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAECB.

Preview

Color preview on black background

This text has color #BEAECB on black background.


Color preview on white background

This text has color #BEAECB on white background.


Black color preview on #BEAECB background

This text has black color on #BEAECB background.


White color preview on #BEAECB background

This text has white color on #BEAECB background.


Related colors

Complementary color

Complementary color for #hex is #415134.


I love getcolorcode.com

Triadic colors

1 #CBBEAE and #AECBBE with #BEAECB are triadic colors.

2 #CBAEBE and #AEBECB with #BEAECB are triadic colors.