COLOR #BEAECF

HEX: #BEAECF RGB: (190,174,207)

Color info

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

RGB color model

#BEAECF color RGB value is (190,174,207).

RGB: (190,174,207) (75%, 68%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 207 of 255 = 81%

190
174
207

R + G + B ~ 75%. #BEAECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 207 = 571 (100%)
R 190 of 571 ~ 33.27%
G 174 of 571 ~ 30.47%
B 207 of 571 ~ 36.25'%

%33.27
%30.47
%36.25

CMYK color model

#BEAECF color CMYK value is (8,16,0,19).

  • cyan value is 8.21%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (8,16,0,19)
C8M16Y0K19 (8%, 16%, 0%, 19%)
(0.08 / 0.16 / 0.00 / 0.19)

CMYK percentages

%8.21
%15.94
%0
%18.82

Codes

Color #BEAECF in popluar color models

BE AE CF
RGB 190 174 207
HSL 269° 25.58% 74.71%
HSB/HSV 269° 15.94% 81.18%
CMYK 8.21% 15.94% 0.00%
18.82%

Color #BEAECF in popluar number systems.

HEX BE AE CF
Decimal 190 174 207
Binary 10111110 10101110 11001111
Octal 276 256 317

Shades and tints

Shades of #BEAECF

#BEAECF
(190,174,207)
#AD9FBD
(173,159,189)
#9C90AB
(156,144,171)
#8B8199
(139,129,153)
#7A7287
(122,114,135)
#696375
(105,99,117)
#585463
(88,84,99)
#474551
(71,69,81)
#36363F
(54,54,63)
#25272D
(37,39,45)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BEAECF

#BEAECF
(190,174,207)
#C3B5D3
(195,181,211)
#C8BCD7
(200,188,215)
#CDC3DB
(205,195,219)
#D2CADF
(210,202,223)
#D7D1E3
(215,209,227)
#DCD8E7
(220,216,231)
#E1DFEB
(225,223,235)
#E6E6EF
(230,230,239)
#EBEDF3
(235,237,243)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAECF; }

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

This text font color is #BEAECF.

Background Color

.myBgColor { background-color: #BEAECF; }

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

This div background color is #BEAECF.

Border color

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

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

This div border color is #BEAECF.

Opacity

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

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

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

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

This text has shadow with #BEAECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAECF.

Preview

Color preview on black background

This text has color #BEAECF on black background.


Color preview on white background

This text has color #BEAECF on white background.


Black color preview on #BEAECF background

This text has black color on #BEAECF background.


White color preview on #BEAECF background

This text has white color on #BEAECF background.


Related colors

Complementary color

Complementary color for #hex is #415130.


I love getcolorcode.com

Triadic colors

1 #CFBEAE and #AECFBE with #BEAECF are triadic colors.

2 #CFAEBE and #AEBECF with #BEAECF are triadic colors.