COLOR #B9BEE6

HEX: #B9BEE6 RGB: (185,190,230)

Color info

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

RGB color model

#B9BEE6 color RGB value is (185,190,230).

RGB: (185,190,230) (73%, 75%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 230 of 255 = 90%

185
190
230

R + G + B ~ 79%. #B9BEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 230 = 605 (100%)
R 185 of 605 ~ 30.58%
G 190 of 605 ~ 31.4%
B 230 of 605 ~ 38.02'%

%30.58
%31.4
%38.02

CMYK color model

#B9BEE6 color CMYK value is (20,17,0,10).

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

CMYK: (20,17,0,10)
C20M17Y0K10 (20%, 17%, 0%, 10%)
(0.20 / 0.17 / 0.00 / 0.10)

CMYK percentages

%19.57
%17.39
%0
%9.8

Codes

Color #B9BEE6 in popluar color models

B9 BE E6
RGB 185 190 230
HSL 233° 47.37% 81.37%
HSB/HSV 233° 19.57% 90.20%
CMYK 19.57% 17.39% 0.00%
9.80%

Color #B9BEE6 in popluar number systems.

HEX B9 BE E6
Decimal 185 190 230
Binary 10111001 10111110 11100110
Octal 271 276 346

Shades and tints

Shades of #B9BEE6

#B9BEE6
(185,190,230)
#A9ADD2
(169,173,210)
#999CBE
(153,156,190)
#898BAA
(137,139,170)
#797A96
(121,122,150)
#696982
(105,105,130)
#59586E
(89,88,110)
#49475A
(73,71,90)
#393646
(57,54,70)
#292532
(41,37,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #B9BEE6

#B9BEE6
(185,190,230)
#BFC3E8
(191,195,232)
#C5C8EA
(197,200,234)
#CBCDEC
(203,205,236)
#D1D2EE
(209,210,238)
#D7D7F0
(215,215,240)
#DDDCF2
(221,220,242)
#E3E1F4
(227,225,244)
#E9E6F6
(233,230,246)
#EFEBF8
(239,235,248)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEE6; }

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

This text font color is #B9BEE6.

Background Color

.myBgColor { background-color: #B9BEE6; }

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

This div background color is #B9BEE6.

Border color

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

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

This div border color is #B9BEE6.

Opacity

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

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

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

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

This text has shadow with #B9BEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEE6.

Preview

Color preview on black background

This text has color #B9BEE6 on black background.


Color preview on white background

This text has color #B9BEE6 on white background.


Black color preview on #B9BEE6 background

This text has black color on #B9BEE6 background.


White color preview on #B9BEE6 background

This text has white color on #B9BEE6 background.


Related colors

Complementary color

Complementary color for #hex is #464119.


I love getcolorcode.com

Triadic colors

1 #E6B9BE and #BEE6B9 with #B9BEE6 are triadic colors.

2 #E6BEB9 and #BEB9E6 with #B9BEE6 are triadic colors.