COLOR #B9B5E6

HEX: #B9B5E6 RGB: (185,181,230)

Color info

#B9B5E6 contains red, green and blue colors in about the same proportion. Web safe color of #B9B5E6 is #CCCCCC (or #CCC).

RGB color model

#B9B5E6 color RGB value is (185,181,230).

RGB: (185,181,230) (73%, 71%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 181 of 255 = 71%
B 230 of 255 = 90%

185
181
230

R + G + B ~ 78%. #B9B5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 181 + 230 = 596 (100%)
R 185 of 596 ~ 31.04%
G 181 of 596 ~ 30.37%
B 230 of 596 ~ 38.59'%

%31.04
%30.37
%38.59

CMYK color model

#B9B5E6 color CMYK value is (20,21,0,10).

  • cyan value is 19.57%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (20,21,0,10)
C20M21Y0K10 (20%, 21%, 0%, 10%)
(0.20 / 0.21 / 0.00 / 0.10)

CMYK percentages

%19.57
%21.3
%0
%9.8

Codes

Color #B9B5E6 in popluar color models

B9 B5 E6
RGB 185 181 230
HSL 245° 49.49% 80.59%
HSB/HSV 245° 21.30% 90.20%
CMYK 19.57% 21.30% 0.00%
9.80%

Color #B9B5E6 in popluar number systems.

HEX B9 B5 E6
Decimal 185 181 230
Binary 10111001 10110101 11100110
Octal 271 265 346

Shades and tints

Shades of #B9B5E6

#B9B5E6
(185,181,230)
#A9A5D2
(169,165,210)
#9995BE
(153,149,190)
#8985AA
(137,133,170)
#797596
(121,117,150)
#696582
(105,101,130)
#59556E
(89,85,110)
#49455A
(73,69,90)
#393546
(57,53,70)
#292532
(41,37,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #B9B5E6

#B9B5E6
(185,181,230)
#BFBBE8
(191,187,232)
#C5C1EA
(197,193,234)
#CBC7EC
(203,199,236)
#D1CDEE
(209,205,238)
#D7D3F0
(215,211,240)
#DDD9F2
(221,217,242)
#E3DFF4
(227,223,244)
#E9E5F6
(233,229,246)
#EFEBF8
(239,235,248)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B5E6; }

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

This text font color is #B9B5E6.

Background Color

.myBgColor { background-color: #B9B5E6; }

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

This div background color is #B9B5E6.

Border color

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

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

This div border color is #B9B5E6.

Opacity

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

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

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

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

This text has shadow with #B9B5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B5E6.

Preview

Color preview on black background

This text has color #B9B5E6 on black background.


Color preview on white background

This text has color #B9B5E6 on white background.


Black color preview on #B9B5E6 background

This text has black color on #B9B5E6 background.


White color preview on #B9B5E6 background

This text has white color on #B9B5E6 background.


Related colors

Complementary color

Complementary color for #hex is #464A19.


I love getcolorcode.com

Triadic colors

1 #E6B9B5 and #B5E6B9 with #B9B5E6 are triadic colors.

2 #E6B5B9 and #B5B9E6 with #B9B5E6 are triadic colors.