COLOR #BEABF0

HEX: #BEABF0
RGB: (190,171,240)

Color info

#BEABF0 contains mainly red and blue colors. Web safe color of #BEABF0 is #CC99FF (or #C9F).

RGB color model

#BEABF0 color RGB value is (190,171,240).

  • red value is 190;
  • green value is 171;
  • blue value is 240.
RGB:
(190,171,240)
(75%,67%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 240 of 255 = 94%

190
171
240

R + G + B ~ 79%. #BEABF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 171 + 240 = 601 (100%)
R 190 of 601 ~ 31.61%
G 171 of 601 ~ 28.45%
B 240 of 601 ~ 39.93%

%31.61
%28.45
%39.93

CMYK color model

#BEABF0 color CMYK value is (21,29,0,6).

  • cyan value is 20.83%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,29,0,6)
C21M29Y0K6 
(21%,29%,0%,6%)
(0.21/0.29/0.00/0.06)	

CMYK percentages

%20.83
%28.75
%0
%5.88

Codes

Color #BEABF0 in popluar color models

BEABF0
RGB190171240
HSL257°69.70%80.59%
HSB/HSV257°28.75%94.12%
CMYK20.83%28.75%0.00%
5.88%

Color #BEABF0 in popluar number systems.

HEXBEABF0
Decimal190171240
Binary101111101010101111110000
Octal276253360

Shades and tints

Shades of #BEABF0

#BEABF0
(190,171,240)
#AD9CDB
(173,156,219)
#9C8DC6
(156,141,198)
#8B7EB1
(139,126,177)
#7A6F9C
(122,111,156)
#696087
(105,96,135)
#585172
(88,81,114)
#47425D
(71,66,93)
#363348
(54,51,72)
#252433
(37,36,51)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #BEABF0

#BEABF0
(190,171,240)
#C3B2F1
(195,178,241)
#C8B9F2
(200,185,242)
#CDC0F3
(205,192,243)
#D2C7F4
(210,199,244)
#D7CEF5
(215,206,245)
#DCD5F6
(220,213,246)
#E1DCF7
(225,220,247)
#E6E3F8
(230,227,248)
#EBEAF9
(235,234,249)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEABF0 color. Also use rgb(190,171,240) instead hex code.

Text Font Color

.myTextColor { color: #BEABF0; }

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

This text font color is #BEABF0.


Background Color

.myBgColor { background-color: #BEABF0; }

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

This div background color is #BEABF0.


Border color

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

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

This div border color is #BEABF0.


Opacity

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

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

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

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

This text has shadow with #BEABF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEABF0 on black background.


Color preview on white background

This text has color #BEABF0 on white background.



Black color preview on #BEABF0 background

This text has black color on #BEABF0 background.


White color preview on #BEABF0 background

This text has white color on #BEABF0 background.