COLOR #B6BCFC

HEX: #B6BCFC RGB: (182,188,252)

Color info

#B6BCFC contains mainly blue color. Web safe color of #B6BCFC is #CCCCFF (or #CCF).

RGB color model

#B6BCFC color RGB value is (182,188,252).

RGB: (182,188,252) (71%, 74%, 99%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 252 of 255 = 99%

182
188
252

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

Portions of RGB colors in percentages

R + G + B = 182 + 188 + 252 = 622 (100%)
R 182 of 622 ~ 29.26%
G 188 of 622 ~ 30.23%
B 252 of 622 ~ 40.51'%

%29.26
%30.23
%40.51

CMYK color model

#B6BCFC color CMYK value is (28,25,0,1).

  • cyan value is 27.78%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (28,25,0,1)
C28M25Y0K1 (28%, 25%, 0%, 1%)
(0.28 / 0.25 / 0.00 / 0.01)

CMYK percentages

%27.78
%25.4
%0
%1.18

Codes

Color #B6BCFC in popluar color models

B6 BC FC
RGB 182 188 252
HSL 235° 92.11% 85.10%
HSB/HSV 235° 27.78% 98.82%
CMYK 27.78% 25.40% 0.00%
1.18%

Color #B6BCFC in popluar number systems.

HEX B6 BC FC
Decimal 182 188 252
Binary 10110110 10111100 11111100
Octal 266 274 374

Shades and tints

Shades of #B6BCFC

#B6BCFC
(182,188,252)
#A6ABE6
(166,171,230)
#969AD0
(150,154,208)
#8689BA
(134,137,186)
#7678A4
(118,120,164)
#66678E
(102,103,142)
#565678
(86,86,120)
#464562
(70,69,98)
#36344C
(54,52,76)
#262336
(38,35,54)
#161220
(22,18,32)
#000000
(0,0,0)

Tints of #B6BCFC

#B6BCFC
(182,188,252)
#BCC2FC
(188,194,252)
#C2C8FC
(194,200,252)
#C8CEFC
(200,206,252)
#CED4FC
(206,212,252)
#D4DAFC
(212,218,252)
#DAE0FC
(218,224,252)
#E0E6FC
(224,230,252)
#E6ECFC
(230,236,252)
#ECF2FC
(236,242,252)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BCFC color. Also use rgb(182,188,252) instead hex code.

Text Font Color

.myTextColor { color: #B6BCFC; }

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

This text font color is #B6BCFC.

Background Color

.myBgColor { background-color: #B6BCFC; }

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

This div background color is #B6BCFC.

Border color

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

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

This div border color is #B6BCFC.

Opacity

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

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

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

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

This text has shadow with #B6BCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BCFC.

Preview

Color preview on black background

This text has color #B6BCFC on black background.


Color preview on white background

This text has color #B6BCFC on white background.


Black color preview on #B6BCFC background

This text has black color on #B6BCFC background.


White color preview on #B6BCFC background

This text has white color on #B6BCFC background.


Related colors

Complementary color

Complementary color for #hex is #494303.


I love getcolorcode.com

Triadic colors

1 #FCB6BC and #BCFCB6 with #B6BCFC are triadic colors.

2 #FCBCB6 and #BCB6FC with #B6BCFC are triadic colors.