COLOR #B0C2FF

HEX: #B0C2FF RGB: (176,194,255)

Color info

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

RGB color model

#B0C2FF color RGB value is (176,194,255).

RGB: (176,194,255) (69%, 76%, 100%)

RGB channels and saturation

R 176 of 255 = 69%
G 194 of 255 = 76%
B 255 of 255 = 100%

176
194
255

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

Portions of RGB colors in percentages

R + G + B = 176 + 194 + 255 = 625 (100%)
R 176 of 625 ~ 28.16%
G 194 of 625 ~ 31.04%
B 255 of 625 ~ 40.8'%

%28.16
%31.04
%40.8

CMYK color model

#B0C2FF color CMYK value is (31,24,0,0).

  • cyan value is 30.98%
  • magenta value is 23.92%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (31,24,0,0)
C31M24Y0K0 (31%, 24%, 0%, 0%)
(0.31 / 0.24 / 0.00 / 0.00)

CMYK percentages

%30.98
%23.92
%0
%0

Codes

Color #B0C2FF in popluar color models

B0 C2 FF
RGB 176 194 255
HSL 226° 100.00% 84.51%
HSB/HSV 226° 30.98% 100.00%
CMYK 30.98% 23.92% 0.00%
0.00%

Color #B0C2FF in popluar number systems.

HEX B0 C2 FF
Decimal 176 194 255
Binary 10110000 11000010 11111111
Octal 260 302 377

Shades and tints

Shades of #B0C2FF

#B0C2FF
(176,194,255)
#A0B1E8
(160,177,232)
#90A0D1
(144,160,209)
#808FBA
(128,143,186)
#707EA3
(112,126,163)
#606D8C
(96,109,140)
#505C75
(80,92,117)
#404B5E
(64,75,94)
#303A47
(48,58,71)
#202930
(32,41,48)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0C2FF

#B0C2FF
(176,194,255)
#B7C7FF
(183,199,255)
#BECCFF
(190,204,255)
#C5D1FF
(197,209,255)
#CCD6FF
(204,214,255)
#D3DBFF
(211,219,255)
#DAE0FF
(218,224,255)
#E1E5FF
(225,229,255)
#E8EAFF
(232,234,255)
#EFEFFF
(239,239,255)
#F6F4FF
(246,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C2FF color. Also use rgb(176,194,255) instead hex code.

Text Font Color

.myTextColor { color: #B0C2FF; }

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

This text font color is #B0C2FF.

Background Color

.myBgColor { background-color: #B0C2FF; }

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

This div background color is #B0C2FF.

Border color

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

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

This div border color is #B0C2FF.

Opacity

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

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

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

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

This text has shadow with #B0C2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C2FF.

Preview

Color preview on black background

This text has color #B0C2FF on black background.


Color preview on white background

This text has color #B0C2FF on white background.


Black color preview on #B0C2FF background

This text has black color on #B0C2FF background.


White color preview on #B0C2FF background

This text has white color on #B0C2FF background.


Related colors

Complementary color

Complementary color for #hex is #4F3D00.


I love getcolorcode.com

Triadic colors

1 #FFB0C2 and #C2FFB0 with #B0C2FF are triadic colors.

2 #FFC2B0 and #C2B0FF with #B0C2FF are triadic colors.