COLOR #BFC6F6

HEX: #BFC6F6 RGB: (191,198,246)

Color info

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

RGB color model

#BFC6F6 color RGB value is (191,198,246).

RGB: (191,198,246) (75%, 78%, 96%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 246 of 255 = 96%

191
198
246

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

Portions of RGB colors in percentages

R + G + B = 191 + 198 + 246 = 635 (100%)
R 191 of 635 ~ 30.08%
G 198 of 635 ~ 31.18%
B 246 of 635 ~ 38.74'%

%30.08
%31.18
%38.74

CMYK color model

#BFC6F6 color CMYK value is (22,20,0,4).

  • cyan value is 22.36%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (22,20,0,4) C22M20Y0K4 (22%,20%,0%,4%) (0.22/0.20/0.00/0.04) 

CMYK percentages

%22.36
%19.51
%0
%3.53

Codes

Color #BFC6F6 in popluar color models

BF C6 F6
RGB 191 198 246
HSL 232° 75.34% 85.69%
HSB/HSV 232° 22.36% 96.47%
CMYK 22.36% 19.51% 0.00%
3.53%

Color #BFC6F6 in popluar number systems.

HEX BF C6 F6
Decimal 191 198 246
Binary 10111111 11000110 11110110
Octal 277 306 366

Shades and tints

Shades of #BFC6F6

#BFC6F6
(191,198,246)
#AEB4E0
(174,180,224)
#9DA2CA
(157,162,202)
#8C90B4
(140,144,180)
#7B7E9E
(123,126,158)
#6A6C88
(106,108,136)
#595A72
(89,90,114)
#48485C
(72,72,92)
#373646
(55,54,70)
#262430
(38,36,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #BFC6F6

#BFC6F6
(191,198,246)
#C4CBF6
(196,203,246)
#C9D0F6
(201,208,246)
#CED5F6
(206,213,246)
#D3DAF6
(211,218,246)
#D8DFF6
(216,223,246)
#DDE4F6
(221,228,246)
#E2E9F6
(226,233,246)
#E7EEF6
(231,238,246)
#ECF3F6
(236,243,246)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC6F6 color. Also use rgb(191,198,246) instead hex code.

Text Font Color

.myTextColor { color: #BFC6F6; }

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

This text font color is #BFC6F6.

Background Color

.myBgColor { background-color: #BFC6F6; }

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

This div background color is #BFC6F6.

Border color

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

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

This div border color is #BFC6F6.

Opacity

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

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

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

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

This text has shadow with #BFC6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC6F6.

Preview

Color preview on black background

This text has color #BFC6F6 on black background.


Color preview on white background

This text has color #BFC6F6 on white background.


Black color preview on #BFC6F6 background

This text has black color on #BFC6F6 background.


White color preview on #BFC6F6 background

This text has white color on #BFC6F6 background.


Related colors

Complementary color

Complementary color for #hex is #403909.


I love getcolorcode.com

Triadic colors

1 #F6BFC6 and #C6F6BF with #BFC6F6 are triadic colors.

2 #F6C6BF and #C6BFF6 with #BFC6F6 are triadic colors.