COLOR #BFC5F0

HEX: #BFC5F0
RGB: (191,197,240)

Color info

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

RGB color model

#BFC5F0 color RGB value is (191,197,240).

  • red value is 191;
  • green value is 197;
  • blue value is 240.
RGB:
(191,197,240)
(75%,77%,94%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 240 of 255 = 94%

191
197
240

R + G + B ~ 82%. #BFC5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 197 + 240 = 628 (100%)
R 191 of 628 ~ 30.41%
G 197 of 628 ~ 31.37%
B 240 of 628 ~ 38.22%

%30.41
%31.37
%38.22

CMYK color model

#BFC5F0 color CMYK value is (20,18,0,6).

  • cyan value is 20.42%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,18,0,6)
C20M18Y0K6 
(20%,18%,0%,6%)
(0.20/0.18/0.00/0.06)	

CMYK percentages

%20.42
%17.92
%0
%5.88

Codes

Color #BFC5F0 in popluar color models

BFC5F0
RGB191197240
HSL233°62.03%84.51%
HSB/HSV233°20.42%94.12%
CMYK20.42%17.92%0.00%
5.88%

Color #BFC5F0 in popluar number systems.

HEXBFC5F0
Decimal191197240
Binary101111111100010111110000
Octal277305360

Shades and tints

Shades of #BFC5F0

#BFC5F0
(191,197,240)
#AEB4DB
(174,180,219)
#9DA3C6
(157,163,198)
#8C92B1
(140,146,177)
#7B819C
(123,129,156)
#6A7087
(106,112,135)
#595F72
(89,95,114)
#484E5D
(72,78,93)
#373D48
(55,61,72)
#262C33
(38,44,51)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #BFC5F0

#BFC5F0
(191,197,240)
#C4CAF1
(196,202,241)
#C9CFF2
(201,207,242)
#CED4F3
(206,212,243)
#D3D9F4
(211,217,244)
#D8DEF5
(216,222,245)
#DDE3F6
(221,227,246)
#E2E8F7
(226,232,247)
#E7EDF8
(231,237,248)
#ECF2F9
(236,242,249)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5F0 color. Also use rgb(191,197,240) instead hex code.

Text Font Color

.myTextColor { color: #BFC5F0; }

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

This text font color is #BFC5F0.


Background Color

.myBgColor { background-color: #BFC5F0; }

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

This div background color is #BFC5F0.


Border color

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

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

This div border color is #BFC5F0.


Opacity

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

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

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

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

This text has shadow with #BFC5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC5F0 on black background.


Color preview on white background

This text has color #BFC5F0 on white background.



Black color preview on #BFC5F0 background

This text has black color on #BFC5F0 background.


White color preview on #BFC5F0 background

This text has white color on #BFC5F0 background.