COLOR #B2C1FF

HEX: #B2C1FF RGB: (178,193,255)

Color info

#B2C1FF contains mainly blue color. Web safe color of #B2C1FF is #99CCFF (or #9CF).

RGB color model

#B2C1FF color RGB value is (178,193,255).

RGB: (178,193,255) (70%, 76%, 100%)

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 255 of 255 = 100%

178
193
255

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

Portions of RGB colors in percentages

R + G + B = 178 + 193 + 255 = 626 (100%)
R 178 of 626 ~ 28.43%
G 193 of 626 ~ 30.83%
B 255 of 626 ~ 40.73'%

%28.43
%30.83
%40.73

CMYK color model

#B2C1FF color CMYK value is (30,24,0,0).

  • cyan value is 30.20%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (30,24,0,0)
C30M24Y0K0 (30%, 24%, 0%, 0%)
(0.30 / 0.24 / 0.00 / 0.00)

CMYK percentages

%30.2
%24.31
%0
%0

Codes

Color #B2C1FF in popluar color models

B2 C1 FF
RGB 178 193 255
HSL 228° 100.00% 84.90%
HSB/HSV 228° 30.20% 100.00%
CMYK 30.20% 24.31% 0.00%
0.00%

Color #B2C1FF in popluar number systems.

HEX B2 C1 FF
Decimal 178 193 255
Binary 10110010 11000001 11111111
Octal 262 301 377

Shades and tints

Shades of #B2C1FF

#B2C1FF
(178,193,255)
#A2B0E8
(162,176,232)
#929FD1
(146,159,209)
#828EBA
(130,142,186)
#727DA3
(114,125,163)
#626C8C
(98,108,140)
#525B75
(82,91,117)
#424A5E
(66,74,94)
#323947
(50,57,71)
#222830
(34,40,48)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #B2C1FF

#B2C1FF
(178,193,255)
#B9C6FF
(185,198,255)
#C0CBFF
(192,203,255)
#C7D0FF
(199,208,255)
#CED5FF
(206,213,255)
#D5DAFF
(213,218,255)
#DCDFFF
(220,223,255)
#E3E4FF
(227,228,255)
#EAE9FF
(234,233,255)
#F1EEFF
(241,238,255)
#F8F3FF
(248,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C1FF color. Also use rgb(178,193,255) instead hex code.

Text Font Color

.myTextColor { color: #B2C1FF; }

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

This text font color is #B2C1FF.

Background Color

.myBgColor { background-color: #B2C1FF; }

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

This div background color is #B2C1FF.

Border color

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

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

This div border color is #B2C1FF.

Opacity

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

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

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

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

This text has shadow with #B2C1FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C1FF.

Preview

Color preview on black background

This text has color #B2C1FF on black background.


Color preview on white background

This text has color #B2C1FF on white background.


Black color preview on #B2C1FF background

This text has black color on #B2C1FF background.


White color preview on #B2C1FF background

This text has white color on #B2C1FF background.


Related colors

Complementary color

Complementary color for #hex is #4D3E00.


I love getcolorcode.com

Triadic colors

1 #FFB2C1 and #C1FFB2 with #B2C1FF are triadic colors.

2 #FFC1B2 and #C1B2FF with #B2C1FF are triadic colors.