COLOR #BEAFCE

HEX: #BEAFCE RGB: (190,175,206)

Color info

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

RGB color model

#BEAFCE color RGB value is (190,175,206).

RGB: (190,175,206) (75%, 69%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 206 of 255 = 81%

190
175
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 206 = 571 (100%)
R 190 of 571 ~ 33.27%
G 175 of 571 ~ 30.65%
B 206 of 571 ~ 36.08'%

%33.27
%30.65
%36.08

CMYK color model

#BEAFCE color CMYK value is (8,15,0,19).

  • cyan value is 7.77%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (8,15,0,19) C8M15Y0K19 (8%,15%,0%,19%) (0.08/0.15/0.00/0.19) 

CMYK percentages

%7.77
%15.05
%0
%19.22

Codes

Color #BEAFCE in popluar color models

BE AF CE
RGB 190 175 206
HSL 269° 24.03% 74.71%
HSB/HSV 269° 15.05% 80.78%
CMYK 7.77% 15.05% 0.00%
19.22%

Color #BEAFCE in popluar number systems.

HEX BE AF CE
Decimal 190 175 206
Binary 10111110 10101111 11001110
Octal 276 257 316

Shades and tints

Shades of #BEAFCE

#BEAFCE
(190,175,206)
#ADA0BC
(173,160,188)
#9C91AA
(156,145,170)
#8B8298
(139,130,152)
#7A7386
(122,115,134)
#696474
(105,100,116)
#585562
(88,85,98)
#474650
(71,70,80)
#36373E
(54,55,62)
#25282C
(37,40,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEAFCE

#BEAFCE
(190,175,206)
#C3B6D2
(195,182,210)
#C8BDD6
(200,189,214)
#CDC4DA
(205,196,218)
#D2CBDE
(210,203,222)
#D7D2E2
(215,210,226)
#DCD9E6
(220,217,230)
#E1E0EA
(225,224,234)
#E6E7EE
(230,231,238)
#EBEEF2
(235,238,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFCE; }

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

This text font color is #BEAFCE.

Background Color

.myBgColor { background-color: #BEAFCE; }

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

This div background color is #BEAFCE.

Border color

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

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

This div border color is #BEAFCE.

Opacity

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

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

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

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

This text has shadow with #BEAFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFCE.

Preview

Color preview on black background

This text has color #BEAFCE on black background.


Color preview on white background

This text has color #BEAFCE on white background.


Black color preview on #BEAFCE background

This text has black color on #BEAFCE background.


White color preview on #BEAFCE background

This text has white color on #BEAFCE background.


Related colors

Complementary color

Complementary color for #hex is #415031.


I love getcolorcode.com

Triadic colors

1 #CEBEAF and #AFCEBE with #BEAFCE are triadic colors.

2 #CEAFBE and #AFBECE with #BEAFCE are triadic colors.