COLOR #B2C6F6

HEX: #B2C6F6 RGB: (178,198,246)

Color info

#B2C6F6 contains mainly green and blue colors. Web safe color of #B2C6F6 is #99CCFF (or #9CF).

RGB color model

#B2C6F6 color RGB value is (178,198,246).

RGB: (178,198,246) (70%, 78%, 96%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 246 of 255 = 96%

178
198
246

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

Portions of RGB colors in percentages

R + G + B = 178 + 198 + 246 = 622 (100%)
R 178 of 622 ~ 28.62%
G 198 of 622 ~ 31.83%
B 246 of 622 ~ 39.55'%

%28.62
%31.83
%39.55

CMYK color model

#B2C6F6 color CMYK value is (28,20,0,4).

  • cyan value is 27.64%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (28,20,0,4)
C28M20Y0K4 (28%, 20%, 0%, 4%)
(0.28 / 0.20 / 0.00 / 0.04)

CMYK percentages

%27.64
%19.51
%0
%3.53

Codes

Color #B2C6F6 in popluar color models

B2 C6 F6
RGB 178 198 246
HSL 222° 79.07% 83.14%
HSB/HSV 222° 27.64% 96.47%
CMYK 27.64% 19.51% 0.00%
3.53%

Color #B2C6F6 in popluar number systems.

HEX B2 C6 F6
Decimal 178 198 246
Binary 10110010 11000110 11110110
Octal 262 306 366

Shades and tints

Shades of #B2C6F6

#B2C6F6
(178,198,246)
#A2B4E0
(162,180,224)
#92A2CA
(146,162,202)
#8290B4
(130,144,180)
#727E9E
(114,126,158)
#626C88
(98,108,136)
#525A72
(82,90,114)
#42485C
(66,72,92)
#323646
(50,54,70)
#222430
(34,36,48)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #B2C6F6

#B2C6F6
(178,198,246)
#B9CBF6
(185,203,246)
#C0D0F6
(192,208,246)
#C7D5F6
(199,213,246)
#CEDAF6
(206,218,246)
#D5DFF6
(213,223,246)
#DCE4F6
(220,228,246)
#E3E9F6
(227,233,246)
#EAEEF6
(234,238,246)
#F1F3F6
(241,243,246)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C6F6; }

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

This text font color is #B2C6F6.

Background Color

.myBgColor { background-color: #B2C6F6; }

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

This div background color is #B2C6F6.

Border color

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

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

This div border color is #B2C6F6.

Opacity

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

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

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

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

This text has shadow with #B2C6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C6F6.

Preview

Color preview on black background

This text has color #B2C6F6 on black background.


Color preview on white background

This text has color #B2C6F6 on white background.


Black color preview on #B2C6F6 background

This text has black color on #B2C6F6 background.


White color preview on #B2C6F6 background

This text has white color on #B2C6F6 background.


Related colors

Complementary color

Complementary color for #hex is #4D3909.


I love getcolorcode.com

Triadic colors

1 #F6B2C6 and #C6F6B2 with #B2C6F6 are triadic colors.

2 #F6C6B2 and #C6B2F6 with #B2C6F6 are triadic colors.