COLOR #BFB9F2

HEX: #BFB9F2
RGB: (191,185,242)

Color info

#BFB9F2 contains red, green and blue colors in about the same proportion. Web safe color of #BFB9F2 is #CCCCFF (or #CCF).

RGB color model

#BFB9F2 color RGB value is (191,185,242).

  • red value is 191;
  • green value is 185;
  • blue value is 242.
RGB:
(191,185,242)
(75%,73%,95%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 242 of 255 = 95%

191
185
242

R + G + B ~ 81%. #BFB9F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 242 = 618 (100%)
R 191 of 618 ~ 30.91%
G 185 of 618 ~ 29.94%
B 242 of 618 ~ 39.16%

%30.91
%29.94
%39.16

CMYK color model

#BFB9F2 color CMYK value is (21,24,0,5).

  • cyan value is 21.07%
  • magenta value is 23.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,24,0,5)
C21M24Y0K5 
(21%,24%,0%,5%)
(0.21/0.24/0.00/0.05)	

CMYK percentages

%21.07
%23.55
%0
%5.1

Codes

Color #BFB9F2 in popluar color models

BFB9F2
RGB191185242
HSL246°68.67%83.73%
HSB/HSV246°23.55%94.90%
CMYK21.07%23.55%0.00%
5.10%

Color #BFB9F2 in popluar number systems.

HEXBFB9F2
Decimal191185242
Binary101111111011100111110010
Octal277271362

Shades and tints

Shades of #BFB9F2

#BFB9F2
(191,185,242)
#AEA9DC
(174,169,220)
#9D99C6
(157,153,198)
#8C89B0
(140,137,176)
#7B799A
(123,121,154)
#6A6984
(106,105,132)
#59596E
(89,89,110)
#484958
(72,73,88)
#373942
(55,57,66)
#26292C
(38,41,44)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #BFB9F2

#BFB9F2
(191,185,242)
#C4BFF3
(196,191,243)
#C9C5F4
(201,197,244)
#CECBF5
(206,203,245)
#D3D1F6
(211,209,246)
#D8D7F7
(216,215,247)
#DDDDF8
(221,221,248)
#E2E3F9
(226,227,249)
#E7E9FA
(231,233,250)
#ECEFFB
(236,239,251)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB9F2 color. Also use rgb(191,185,242) instead hex code.

Text Font Color

.myTextColor { color: #BFB9F2; }

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

This text font color is #BFB9F2.


Background Color

.myBgColor { background-color: #BFB9F2; }

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

This div background color is #BFB9F2.


Border color

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

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

This div border color is #BFB9F2.


Opacity

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

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

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

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

This text has shadow with #BFB9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9F2 on black background.


Color preview on white background

This text has color #BFB9F2 on white background.



Black color preview on #BFB9F2 background

This text has black color on #BFB9F2 background.


White color preview on #BFB9F2 background

This text has white color on #BFB9F2 background.