COLOR #B295BE

HEX: #B295BE RGB: (178,149,190)

Color info

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

RGB color model

#B295BE color RGB value is (178,149,190).

RGB: (178,149,190) (70%, 58%, 75%)

RGB channels and saturation

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

178
149
190

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

Portions of RGB colors in percentages

R + G + B = 178 + 149 + 190 = 517 (100%)
R 178 of 517 ~ 34.43%
G 149 of 517 ~ 28.82%
B 190 of 517 ~ 36.75'%

%34.43
%28.82
%36.75

CMYK color model

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

  • cyan value is 6.32%
  • magenta value is 21.58%
  • 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
%21.58
%0
%25.49

Codes

Color #B295BE in popluar color models

B2 95 BE
RGB 178 149 190
HSL 282° 23.98% 66.47%
HSB/HSV 282° 21.58% 74.51%
CMYK 6.32% 21.58% 0.00%
25.49%

Color #B295BE in popluar number systems.

HEX B2 95 BE
Decimal 178 149 190
Binary 10110010 10010101 10111110
Octal 262 225 276

Shades and tints

Shades of #B295BE

#B295BE
(178,149,190)
#A288AD
(162,136,173)
#927B9C
(146,123,156)
#826E8B
(130,110,139)
#72617A
(114,97,122)
#625469
(98,84,105)
#524758
(82,71,88)
#423A47
(66,58,71)
#322D36
(50,45,54)
#222025
(34,32,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B295BE

#B295BE
(178,149,190)
#B99EC3
(185,158,195)
#C0A7C8
(192,167,200)
#C7B0CD
(199,176,205)
#CEB9D2
(206,185,210)
#D5C2D7
(213,194,215)
#DCCBDC
(220,203,220)
#E3D4E1
(227,212,225)
#EADDE6
(234,221,230)
#F1E6EB
(241,230,235)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B295BE; }

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

This text font color is #B295BE.

Background Color

.myBgColor { background-color: #B295BE; }

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

This div background color is #B295BE.

Border color

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

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

This div border color is #B295BE.

Opacity

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

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

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

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

This text has shadow with #B295BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B295BE.

Preview

Color preview on black background

This text has color #B295BE on black background.


Color preview on white background

This text has color #B295BE on white background.


Black color preview on #B295BE background

This text has black color on #B295BE background.


White color preview on #B295BE background

This text has white color on #B295BE background.


Related colors

Complementary color

Complementary color for #hex is #4D6A41.


I love getcolorcode.com

Triadic colors

1 #BEB295 and #95BEB2 with #B295BE are triadic colors.

2 #BE95B2 and #95B2BE with #B295BE are triadic colors.