COLOR #B9B9F0

HEX: #B9B9F0 RGB: (185,185,240)

Color info

#B9B9F0 contains red, green and blue colors in about the same proportion. Web safe color of #B9B9F0 is #CCCCFF (or #CCF).

RGB color model

#B9B9F0 color RGB value is (185,185,240).

RGB: (185,185,240) (73%, 73%, 94%)

RGB channels and saturation

R 185 of 255 = 73%
G 185 of 255 = 73%
B 240 of 255 = 94%

185
185
240

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

Portions of RGB colors in percentages

R + G + B = 185 + 185 + 240 = 610 (100%)
R 185 of 610 ~ 30.33%
G 185 of 610 ~ 30.33%
B 240 of 610 ~ 39.34'%

%30.33
%30.33
%39.34

CMYK color model

#B9B9F0 color CMYK value is (23,23,0,6).

  • cyan value is 22.92%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (23,23,0,6) C23M23Y0K6 (23%,23%,0%,6%) (0.23/0.23/0.00/0.06) 

CMYK percentages

%22.92
%22.92
%0
%5.88

Codes

Color #B9B9F0 in popluar color models

B9 B9 F0
RGB 185 185 240
HSL 240° 64.71% 83.33%
HSB/HSV 240° 22.92% 94.12%
CMYK 22.92% 22.92% 0.00%
5.88%

Color #B9B9F0 in popluar number systems.

HEX B9 B9 F0
Decimal 185 185 240
Binary 10111001 10111001 11110000
Octal 271 271 360

Shades and tints

Shades of #B9B9F0

#B9B9F0
(185,185,240)
#A9A9DB
(169,169,219)
#9999C6
(153,153,198)
#8989B1
(137,137,177)
#79799C
(121,121,156)
#696987
(105,105,135)
#595972
(89,89,114)
#49495D
(73,73,93)
#393948
(57,57,72)
#292933
(41,41,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #B9B9F0

#B9B9F0
(185,185,240)
#BFBFF1
(191,191,241)
#C5C5F2
(197,197,242)
#CBCBF3
(203,203,243)
#D1D1F4
(209,209,244)
#D7D7F5
(215,215,245)
#DDDDF6
(221,221,246)
#E3E3F7
(227,227,247)
#E9E9F8
(233,233,248)
#EFEFF9
(239,239,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B9F0 color. Also use rgb(185,185,240) instead hex code.

Text Font Color

.myTextColor { color: #B9B9F0; }

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

This text font color is #B9B9F0.

Background Color

.myBgColor { background-color: #B9B9F0; }

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

This div background color is #B9B9F0.

Border color

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

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

This div border color is #B9B9F0.

Opacity

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

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

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

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

This text has shadow with #B9B9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B9F0.

Preview

Color preview on black background

This text has color #B9B9F0 on black background.


Color preview on white background

This text has color #B9B9F0 on white background.


Black color preview on #B9B9F0 background

This text has black color on #B9B9F0 background.


White color preview on #B9B9F0 background

This text has white color on #B9B9F0 background.


Related colors

Complementary color

Complementary color for #hex is #46460F.


I love getcolorcode.com