COLOR #BEAFC5

HEX: #BEAFC5 RGB: (190,175,197)

Color info

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

RGB color model

#BEAFC5 color RGB value is (190,175,197).

RGB: (190,175,197) (75%, 69%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 197 of 255 = 77%

190
175
197

R + G + B ~ 74%. #BEAFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 197 = 562 (100%)
R 190 of 562 ~ 33.81%
G 175 of 562 ~ 31.14%
B 197 of 562 ~ 35.05'%

%33.81
%31.14
%35.05

CMYK color model

#BEAFC5 color CMYK value is (4,11,0,23).

  • cyan value is 3.55%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,11,0,23)
C4M11Y0K23 (4%, 11%, 0%, 23%)
(0.04 / 0.11 / 0.00 / 0.23)

CMYK percentages

%3.55
%11.17
%0
%22.75

Codes

Color #BEAFC5 in popluar color models

BE AF C5
RGB 190 175 197
HSL 281° 15.94% 72.94%
HSB/HSV 281° 11.17% 77.25%
CMYK 3.55% 11.17% 0.00%
22.75%

Color #BEAFC5 in popluar number systems.

HEX BE AF C5
Decimal 190 175 197
Binary 10111110 10101111 11000101
Octal 276 257 305

Shades and tints

Shades of #BEAFC5

#BEAFC5
(190,175,197)
#ADA0B4
(173,160,180)
#9C91A3
(156,145,163)
#8B8292
(139,130,146)
#7A7381
(122,115,129)
#696470
(105,100,112)
#58555F
(88,85,95)
#47464E
(71,70,78)
#36373D
(54,55,61)
#25282C
(37,40,44)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEAFC5

#BEAFC5
(190,175,197)
#C3B6CA
(195,182,202)
#C8BDCF
(200,189,207)
#CDC4D4
(205,196,212)
#D2CBD9
(210,203,217)
#D7D2DE
(215,210,222)
#DCD9E3
(220,217,227)
#E1E0E8
(225,224,232)
#E6E7ED
(230,231,237)
#EBEEF2
(235,238,242)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFC5; }

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

This text font color is #BEAFC5.

Background Color

.myBgColor { background-color: #BEAFC5; }

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

This div background color is #BEAFC5.

Border color

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

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

This div border color is #BEAFC5.

Opacity

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

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

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

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

This text has shadow with #BEAFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFC5.

Preview

Color preview on black background

This text has color #BEAFC5 on black background.


Color preview on white background

This text has color #BEAFC5 on white background.


Black color preview on #BEAFC5 background

This text has black color on #BEAFC5 background.


White color preview on #BEAFC5 background

This text has white color on #BEAFC5 background.


Related colors

Complementary color

Complementary color for #hex is #41503A.


I love getcolorcode.com

Triadic colors

1 #C5BEAF and #AFC5BE with #BEAFC5 are triadic colors.

2 #C5AFBE and #AFBEC5 with #BEAFC5 are triadic colors.