COLOR #BEB4EA

HEX: #BEB4EA
RGB: (190,180,234)

Renk bilgisi

#BEB4EA contains red, green and blue colors in about the same proportion. #BEB4EA ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#BEB4EA color RGB value is (190,180,234).

  • kırmız ton 190;
  • yeşil ton 180;
  • mavi ton 234.
RGB:
(190,180,234)
(75%,71%,92%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 180 of 255 = 71%
B 234 of 255 = 92%

190
180
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 180 + 234 = 604 (100%)
R 190 of 604 ~ 31.46%
G 180 of 604 ~ 29.8%
B 234 of 604 ~ 38.74%

%31.46
%29.8
%38.74

CMYK RENK MODELİ

#BEB4EA rengi CMYK tonu (19,23,0,8).

  • camgöbeği tonu 18.80%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(19,23,0,8)
C19M23Y0K8 
(19%,23%,0%,8%)
(0.19/0.23/0.00/0.08)	

CMYK yüzdeleri

%18.8
%23.08
%0
%8.24

Codes

Color #BEB4EA in popluar color models

BEB4EA
RGB190180234
HSL251°56.25%81.18%
HSB/HSV251°23.08%91.76%
CMYK18.80%23.08%0.00%
8.24%

Color #BEB4EA in popluar number systems.

HEXBEB4EA
Decimal190180234
Binary101111101011010011101010
Octal276264352

Shades and tints

Shades of #BEB4EA

#BEB4EA
(190,180,234)
#ADA4D5
(173,164,213)
#9C94C0
(156,148,192)
#8B84AB
(139,132,171)
#7A7496
(122,116,150)
#696481
(105,100,129)
#58546C
(88,84,108)
#474457
(71,68,87)
#363442
(54,52,66)
#25242D
(37,36,45)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEB4EA

#BEB4EA
(190,180,234)
#C3BAEB
(195,186,235)
#C8C0EC
(200,192,236)
#CDC6ED
(205,198,237)
#D2CCEE
(210,204,238)
#D7D2EF
(215,210,239)
#DCD8F0
(220,216,240)
#E1DEF1
(225,222,241)
#E6E4F2
(230,228,242)
#EBEAF3
(235,234,243)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB4EA color. Also use rgb(190,180,234) instead hex code.

Text Font Color

.myTextColor { color: #BEB4EA; }

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

This text font color is #BEB4EA.


Background Color

.myBgColor { background-color: #BEB4EA; }

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

This div background color is #BEB4EA.


Border color

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

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

This div border color is #BEB4EA.


Opacity

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

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

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

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

This text has shadow with #BEB4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4EA on black background.


Color preview on white background

This text has color #BEB4EA on white background.



Black color preview on #BEB4EA background

This text has black color on #BEB4EA background.


White color preview on #BEB4EA background

This text has white color on #BEB4EA background.