COLOR #B9BEDC

HEX: #B9BEDC RGB: (185,190,220)

Color info

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

RGB color model

#B9BEDC color RGB value is (185,190,220).

RGB: (185,190,220) (73%, 75%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 220 of 255 = 86%

185
190
220

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

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 220 = 595 (100%)
R 185 of 595 ~ 31.09%
G 190 of 595 ~ 31.93%
B 220 of 595 ~ 36.97'%

%31.09
%31.93
%36.97

CMYK color model

#B9BEDC color CMYK value is (16,14,0,14).

  • cyan value is 15.91%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (16,14,0,14)
C16M14Y0K14 (16%, 14%, 0%, 14%)
(0.16 / 0.14 / 0.00 / 0.14)

CMYK percentages

%15.91
%13.64
%0
%13.73

Codes

Color #B9BEDC in popluar color models

B9 BE DC
RGB 185 190 220
HSL 231° 33.33% 79.41%
HSB/HSV 231° 15.91% 86.27%
CMYK 15.91% 13.64% 0.00%
13.73%

Color #B9BEDC in popluar number systems.

HEX B9 BE DC
Decimal 185 190 220
Binary 10111001 10111110 11011100
Octal 271 276 334

Shades and tints

Shades of #B9BEDC

#B9BEDC
(185,190,220)
#A9ADC8
(169,173,200)
#999CB4
(153,156,180)
#898BA0
(137,139,160)
#797A8C
(121,122,140)
#696978
(105,105,120)
#595864
(89,88,100)
#494750
(73,71,80)
#39363C
(57,54,60)
#292528
(41,37,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9BEDC

#B9BEDC
(185,190,220)
#BFC3DF
(191,195,223)
#C5C8E2
(197,200,226)
#CBCDE5
(203,205,229)
#D1D2E8
(209,210,232)
#D7D7EB
(215,215,235)
#DDDCEE
(221,220,238)
#E3E1F1
(227,225,241)
#E9E6F4
(233,230,244)
#EFEBF7
(239,235,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEDC; }

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

This text font color is #B9BEDC.

Background Color

.myBgColor { background-color: #B9BEDC; }

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

This div background color is #B9BEDC.

Border color

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

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

This div border color is #B9BEDC.

Opacity

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

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

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

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

This text has shadow with #B9BEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEDC.

Preview

Color preview on black background

This text has color #B9BEDC on black background.


Color preview on white background

This text has color #B9BEDC on white background.


Black color preview on #B9BEDC background

This text has black color on #B9BEDC background.


White color preview on #B9BEDC background

This text has white color on #B9BEDC background.


Related colors

Complementary color

Complementary color for #hex is #464123.


I love getcolorcode.com

Triadic colors

1 #DCB9BE and #BEDCB9 with #B9BEDC are triadic colors.

2 #DCBEB9 and #BEB9DC with #B9BEDC are triadic colors.