COLOR #BEAEFA

HEX: #BEAEFA
RGB: (190,174,250)

Renk bilgisi

#BEAEFA contains mainly blue color. #BEAEFA ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#BEAEFA color RGB value is (190,174,250).

  • kırmız ton 190;
  • yeşil ton 174;
  • mavi ton 250.
RGB:
(190,174,250)
(75%,68%,98%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 174 of 255 = 68%
B 250 of 255 = 98%

190
174
250

R + G + B ~ 80%. #BEAEFA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 174 + 250 = 614 (100%)
R 190 of 614 ~ 30.94%
G 174 of 614 ~ 28.34%
B 250 of 614 ~ 40.72%

%30.94
%28.34
%40.72

CMYK RENK MODELİ

#BEAEFA rengi CMYK tonu (24,30,0,2).

  • camgöbeği tonu 24.00%
  • eflatun tonu 30.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(24,30,0,2)
C24M30Y0K2 
(24%,30%,0%,2%)
(0.24/0.30/0.00/0.02)	

CMYK yüzdeleri

%24
%30.4
%0
%1.96

Codes

Color #BEAEFA in popluar color models

BEAEFA
RGB190174250
HSL253°88.37%83.14%
HSB/HSV253°30.40%98.04%
CMYK24.00%30.40%0.00%
1.96%

Color #BEAEFA in popluar number systems.

HEXBEAEFA
Decimal190174250
Binary101111101010111011111010
Octal276256372

Shades and tints

Shades of #BEAEFA

#BEAEFA
(190,174,250)
#AD9FE4
(173,159,228)
#9C90CE
(156,144,206)
#8B81B8
(139,129,184)
#7A72A2
(122,114,162)
#69638C
(105,99,140)
#585476
(88,84,118)
#474560
(71,69,96)
#36364A
(54,54,74)
#252734
(37,39,52)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #BEAEFA

#BEAEFA
(190,174,250)
#C3B5FA
(195,181,250)
#C8BCFA
(200,188,250)
#CDC3FA
(205,195,250)
#D2CAFA
(210,202,250)
#D7D1FA
(215,209,250)
#DCD8FA
(220,216,250)
#E1DFFA
(225,223,250)
#E6E6FA
(230,230,250)
#EBEDFA
(235,237,250)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAEFA color. Also use rgb(190,174,250) instead hex code.

Text Font Color

.myTextColor { color: #BEAEFA; }

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

This text font color is #BEAEFA.


Background Color

.myBgColor { background-color: #BEAEFA; }

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

This div background color is #BEAEFA.


Border color

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

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

This div border color is #BEAEFA.


Opacity

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

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

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

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

This text has shadow with #BEAEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAEFA on black background.


Color preview on white background

This text has color #BEAEFA on white background.



Black color preview on #BEAEFA background

This text has black color on #BEAEFA background.


White color preview on #BEAEFA background

This text has white color on #BEAEFA background.