COLOR #BEACCD

HEX: #BEACCD RGB: (190,172,205)

Color info

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

RGB color model

#BEACCD color RGB value is (190,172,205).

RGB: (190,172,205) (75%, 67%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 205 of 255 = 80%

190
172
205

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 205 = 567 (100%)
R 190 of 567 ~ 33.51%
G 172 of 567 ~ 30.34%
B 205 of 567 ~ 36.16'%

%33.51
%30.34
%36.16

CMYK color model

#BEACCD color CMYK value is (7,16,0,20).

  • cyan value is 7.32%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (7,16,0,20) C7M16Y0K20 (7%,16%,0%,20%) (0.07/0.16/0.00/0.20) 

CMYK percentages

%7.32
%16.1
%0
%19.61

Codes

Color #BEACCD in popluar color models

BE AC CD
RGB 190 172 205
HSL 273° 24.81% 73.92%
HSB/HSV 273° 16.10% 80.39%
CMYK 7.32% 16.10% 0.00%
19.61%

Color #BEACCD in popluar number systems.

HEX BE AC CD
Decimal 190 172 205
Binary 10111110 10101100 11001101
Octal 276 254 315

Shades and tints

Shades of #BEACCD

#BEACCD
(190,172,205)
#AD9DBB
(173,157,187)
#9C8EA9
(156,142,169)
#8B7F97
(139,127,151)
#7A7085
(122,112,133)
#696173
(105,97,115)
#585261
(88,82,97)
#47434F
(71,67,79)
#36343D
(54,52,61)
#25252B
(37,37,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BEACCD

#BEACCD
(190,172,205)
#C3B3D1
(195,179,209)
#C8BAD5
(200,186,213)
#CDC1D9
(205,193,217)
#D2C8DD
(210,200,221)
#D7CFE1
(215,207,225)
#DCD6E5
(220,214,229)
#E1DDE9
(225,221,233)
#E6E4ED
(230,228,237)
#EBEBF1
(235,235,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACCD; }

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

This text font color is #BEACCD.

Background Color

.myBgColor { background-color: #BEACCD; }

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

This div background color is #BEACCD.

Border color

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

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

This div border color is #BEACCD.

Opacity

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

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

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

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

This text has shadow with #BEACCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEACCD.

Preview

Color preview on black background

This text has color #BEACCD on black background.


Color preview on white background

This text has color #BEACCD on white background.


Black color preview on #BEACCD background

This text has black color on #BEACCD background.


White color preview on #BEACCD background

This text has white color on #BEACCD background.


Related colors

Complementary color

Complementary color for #hex is #415332.


I love getcolorcode.com

Triadic colors

1 #CDBEAC and #ACCDBE with #BEACCD are triadic colors.

2 #CDACBE and #ACBECD with #BEACCD are triadic colors.