COLOR #B0B2FF

HEX: #B0B2FF
RGB: (176,178,255)

Color info

#B0B2FF contains mainly blue color. Web safe color of #B0B2FF is #9999FF (or #99F).

RGB color model

#B0B2FF color RGB value is (176,178,255).

  • red value is 176;
  • green value is 178;
  • blue value is 255.
RGB:
(176,178,255)
(69%,70%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 255 of 255 = 100%

176
178
255

R + G + B ~ 80%. #B0B2FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 255 = 609 (100%)
R 176 of 609 ~ 28.9%
G 178 of 609 ~ 29.23%
B 255 of 609 ~ 41.87%

%28.9
%29.23
%41.87

CMYK color model

#B0B2FF color CMYK value is (31,30,0,0).

  • cyan value is 30.98%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,30,0,0)
C31M30Y0K0 
(31%,30%,0%,0%)
(0.31/0.30/0.00/0.00)	

CMYK percentages

%30.98
%30.2
%0
%0

Codes

Color #B0B2FF in popluar color models

B0B2FF
RGB176178255
HSL238°100.00%84.51%
HSB/HSV238°30.98%100.00%
CMYK30.98%30.20%0.00%
0.00%

Color #B0B2FF in popluar number systems.

HEXB0B2FF
Decimal176178255
Binary101100001011001011111111
Octal260262377

Shades and tints

Shades of #B0B2FF

#B0B2FF
(176,178,255)
#A0A2E8
(160,162,232)
#9092D1
(144,146,209)
#8082BA
(128,130,186)
#7072A3
(112,114,163)
#60628C
(96,98,140)
#505275
(80,82,117)
#40425E
(64,66,94)
#303247
(48,50,71)
#202230
(32,34,48)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #B0B2FF

#B0B2FF
(176,178,255)
#B7B9FF
(183,185,255)
#BEC0FF
(190,192,255)
#C5C7FF
(197,199,255)
#CCCEFF
(204,206,255)
#D3D5FF
(211,213,255)
#DADCFF
(218,220,255)
#E1E3FF
(225,227,255)
#E8EAFF
(232,234,255)
#EFF1FF
(239,241,255)
#F6F8FF
(246,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B2FF; }

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

This text font color is #B0B2FF.


Background Color

.myBgColor { background-color: #B0B2FF; }

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

This div background color is #B0B2FF.


Border color

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

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

This div border color is #B0B2FF.


Opacity

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

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

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

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

This text has shadow with #B0B2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B2FF on black background.


Color preview on white background

This text has color #B0B2FF on white background.



Black color preview on #B0B2FF background

This text has black color on #B0B2FF background.


White color preview on #B0B2FF background

This text has white color on #B0B2FF background.