COLOR #B497BC

HEX: #B497BC RGB: (180,151,188)

Color info

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

RGB color model

#B497BC color RGB value is (180,151,188).

RGB: (180,151,188) (71%, 59%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 188 of 255 = 74%

180
151
188

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

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 188 = 519 (100%)
R 180 of 519 ~ 34.68%
G 151 of 519 ~ 29.09%
B 188 of 519 ~ 36.22'%

%34.68
%29.09
%36.22

CMYK color model

#B497BC color CMYK value is (4,20,0,26).

  • cyan value is 4.26%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,20,0,26)
C4M20Y0K26 (4%, 20%, 0%, 26%)
(0.04 / 0.20 / 0.00 / 0.26)

CMYK percentages

%4.26
%19.68
%0
%26.27

Codes

Color #B497BC in popluar color models

B4 97 BC
RGB 180 151 188
HSL 287° 21.64% 66.47%
HSB/HSV 287° 19.68% 73.73%
CMYK 4.26% 19.68% 0.00%
26.27%

Color #B497BC in popluar number systems.

HEX B4 97 BC
Decimal 180 151 188
Binary 10110100 10010111 10111100
Octal 264 227 274

Shades and tints

Shades of #B497BC

#B497BC
(180,151,188)
#A48AAB
(164,138,171)
#947D9A
(148,125,154)
#847089
(132,112,137)
#746378
(116,99,120)
#645667
(100,86,103)
#544956
(84,73,86)
#443C45
(68,60,69)
#342F34
(52,47,52)
#242223
(36,34,35)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #B497BC

#B497BC
(180,151,188)
#BAA0C2
(186,160,194)
#C0A9C8
(192,169,200)
#C6B2CE
(198,178,206)
#CCBBD4
(204,187,212)
#D2C4DA
(210,196,218)
#D8CDE0
(216,205,224)
#DED6E6
(222,214,230)
#E4DFEC
(228,223,236)
#EAE8F2
(234,232,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B497BC color. Also use rgb(180,151,188) instead hex code.

Text Font Color

.myTextColor { color: #B497BC; }

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

This text font color is #B497BC.

Background Color

.myBgColor { background-color: #B497BC; }

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

This div background color is #B497BC.

Border color

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

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

This div border color is #B497BC.

Opacity

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

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

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

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

This text has shadow with #B497BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B497BC.

Preview

Color preview on black background

This text has color #B497BC on black background.


Color preview on white background

This text has color #B497BC on white background.


Black color preview on #B497BC background

This text has black color on #B497BC background.


White color preview on #B497BC background

This text has white color on #B497BC background.


Related colors

Complementary color

Complementary color for #hex is #4B6843.


I love getcolorcode.com

Triadic colors

1 #BCB497 and #97BCB4 with #B497BC are triadic colors.

2 #BC97B4 and #97B4BC with #B497BC are triadic colors.