COLOR #BEAFE3

HEX: #BEAFE3 RGB: (190,175,227)

Color info

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

RGB color model

#BEAFE3 color RGB value is (190,175,227).

RGB: (190,175,227) (75%, 69%, 89%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 227 of 255 = 89%

190
175
227

R + G + B ~ 78%. #BEAFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 227 = 592 (100%)
R 190 of 592 ~ 32.09%
G 175 of 592 ~ 29.56%
B 227 of 592 ~ 38.34'%

%32.09
%29.56
%38.34

CMYK color model

#BEAFE3 color CMYK value is (16,23,0,11).

  • cyan value is 16.30%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (16,23,0,11)
C16M23Y0K11 (16%, 23%, 0%, 11%)
(0.16 / 0.23 / 0.00 / 0.11)

CMYK percentages

%16.3
%22.91
%0
%10.98

Codes

Color #BEAFE3 in popluar color models

BE AF E3
RGB 190 175 227
HSL 257° 48.15% 78.82%
HSB/HSV 257° 22.91% 89.02%
CMYK 16.30% 22.91% 0.00%
10.98%

Color #BEAFE3 in popluar number systems.

HEX BE AF E3
Decimal 190 175 227
Binary 10111110 10101111 11100011
Octal 276 257 343

Shades and tints

Shades of #BEAFE3

#BEAFE3
(190,175,227)
#ADA0CF
(173,160,207)
#9C91BB
(156,145,187)
#8B82A7
(139,130,167)
#7A7393
(122,115,147)
#69647F
(105,100,127)
#58556B
(88,85,107)
#474657
(71,70,87)
#363743
(54,55,67)
#25282F
(37,40,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEAFE3

#BEAFE3
(190,175,227)
#C3B6E5
(195,182,229)
#C8BDE7
(200,189,231)
#CDC4E9
(205,196,233)
#D2CBEB
(210,203,235)
#D7D2ED
(215,210,237)
#DCD9EF
(220,217,239)
#E1E0F1
(225,224,241)
#E6E7F3
(230,231,243)
#EBEEF5
(235,238,245)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFE3; }

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

This text font color is #BEAFE3.

Background Color

.myBgColor { background-color: #BEAFE3; }

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

This div background color is #BEAFE3.

Border color

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

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

This div border color is #BEAFE3.

Opacity

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

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

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

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

This text has shadow with #BEAFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFE3.

Preview

Color preview on black background

This text has color #BEAFE3 on black background.


Color preview on white background

This text has color #BEAFE3 on white background.


Black color preview on #BEAFE3 background

This text has black color on #BEAFE3 background.


White color preview on #BEAFE3 background

This text has white color on #BEAFE3 background.


Related colors

Complementary color

Complementary color for #hex is #41501C.


I love getcolorcode.com

Triadic colors

1 #E3BEAF and #AFE3BE with #BEAFE3 are triadic colors.

2 #E3AFBE and #AFBEE3 with #BEAFE3 are triadic colors.