COLOR #BEADFB

HEX: #BEADFB
RGB: (190,173,251)

Renk bilgisi

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

RGB renk modeli

#BEADFB color RGB value is (190,173,251).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 173 of 255 = 68%
B 251 of 255 = 98%

190
173
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 173 + 251 = 614 (100%)
R 190 of 614 ~ 30.94%
G 173 of 614 ~ 28.18%
B 251 of 614 ~ 40.88%

%30.94
%28.18
%40.88

CMYK RENK MODELİ

#BEADFB rengi CMYK tonu (24,31,0,2).

  • camgöbeği tonu 24.30%
  • eflatun tonu 31.08%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(24,31,0,2)
C24M31Y0K2 
(24%,31%,0%,2%)
(0.24/0.31/0.00/0.02)	

CMYK yüzdeleri

%24.3
%31.08
%0
%1.57

Codes

Color #BEADFB in popluar color models

BEADFB
RGB190173251
HSL253°90.70%83.14%
HSB/HSV253°31.08%98.43%
CMYK24.30%31.08%0.00%
1.57%

Color #BEADFB in popluar number systems.

HEXBEADFB
Decimal190173251
Binary101111101010110111111011
Octal276255373

Shades and tints

Shades of #BEADFB

#BEADFB
(190,173,251)
#AD9EE5
(173,158,229)
#9C8FCF
(156,143,207)
#8B80B9
(139,128,185)
#7A71A3
(122,113,163)
#69628D
(105,98,141)
#585377
(88,83,119)
#474461
(71,68,97)
#36354B
(54,53,75)
#252635
(37,38,53)
#14171F
(20,23,31)
#000000
(0,0,0)

Tints of #BEADFB

#BEADFB
(190,173,251)
#C3B4FB
(195,180,251)
#C8BBFB
(200,187,251)
#CDC2FB
(205,194,251)
#D2C9FB
(210,201,251)
#D7D0FB
(215,208,251)
#DCD7FB
(220,215,251)
#E1DEFB
(225,222,251)
#E6E5FB
(230,229,251)
#EBECFB
(235,236,251)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEADFB color. Also use rgb(190,173,251) instead hex code.

Text Font Color

.myTextColor { color: #BEADFB; }

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

This text font color is #BEADFB.


Background Color

.myBgColor { background-color: #BEADFB; }

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

This div background color is #BEADFB.


Border color

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

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

This div border color is #BEADFB.


Opacity

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

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

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

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

This text has shadow with #BEADFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEADFB on black background.


Color preview on white background

This text has color #BEADFB on white background.



Black color preview on #BEADFB background

This text has black color on #BEADFB background.


White color preview on #BEADFB background

This text has white color on #BEADFB background.