COLOR #B495B5

HEX: #B495B5 RGB: (180,149,181)

Color info

#B495B5 contains red, green and blue colors in about the same proportion. Web safe color of #B495B5 is #CC99CC (or #C9C).

RGB color model

#B495B5 color RGB value is (180,149,181).

RGB: (180,149,181) (71%, 58%, 71%)

RGB channels and saturation

R 180 of 255 = 71%
G 149 of 255 = 58%
B 181 of 255 = 71%

180
149
181

R + G + B ~ 67%. #B495B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 149 + 181 = 510 (100%)
R 180 of 510 ~ 35.29%
G 149 of 510 ~ 29.22%
B 181 of 510 ~ 35.49'%

%35.29
%29.22
%35.49

CMYK color model

#B495B5 color CMYK value is (1,18,0,29).

  • cyan value is 0.55%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (1,18,0,29)
C1M18Y0K29 (1%, 18%, 0%, 29%)
(0.01 / 0.18 / 0.00 / 0.29)

CMYK percentages

%0.55
%17.68
%0
%29.02

Codes

Color #B495B5 in popluar color models

B4 95 B5
RGB 180 149 181
HSL 298° 17.78% 64.71%
HSB/HSV 298° 17.68% 70.98%
CMYK 0.55% 17.68% 0.00%
29.02%

Color #B495B5 in popluar number systems.

HEX B4 95 B5
Decimal 180 149 181
Binary 10110100 10010101 10110101
Octal 264 225 265

Shades and tints

Shades of #B495B5

#B495B5
(180,149,181)
#A488A5
(164,136,165)
#947B95
(148,123,149)
#846E85
(132,110,133)
#746175
(116,97,117)
#645465
(100,84,101)
#544755
(84,71,85)
#443A45
(68,58,69)
#342D35
(52,45,53)
#242025
(36,32,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B495B5

#B495B5
(180,149,181)
#BA9EBB
(186,158,187)
#C0A7C1
(192,167,193)
#C6B0C7
(198,176,199)
#CCB9CD
(204,185,205)
#D2C2D3
(210,194,211)
#D8CBD9
(216,203,217)
#DED4DF
(222,212,223)
#E4DDE5
(228,221,229)
#EAE6EB
(234,230,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B495B5 color. Also use rgb(180,149,181) instead hex code.

Text Font Color

.myTextColor { color: #B495B5; }

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

This text font color is #B495B5.

Background Color

.myBgColor { background-color: #B495B5; }

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

This div background color is #B495B5.

Border color

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

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

This div border color is #B495B5.

Opacity

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

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

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

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

This text has shadow with #B495B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B495B5.

Preview

Color preview on black background

This text has color #B495B5 on black background.


Color preview on white background

This text has color #B495B5 on white background.


Black color preview on #B495B5 background

This text has black color on #B495B5 background.


White color preview on #B495B5 background

This text has white color on #B495B5 background.


Related colors

Complementary color

Complementary color for #hex is #4B6A4A.


I love getcolorcode.com

Triadic colors

1 #B5B495 and #95B5B4 with #B495B5 are triadic colors.

2 #B595B4 and #95B4B5 with #B495B5 are triadic colors.