COLOR #B9BCEB

HEX: #B9BCEB RGB: (185,188,235)

Color info

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

RGB color model

#B9BCEB color RGB value is (185,188,235).

RGB: (185,188,235) (73%, 74%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 235 of 255 = 92%

185
188
235

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

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 235 = 608 (100%)
R 185 of 608 ~ 30.43%
G 188 of 608 ~ 30.92%
B 235 of 608 ~ 38.65'%

%30.43
%30.92
%38.65

CMYK color model

#B9BCEB color CMYK value is (21,20,0,8).

  • cyan value is 21.28%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (21,20,0,8)
C21M20Y0K8 (21%, 20%, 0%, 8%)
(0.21 / 0.20 / 0.00 / 0.08)

CMYK percentages

%21.28
%20
%0
%7.84

Codes

Color #B9BCEB in popluar color models

B9 BC EB
RGB 185 188 235
HSL 236° 55.56% 82.35%
HSB/HSV 236° 21.28% 92.16%
CMYK 21.28% 20.00% 0.00%
7.84%

Color #B9BCEB in popluar number systems.

HEX B9 BC EB
Decimal 185 188 235
Binary 10111001 10111100 11101011
Octal 271 274 353

Shades and tints

Shades of #B9BCEB

#B9BCEB
(185,188,235)
#A9ABD6
(169,171,214)
#999AC1
(153,154,193)
#8989AC
(137,137,172)
#797897
(121,120,151)
#696782
(105,103,130)
#59566D
(89,86,109)
#494558
(73,69,88)
#393443
(57,52,67)
#29232E
(41,35,46)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #B9BCEB

#B9BCEB
(185,188,235)
#BFC2EC
(191,194,236)
#C5C8ED
(197,200,237)
#CBCEEE
(203,206,238)
#D1D4EF
(209,212,239)
#D7DAF0
(215,218,240)
#DDE0F1
(221,224,241)
#E3E6F2
(227,230,242)
#E9ECF3
(233,236,243)
#EFF2F4
(239,242,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCEB; }

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

This text font color is #B9BCEB.

Background Color

.myBgColor { background-color: #B9BCEB; }

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

This div background color is #B9BCEB.

Border color

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

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

This div border color is #B9BCEB.

Opacity

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

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

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

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

This text has shadow with #B9BCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BCEB.

Preview

Color preview on black background

This text has color #B9BCEB on black background.


Color preview on white background

This text has color #B9BCEB on white background.


Black color preview on #B9BCEB background

This text has black color on #B9BCEB background.


White color preview on #B9BCEB background

This text has white color on #B9BCEB background.


Related colors

Complementary color

Complementary color for #hex is #464314.


I love getcolorcode.com

Triadic colors

1 #EBB9BC and #BCEBB9 with #B9BCEB are triadic colors.

2 #EBBCB9 and #BCB9EB with #B9BCEB are triadic colors.