COLOR #BFC4F9

HEX: #BFC4F9
RGB: (191,196,249)

Color info

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

RGB color model

#BFC4F9 color RGB value is (191,196,249).

  • red value is 191;
  • green value is 196;
  • blue value is 249.
RGB:
(191,196,249)
(75%,77%,98%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 249 of 255 = 98%

191
196
249

R + G + B ~ 83%. #BFC4F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 249 = 636 (100%)
R 191 of 636 ~ 30.03%
G 196 of 636 ~ 30.82%
B 249 of 636 ~ 39.15%

%30.03
%30.82
%39.15

CMYK color model

#BFC4F9 color CMYK value is (23,21,0,2).

  • cyan value is 23.29%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(23,21,0,2)
C23M21Y0K2 
(23%,21%,0%,2%)
(0.23/0.21/0.00/0.02)	

CMYK percentages

%23.29
%21.29
%0
%2.35

Codes

Color #BFC4F9 in popluar color models

BFC4F9
RGB191196249
HSL235°82.86%86.27%
HSB/HSV235°23.29%97.65%
CMYK23.29%21.29%0.00%
2.35%

Color #BFC4F9 in popluar number systems.

HEXBFC4F9
Decimal191196249
Binary101111111100010011111001
Octal277304371

Shades and tints

Shades of #BFC4F9

#BFC4F9
(191,196,249)
#AEB3E3
(174,179,227)
#9DA2CD
(157,162,205)
#8C91B7
(140,145,183)
#7B80A1
(123,128,161)
#6A6F8B
(106,111,139)
#595E75
(89,94,117)
#484D5F
(72,77,95)
#373C49
(55,60,73)
#262B33
(38,43,51)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #BFC4F9

#BFC4F9
(191,196,249)
#C4C9F9
(196,201,249)
#C9CEF9
(201,206,249)
#CED3F9
(206,211,249)
#D3D8F9
(211,216,249)
#D8DDF9
(216,221,249)
#DDE2F9
(221,226,249)
#E2E7F9
(226,231,249)
#E7ECF9
(231,236,249)
#ECF1F9
(236,241,249)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC4F9 color. Also use rgb(191,196,249) instead hex code.

Text Font Color

.myTextColor { color: #BFC4F9; }

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

This text font color is #BFC4F9.


Background Color

.myBgColor { background-color: #BFC4F9; }

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

This div background color is #BFC4F9.


Border color

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

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

This div border color is #BFC4F9.


Opacity

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

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

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

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

This text has shadow with #BFC4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4F9 on black background.


Color preview on white background

This text has color #BFC4F9 on white background.



Black color preview on #BFC4F9 background

This text has black color on #BFC4F9 background.


White color preview on #BFC4F9 background

This text has white color on #BFC4F9 background.