COLOR #BEADFC

HEX: #BEADFC RGB: (190,173,252)

Color info

#BEADFC contains mainly blue color. Web safe color of #BEADFC is #CC99FF (or #C9F).

RGB color model

#BEADFC color RGB value is (190,173,252).

RGB: (190,173,252) (75%, 68%, 99%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 252 of 255 = 99%

190
173
252

R + G + B ~ 81%. #BEADFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 252 = 615 (100%)
R 190 of 615 ~ 30.89%
G 173 of 615 ~ 28.13%
B 252 of 615 ~ 40.98'%

%30.89
%28.13
%40.98

CMYK color model

#BEADFC color CMYK value is (25,31,0,1).

  • cyan value is 24.60%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (25,31,0,1)
C25M31Y0K1 (25%, 31%, 0%, 1%)
(0.25 / 0.31 / 0.00 / 0.01)

CMYK percentages

%24.6
%31.35
%0
%1.18

Codes

Color #BEADFC in popluar color models

BE AD FC
RGB 190 173 252
HSL 253° 92.94% 83.33%
HSB/HSV 253° 31.35% 98.82%
CMYK 24.60% 31.35% 0.00%
1.18%

Color #BEADFC in popluar number systems.

HEX BE AD FC
Decimal 190 173 252
Binary 10111110 10101101 11111100
Octal 276 255 374

Shades and tints

Shades of #BEADFC

#BEADFC
(190,173,252)
#AD9EE6
(173,158,230)
#9C8FD0
(156,143,208)
#8B80BA
(139,128,186)
#7A71A4
(122,113,164)
#69628E
(105,98,142)
#585378
(88,83,120)
#474462
(71,68,98)
#36354C
(54,53,76)
#252636
(37,38,54)
#141720
(20,23,32)
#000000
(0,0,0)

Tints of #BEADFC

#BEADFC
(190,173,252)
#C3B4FC
(195,180,252)
#C8BBFC
(200,187,252)
#CDC2FC
(205,194,252)
#D2C9FC
(210,201,252)
#D7D0FC
(215,208,252)
#DCD7FC
(220,215,252)
#E1DEFC
(225,222,252)
#E6E5FC
(230,229,252)
#EBECFC
(235,236,252)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADFC; }

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

This text font color is #BEADFC.

Background Color

.myBgColor { background-color: #BEADFC; }

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

This div background color is #BEADFC.

Border color

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

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

This div border color is #BEADFC.

Opacity

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

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

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

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

This text has shadow with #BEADFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADFC.

Preview

Color preview on black background

This text has color #BEADFC on black background.


Color preview on white background

This text has color #BEADFC on white background.


Black color preview on #BEADFC background

This text has black color on #BEADFC background.


White color preview on #BEADFC background

This text has white color on #BEADFC background.


Related colors

Complementary color

Complementary color for #hex is #415203.


I love getcolorcode.com

Triadic colors

1 #FCBEAD and #ADFCBE with #BEADFC are triadic colors.

2 #FCADBE and #ADBEFC with #BEADFC are triadic colors.