COLOR #BFADEB

HEX: #BFADEB
RGB: (191,173,235)

Color info

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

RGB color model

#BFADEB color RGB value is (191,173,235).

  • red value is 191;
  • green value is 173;
  • blue value is 235.
RGB:
(191,173,235)
(75%,68%,92%)

RGB channels and saturation

R 191 of 255 = 75%
G 173 of 255 = 68%
B 235 of 255 = 92%

191
173
235

R + G + B ~ 78%. #BFADEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 173 + 235 = 599 (100%)
R 191 of 599 ~ 31.89%
G 173 of 599 ~ 28.88%
B 235 of 599 ~ 39.23%

%31.89
%28.88
%39.23

CMYK color model

#BFADEB color CMYK value is (19,26,0,8).

  • cyan value is 18.72%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,26,0,8)
C19M26Y0K8 
(19%,26%,0%,8%)
(0.19/0.26/0.00/0.08)	

CMYK percentages

%18.72
%26.38
%0
%7.84

Codes

Color #BFADEB in popluar color models

BFADEB
RGB191173235
HSL257°60.78%80.00%
HSB/HSV257°26.38%92.16%
CMYK18.72%26.38%0.00%
7.84%

Color #BFADEB in popluar number systems.

HEXBFADEB
Decimal191173235
Binary101111111010110111101011
Octal277255353

Shades and tints

Shades of #BFADEB

#BFADEB
(191,173,235)
#AE9ED6
(174,158,214)
#9D8FC1
(157,143,193)
#8C80AC
(140,128,172)
#7B7197
(123,113,151)
#6A6282
(106,98,130)
#59536D
(89,83,109)
#484458
(72,68,88)
#373543
(55,53,67)
#26262E
(38,38,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #BFADEB

#BFADEB
(191,173,235)
#C4B4EC
(196,180,236)
#C9BBED
(201,187,237)
#CEC2EE
(206,194,238)
#D3C9EF
(211,201,239)
#D8D0F0
(216,208,240)
#DDD7F1
(221,215,241)
#E2DEF2
(226,222,242)
#E7E5F3
(231,229,243)
#ECECF4
(236,236,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFADEB color. Also use rgb(191,173,235) instead hex code.

Text Font Color

.myTextColor { color: #BFADEB; }

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

This text font color is #BFADEB.


Background Color

.myBgColor { background-color: #BFADEB; }

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

This div background color is #BFADEB.


Border color

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

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

This div border color is #BFADEB.


Opacity

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

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

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

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

This text has shadow with #BFADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFADEB on black background.


Color preview on white background

This text has color #BFADEB on white background.



Black color preview on #BFADEB background

This text has black color on #BFADEB background.


White color preview on #BFADEB background

This text has white color on #BFADEB background.