COLOR #B2C9F6

HEX: #B2C9F6 RGB: (178,201,246)

Color info

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

RGB color model

#B2C9F6 color RGB value is (178,201,246).

RGB: (178,201,246) (70%, 79%, 96%)

RGB channels and saturation

R 178 of 255 = 70%
G 201 of 255 = 79%
B 246 of 255 = 96%

178
201
246

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

Portions of RGB colors in percentages

R + G + B = 178 + 201 + 246 = 625 (100%)
R 178 of 625 ~ 28.48%
G 201 of 625 ~ 32.16%
B 246 of 625 ~ 39.36'%

%28.48
%32.16
%39.36

CMYK color model

#B2C9F6 color CMYK value is (28,18,0,4).

  • cyan value is 27.64%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (28,18,0,4) C28M18Y0K4 (28%,18%,0%,4%) (0.28/0.18/0.00/0.04) 

CMYK percentages

%27.64
%18.29
%0
%3.53

Codes

Color #B2C9F6 in popluar color models

B2 C9 F6
RGB 178 201 246
HSL 220° 79.07% 83.14%
HSB/HSV 220° 27.64% 96.47%
CMYK 27.64% 18.29% 0.00%
3.53%

Color #B2C9F6 in popluar number systems.

HEX B2 C9 F6
Decimal 178 201 246
Binary 10110010 11001001 11110110
Octal 262 311 366

Shades and tints

Shades of #B2C9F6

#B2C9F6
(178,201,246)
#A2B7E0
(162,183,224)
#92A5CA
(146,165,202)
#8293B4
(130,147,180)
#72819E
(114,129,158)
#626F88
(98,111,136)
#525D72
(82,93,114)
#424B5C
(66,75,92)
#323946
(50,57,70)
#222730
(34,39,48)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #B2C9F6

#B2C9F6
(178,201,246)
#B9CDF6
(185,205,246)
#C0D1F6
(192,209,246)
#C7D5F6
(199,213,246)
#CED9F6
(206,217,246)
#D5DDF6
(213,221,246)
#DCE1F6
(220,225,246)
#E3E5F6
(227,229,246)
#EAE9F6
(234,233,246)
#F1EDF6
(241,237,246)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C9F6; }

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

This text font color is #B2C9F6.

Background Color

.myBgColor { background-color: #B2C9F6; }

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

This div background color is #B2C9F6.

Border color

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

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

This div border color is #B2C9F6.

Opacity

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

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

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

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

This text has shadow with #B2C9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C9F6.

Preview

Color preview on black background

This text has color #B2C9F6 on black background.


Color preview on white background

This text has color #B2C9F6 on white background.


Black color preview on #B2C9F6 background

This text has black color on #B2C9F6 background.


White color preview on #B2C9F6 background

This text has white color on #B2C9F6 background.


Related colors

Complementary color

Complementary color for #hex is #4D3609.


I love getcolorcode.com

Triadic colors

1 #F6B2C9 and #C9F6B2 with #B2C9F6 are triadic colors.

2 #F6C9B2 and #C9B2F6 with #B2C9F6 are triadic colors.