COLOR #BEADCF

HEX: #BEADCF RGB: (190,173,207)

Color info

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

RGB color model

#BEADCF color RGB value is (190,173,207).

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

RGB channels and saturation

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

190
173
207

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

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 207 = 570 (100%)
R 190 of 570 ~ 33.33%
G 173 of 570 ~ 30.35%
B 207 of 570 ~ 36.32'%

%33.33
%30.35
%36.32

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 16.43%
  • 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
%16.43
%0
%18.82

Codes

Color #BEADCF in popluar color models

BE AD CF
RGB 190 173 207
HSL 270° 26.15% 74.51%
HSB/HSV 270° 16.43% 81.18%
CMYK 8.21% 16.43% 0.00%
18.82%

Color #BEADCF in popluar number systems.

HEX BE AD CF
Decimal 190 173 207
Binary 10111110 10101101 11001111
Octal 276 255 317

Shades and tints

Shades of #BEADCF

#BEADCF
(190,173,207)
#AD9EBD
(173,158,189)
#9C8FAB
(156,143,171)
#8B8099
(139,128,153)
#7A7187
(122,113,135)
#696275
(105,98,117)
#585363
(88,83,99)
#474451
(71,68,81)
#36353F
(54,53,63)
#25262D
(37,38,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #BEADCF

#BEADCF
(190,173,207)
#C3B4D3
(195,180,211)
#C8BBD7
(200,187,215)
#CDC2DB
(205,194,219)
#D2C9DF
(210,201,223)
#D7D0E3
(215,208,227)
#DCD7E7
(220,215,231)
#E1DEEB
(225,222,235)
#E6E5EF
(230,229,239)
#EBECF3
(235,236,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADCF; }

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

This text font color is #BEADCF.

Background Color

.myBgColor { background-color: #BEADCF; }

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

This div background color is #BEADCF.

Border color

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

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

This div border color is #BEADCF.

Opacity

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

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

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

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

This text has shadow with #BEADCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADCF.

Preview

Color preview on black background

This text has color #BEADCF on black background.


Color preview on white background

This text has color #BEADCF on white background.


Black color preview on #BEADCF background

This text has black color on #BEADCF background.


White color preview on #BEADCF background

This text has white color on #BEADCF background.


Related colors

Complementary color

Complementary color for #hex is #415230.


I love getcolorcode.com

Triadic colors

1 #CFBEAD and #ADCFBE with #BEADCF are triadic colors.

2 #CFADBE and #ADBECF with #BEADCF are triadic colors.