COLOR #BBA3C5

HEX: #BBA3C5
RGB: (187,163,197)

Color info

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

RGB color model

#BBA3C5 color RGB value is (187,163,197).

  • red value is 187;
  • green value is 163;
  • blue value is 197.
RGB:
(187,163,197)
(73%,64%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 197 of 255 = 77%

187
163
197

R + G + B ~ 71%. #BBA3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 197 = 547 (100%)
R 187 of 547 ~ 34.19%
G 163 of 547 ~ 29.8%
B 197 of 547 ~ 36.01%

%34.19
%29.8
%36.01

CMYK color model

#BBA3C5 color CMYK value is (5,17,0,23).

  • cyan value is 5.08%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,17,0,23)
C5M17Y0K23 
(5%,17%,0%,23%)
(0.05/0.17/0.00/0.23)	

CMYK percentages

%5.08
%17.26
%0
%22.75

Codes

Color #BBA3C5 in popluar color models

BBA3C5
RGB187163197
HSL282°22.67%70.59%
HSB/HSV282°17.26%77.25%
CMYK5.08%17.26%0.00%
22.75%

Color #BBA3C5 in popluar number systems.

HEXBBA3C5
Decimal187163197
Binary101110111010001111000101
Octal273243305

Shades and tints

Shades of #BBA3C5

#BBA3C5
(187,163,197)
#AA95B4
(170,149,180)
#9987A3
(153,135,163)
#887992
(136,121,146)
#776B81
(119,107,129)
#665D70
(102,93,112)
#554F5F
(85,79,95)
#44414E
(68,65,78)
#33333D
(51,51,61)
#22252C
(34,37,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBA3C5

#BBA3C5
(187,163,197)
#C1ABCA
(193,171,202)
#C7B3CF
(199,179,207)
#CDBBD4
(205,187,212)
#D3C3D9
(211,195,217)
#D9CBDE
(217,203,222)
#DFD3E3
(223,211,227)
#E5DBE8
(229,219,232)
#EBE3ED
(235,227,237)
#F1EBF2
(241,235,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA3C5 color. Also use rgb(187,163,197) instead hex code.

Text Font Color

.myTextColor { color: #BBA3C5; }

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

This text font color is #BBA3C5.


Background Color

.myBgColor { background-color: #BBA3C5; }

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

This div background color is #BBA3C5.


Border color

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

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

This div border color is #BBA3C5.


Opacity

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

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

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

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

This text has shadow with #BBA3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA3C5 on black background.


Color preview on white background

This text has color #BBA3C5 on white background.



Black color preview on #BBA3C5 background

This text has black color on #BBA3C5 background.


White color preview on #BBA3C5 background

This text has white color on #BBA3C5 background.