COLOR #BEAFC6

HEX: #BEAFC6
RGB: (190,175,198)

Color info

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

RGB color model

#BEAFC6 color RGB value is (190,175,198).

  • red value is 190;
  • green value is 175;
  • blue value is 198.
RGB:
(190,175,198)
(75%,69%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 198 of 255 = 78%

190
175
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 198 = 563 (100%)
R 190 of 563 ~ 33.75%
G 175 of 563 ~ 31.08%
B 198 of 563 ~ 35.17%

%33.75
%31.08
%35.17

CMYK color model

#BEAFC6 color CMYK value is (4,12,0,22).

  • cyan value is 4.04%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,12,0,22)
C4M12Y0K22 
(4%,12%,0%,22%)
(0.04/0.12/0.00/0.22)	

CMYK percentages

%4.04
%11.62
%0
%22.35

Codes

Color #BEAFC6 in popluar color models

BEAFC6
RGB190175198
HSL279°16.79%73.14%
HSB/HSV279°11.62%77.65%
CMYK4.04%11.62%0.00%
22.35%

Color #BEAFC6 in popluar number systems.

HEXBEAFC6
Decimal190175198
Binary101111101010111111000110
Octal276257306

Shades and tints

Shades of #BEAFC6

#BEAFC6
(190,175,198)
#ADA0B4
(173,160,180)
#9C91A2
(156,145,162)
#8B8290
(139,130,144)
#7A737E
(122,115,126)
#69646C
(105,100,108)
#58555A
(88,85,90)
#474648
(71,70,72)
#363736
(54,55,54)
#252824
(37,40,36)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEAFC6

#BEAFC6
(190,175,198)
#C3B6CB
(195,182,203)
#C8BDD0
(200,189,208)
#CDC4D5
(205,196,213)
#D2CBDA
(210,203,218)
#D7D2DF
(215,210,223)
#DCD9E4
(220,217,228)
#E1E0E9
(225,224,233)
#E6E7EE
(230,231,238)
#EBEEF3
(235,238,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAFC6; }

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

This text font color is #BEAFC6.


Background Color

.myBgColor { background-color: #BEAFC6; }

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

This div background color is #BEAFC6.


Border color

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

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

This div border color is #BEAFC6.


Opacity

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

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

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

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

This text has shadow with #BEAFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFC6 on black background.


Color preview on white background

This text has color #BEAFC6 on white background.



Black color preview on #BEAFC6 background

This text has black color on #BEAFC6 background.


White color preview on #BEAFC6 background

This text has white color on #BEAFC6 background.