COLOR #B294BE

HEX: #B294BE
RGB: (178,148,190)

Color info

#B294BE contains red, green and blue colors in about the same proportion. Web safe color of #B294BE is #9999CC (or #99C).

RGB color model

#B294BE color RGB value is (178,148,190).

  • red value is 178;
  • green value is 148;
  • blue value is 190.
RGB:
(178,148,190)
(70%,58%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 190 of 255 = 75%

178
148
190

R + G + B ~ 68%. #B294BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 190 = 516 (100%)
R 178 of 516 ~ 34.5%
G 148 of 516 ~ 28.68%
B 190 of 516 ~ 36.82%

%34.5
%28.68
%36.82

CMYK color model

#B294BE color CMYK value is (6,22,0,25).

  • cyan value is 6.32%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(6,22,0,25)
C6M22Y0K25 
(6%,22%,0%,25%)
(0.06/0.22/0.00/0.25)	

CMYK percentages

%6.32
%22.11
%0
%25.49

Codes

Color #B294BE in popluar color models

B294BE
RGB178148190
HSL283°24.42%66.27%
HSB/HSV283°22.11%74.51%
CMYK6.32%22.11%0.00%
25.49%

Color #B294BE in popluar number systems.

HEXB294BE
Decimal178148190
Binary101100101001010010111110
Octal262224276

Shades and tints

Shades of #B294BE

#B294BE
(178,148,190)
#A287AD
(162,135,173)
#927A9C
(146,122,156)
#826D8B
(130,109,139)
#72607A
(114,96,122)
#625369
(98,83,105)
#524658
(82,70,88)
#423947
(66,57,71)
#322C36
(50,44,54)
#221F25
(34,31,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #B294BE

#B294BE
(178,148,190)
#B99DC3
(185,157,195)
#C0A6C8
(192,166,200)
#C7AFCD
(199,175,205)
#CEB8D2
(206,184,210)
#D5C1D7
(213,193,215)
#DCCADC
(220,202,220)
#E3D3E1
(227,211,225)
#EADCE6
(234,220,230)
#F1E5EB
(241,229,235)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B294BE color. Also use rgb(178,148,190) instead hex code.

Text Font Color

.myTextColor { color: #B294BE; }

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

This text font color is #B294BE.


Background Color

.myBgColor { background-color: #B294BE; }

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

This div background color is #B294BE.


Border color

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

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

This div border color is #B294BE.


Opacity

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

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

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

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

This text has shadow with #B294BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B294BE on black background.


Color preview on white background

This text has color #B294BE on white background.



Black color preview on #B294BE background

This text has black color on #B294BE background.


White color preview on #B294BE background

This text has white color on #B294BE background.