COLOR #BEAFCF

HEX: #BEAFCF RGB: (190,175,207)

Color info

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

RGB color model

#BEAFCF color RGB value is (190,175,207).

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

RGB channels and saturation

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

190
175
207

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

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 207 = 572 (100%)
R 190 of 572 ~ 33.22%
G 175 of 572 ~ 30.59%
B 207 of 572 ~ 36.19'%

%33.22
%30.59
%36.19

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (8,15,0,19)
C8M15Y0K19 (8%, 15%, 0%, 19%)
(0.08 / 0.15 / 0.00 / 0.19)

CMYK percentages

%8.21
%15.46
%0
%18.82

Codes

Color #BEAFCF in popluar color models

BE AF CF
RGB 190 175 207
HSL 268° 25.00% 74.90%
HSB/HSV 268° 15.46% 81.18%
CMYK 8.21% 15.46% 0.00%
18.82%

Color #BEAFCF in popluar number systems.

HEX BE AF CF
Decimal 190 175 207
Binary 10111110 10101111 11001111
Octal 276 257 317

Shades and tints

Shades of #BEAFCF

#BEAFCF
(190,175,207)
#ADA0BD
(173,160,189)
#9C91AB
(156,145,171)
#8B8299
(139,130,153)
#7A7387
(122,115,135)
#696475
(105,100,117)
#585563
(88,85,99)
#474651
(71,70,81)
#36373F
(54,55,63)
#25282D
(37,40,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEAFCF

#BEAFCF
(190,175,207)
#C3B6D3
(195,182,211)
#C8BDD7
(200,189,215)
#CDC4DB
(205,196,219)
#D2CBDF
(210,203,223)
#D7D2E3
(215,210,227)
#DCD9E7
(220,217,231)
#E1E0EB
(225,224,235)
#E6E7EF
(230,231,239)
#EBEEF3
(235,238,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFCF; }

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

This text font color is #BEAFCF.

Background Color

.myBgColor { background-color: #BEAFCF; }

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

This div background color is #BEAFCF.

Border color

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

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

This div border color is #BEAFCF.

Opacity

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

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

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

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

This text has shadow with #BEAFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFCF.

Preview

Color preview on black background

This text has color #BEAFCF on black background.


Color preview on white background

This text has color #BEAFCF on white background.


Black color preview on #BEAFCF background

This text has black color on #BEAFCF background.


White color preview on #BEAFCF background

This text has white color on #BEAFCF background.


Related colors

Complementary color

Complementary color for #hex is #415030.


I love getcolorcode.com

Triadic colors

1 #CFBEAF and #AFCFBE with #BEAFCF are triadic colors.

2 #CFAFBE and #AFBECF with #BEAFCF are triadic colors.