COLOR #BEACC6

HEX: #BEACC6 RGB: (190,172,198)

Color info

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

RGB color model

#BEACC6 color RGB value is (190,172,198).

RGB: (190,172,198) (75%, 67%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 198 of 255 = 78%

190
172
198

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 198 = 560 (100%)
R 190 of 560 ~ 33.93%
G 172 of 560 ~ 30.71%
B 198 of 560 ~ 35.36'%

%33.93
%30.71
%35.36

CMYK color model

#BEACC6 color CMYK value is (4,13,0,22).

  • cyan value is 4.04%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (4,13,0,22) C4M13Y0K22 (4%,13%,0%,22%) (0.04/0.13/0.00/0.22) 

CMYK percentages

%4.04
%13.13
%0
%22.35

Codes

Color #BEACC6 in popluar color models

BE AC C6
RGB 190 172 198
HSL 282° 18.57% 72.55%
HSB/HSV 282° 13.13% 77.65%
CMYK 4.04% 13.13% 0.00%
22.35%

Color #BEACC6 in popluar number systems.

HEX BE AC C6
Decimal 190 172 198
Binary 10111110 10101100 11000110
Octal 276 254 306

Shades and tints

Shades of #BEACC6

#BEACC6
(190,172,198)
#AD9DB4
(173,157,180)
#9C8EA2
(156,142,162)
#8B7F90
(139,127,144)
#7A707E
(122,112,126)
#69616C
(105,97,108)
#58525A
(88,82,90)
#474348
(71,67,72)
#363436
(54,52,54)
#252524
(37,37,36)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEACC6

#BEACC6
(190,172,198)
#C3B3CB
(195,179,203)
#C8BAD0
(200,186,208)
#CDC1D5
(205,193,213)
#D2C8DA
(210,200,218)
#D7CFDF
(215,207,223)
#DCD6E4
(220,214,228)
#E1DDE9
(225,221,233)
#E6E4EE
(230,228,238)
#EBEBF3
(235,235,243)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEACC6 color. Also use rgb(190,172,198) instead hex code.

Text Font Color

.myTextColor { color: #BEACC6; }

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

This text font color is #BEACC6.

Background Color

.myBgColor { background-color: #BEACC6; }

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

This div background color is #BEACC6.

Border color

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

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

This div border color is #BEACC6.

Opacity

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

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

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

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

This text has shadow with #BEACC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEACC6.

Preview

Color preview on black background

This text has color #BEACC6 on black background.


Color preview on white background

This text has color #BEACC6 on white background.


Black color preview on #BEACC6 background

This text has black color on #BEACC6 background.


White color preview on #BEACC6 background

This text has white color on #BEACC6 background.


Related colors

Complementary color

Complementary color for #hex is #415339.


I love getcolorcode.com

Triadic colors

1 #C6BEAC and #ACC6BE with #BEACC6 are triadic colors.

2 #C6ACBE and #ACBEC6 with #BEACC6 are triadic colors.