COLOR #BEAFF1

HEX: #BEAFF1 RGB: (190,175,241)

Color info

#BEAFF1 contains mainly red and blue colors. Web safe color of #BEAFF1 is #CC99FF (or #C9F).

RGB color model

#BEAFF1 color RGB value is (190,175,241).

RGB: (190,175,241) (75%, 69%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 241 of 255 = 95%

190
175
241

R + G + B ~ 80%. #BEAFF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 241 = 606 (100%)
R 190 of 606 ~ 31.35%
G 175 of 606 ~ 28.88%
B 241 of 606 ~ 39.77'%

%31.35
%28.88
%39.77

CMYK color model

#BEAFF1 color CMYK value is (21,27,0,5).

  • cyan value is 21.16%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (21,27,0,5) C21M27Y0K5 (21%,27%,0%,5%) (0.21/0.27/0.00/0.05) 

CMYK percentages

%21.16
%27.39
%0
%5.49

Codes

Color #BEAFF1 in popluar color models

BE AF F1
RGB 190 175 241
HSL 254° 70.21% 81.57%
HSB/HSV 254° 27.39% 94.51%
CMYK 21.16% 27.39% 0.00%
5.49%

Color #BEAFF1 in popluar number systems.

HEX BE AF F1
Decimal 190 175 241
Binary 10111110 10101111 11110001
Octal 276 257 361

Shades and tints

Shades of #BEAFF1

#BEAFF1
(190,175,241)
#ADA0DC
(173,160,220)
#9C91C7
(156,145,199)
#8B82B2
(139,130,178)
#7A739D
(122,115,157)
#696488
(105,100,136)
#585573
(88,85,115)
#47465E
(71,70,94)
#363749
(54,55,73)
#252834
(37,40,52)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #BEAFF1

#BEAFF1
(190,175,241)
#C3B6F2
(195,182,242)
#C8BDF3
(200,189,243)
#CDC4F4
(205,196,244)
#D2CBF5
(210,203,245)
#D7D2F6
(215,210,246)
#DCD9F7
(220,217,247)
#E1E0F8
(225,224,248)
#E6E7F9
(230,231,249)
#EBEEFA
(235,238,250)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFF1 color. Also use rgb(190,175,241) instead hex code.

Text Font Color

.myTextColor { color: #BEAFF1; }

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

This text font color is #BEAFF1.

Background Color

.myBgColor { background-color: #BEAFF1; }

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

This div background color is #BEAFF1.

Border color

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

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

This div border color is #BEAFF1.

Opacity

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

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

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

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

This text has shadow with #BEAFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFF1.

Preview

Color preview on black background

This text has color #BEAFF1 on black background.


Color preview on white background

This text has color #BEAFF1 on white background.


Black color preview on #BEAFF1 background

This text has black color on #BEAFF1 background.


White color preview on #BEAFF1 background

This text has white color on #BEAFF1 background.


Related colors

Complementary color

Complementary color for #hex is #41500E.


I love getcolorcode.com

Triadic colors

1 #F1BEAF and #AFF1BE with #BEAFF1 are triadic colors.

2 #F1AFBE and #AFBEF1 with #BEAFF1 are triadic colors.