COLOR #B9C0EC

HEX: #B9C0EC RGB: (185,192,236)

Color info

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

RGB color model

#B9C0EC color RGB value is (185,192,236).

RGB: (185,192,236) (73%, 75%, 93%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 236 of 255 = 93%

185
192
236

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

Portions of RGB colors in percentages

R + G + B = 185 + 192 + 236 = 613 (100%)
R 185 of 613 ~ 30.18%
G 192 of 613 ~ 31.32%
B 236 of 613 ~ 38.5'%

%30.18
%31.32
%38.5

CMYK color model

#B9C0EC color CMYK value is (22,19,0,7).

  • cyan value is 21.61%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (22,19,0,7)
C22M19Y0K7 (22%, 19%, 0%, 7%)
(0.22 / 0.19 / 0.00 / 0.07)

CMYK percentages

%21.61
%18.64
%0
%7.45

Codes

Color #B9C0EC in popluar color models

B9 C0 EC
RGB 185 192 236
HSL 232° 57.30% 82.55%
HSB/HSV 232° 21.61% 92.55%
CMYK 21.61% 18.64% 0.00%
7.45%

Color #B9C0EC in popluar number systems.

HEX B9 C0 EC
Decimal 185 192 236
Binary 10111001 11000000 11101100
Octal 271 300 354

Shades and tints

Shades of #B9C0EC

#B9C0EC
(185,192,236)
#A9AFD7
(169,175,215)
#999EC2
(153,158,194)
#898DAD
(137,141,173)
#797C98
(121,124,152)
#696B83
(105,107,131)
#595A6E
(89,90,110)
#494959
(73,73,89)
#393844
(57,56,68)
#29272F
(41,39,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9C0EC

#B9C0EC
(185,192,236)
#BFC5ED
(191,197,237)
#C5CAEE
(197,202,238)
#CBCFEF
(203,207,239)
#D1D4F0
(209,212,240)
#D7D9F1
(215,217,241)
#DDDEF2
(221,222,242)
#E3E3F3
(227,227,243)
#E9E8F4
(233,232,244)
#EFEDF5
(239,237,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C0EC; }

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

This text font color is #B9C0EC.

Background Color

.myBgColor { background-color: #B9C0EC; }

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

This div background color is #B9C0EC.

Border color

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

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

This div border color is #B9C0EC.

Opacity

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

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

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

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

This text has shadow with #B9C0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C0EC.

Preview

Color preview on black background

This text has color #B9C0EC on black background.


Color preview on white background

This text has color #B9C0EC on white background.


Black color preview on #B9C0EC background

This text has black color on #B9C0EC background.


White color preview on #B9C0EC background

This text has white color on #B9C0EC background.


Related colors

Complementary color

Complementary color for #hex is #463F13.


I love getcolorcode.com

Triadic colors

1 #ECB9C0 and #C0ECB9 with #B9C0EC are triadic colors.

2 #ECC0B9 and #C0B9EC with #B9C0EC are triadic colors.