COLOR #BEADCD

HEX: #BEADCD RGB: (190,173,205)

Color info

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

RGB color model

#BEADCD color RGB value is (190,173,205).

RGB: (190,173,205) (75%, 68%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 205 of 255 = 80%

190
173
205

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

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 205 = 568 (100%)
R 190 of 568 ~ 33.45%
G 173 of 568 ~ 30.46%
B 205 of 568 ~ 36.09'%

%33.45
%30.46
%36.09

CMYK color model

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

  • cyan value is 7.32%
  • magenta value is 15.61%
  • 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
%15.61
%0
%19.61

Codes

Color #BEADCD in popluar color models

BE AD CD
RGB 190 173 205
HSL 272° 24.24% 74.12%
HSB/HSV 272° 15.61% 80.39%
CMYK 7.32% 15.61% 0.00%
19.61%

Color #BEADCD in popluar number systems.

HEX BE AD CD
Decimal 190 173 205
Binary 10111110 10101101 11001101
Octal 276 255 315

Shades and tints

Shades of #BEADCD

#BEADCD
(190,173,205)
#AD9EBB
(173,158,187)
#9C8FA9
(156,143,169)
#8B8097
(139,128,151)
#7A7185
(122,113,133)
#696273
(105,98,115)
#585361
(88,83,97)
#47444F
(71,68,79)
#36353D
(54,53,61)
#25262B
(37,38,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BEADCD

#BEADCD
(190,173,205)
#C3B4D1
(195,180,209)
#C8BBD5
(200,187,213)
#CDC2D9
(205,194,217)
#D2C9DD
(210,201,221)
#D7D0E1
(215,208,225)
#DCD7E5
(220,215,229)
#E1DEE9
(225,222,233)
#E6E5ED
(230,229,237)
#EBECF1
(235,236,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADCD; }

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

This text font color is #BEADCD.

Background Color

.myBgColor { background-color: #BEADCD; }

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

This div background color is #BEADCD.

Border color

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

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

This div border color is #BEADCD.

Opacity

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

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

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

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

This text has shadow with #BEADCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADCD.

Preview

Color preview on black background

This text has color #BEADCD on black background.


Color preview on white background

This text has color #BEADCD on white background.


Black color preview on #BEADCD background

This text has black color on #BEADCD background.


White color preview on #BEADCD background

This text has white color on #BEADCD background.


Related colors

Complementary color

Complementary color for #hex is #415232.


I love getcolorcode.com

Triadic colors

1 #CDBEAD and #ADCDBE with #BEADCD are triadic colors.

2 #CDADBE and #ADBECD with #BEADCD are triadic colors.