COLOR #BBA0C3

HEX: #BBA0C3
RGB: (187,160,195)

Color info

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

RGB color model

#BBA0C3 color RGB value is (187,160,195).

  • red value is 187;
  • green value is 160;
  • blue value is 195.
RGB:
(187,160,195)
(73%,63%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 195 of 255 = 76%

187
160
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 195 = 542 (100%)
R 187 of 542 ~ 34.5%
G 160 of 542 ~ 29.52%
B 195 of 542 ~ 35.98%

%34.5
%29.52
%35.98

CMYK color model

#BBA0C3 color CMYK value is (4,18,0,24).

  • cyan value is 4.10%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,18,0,24)
C4M18Y0K24 
(4%,18%,0%,24%)
(0.04/0.18/0.00/0.24)	

CMYK percentages

%4.1
%17.95
%0
%23.53

Codes

Color #BBA0C3 in popluar color models

BBA0C3
RGB187160195
HSL286°22.58%69.61%
HSB/HSV286°17.95%76.47%
CMYK4.10%17.95%0.00%
23.53%

Color #BBA0C3 in popluar number systems.

HEXBBA0C3
Decimal187160195
Binary101110111010000011000011
Octal273240303

Shades and tints

Shades of #BBA0C3

#BBA0C3
(187,160,195)
#AA92B2
(170,146,178)
#9984A1
(153,132,161)
#887690
(136,118,144)
#77687F
(119,104,127)
#665A6E
(102,90,110)
#554C5D
(85,76,93)
#443E4C
(68,62,76)
#33303B
(51,48,59)
#22222A
(34,34,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBA0C3

#BBA0C3
(187,160,195)
#C1A8C8
(193,168,200)
#C7B0CD
(199,176,205)
#CDB8D2
(205,184,210)
#D3C0D7
(211,192,215)
#D9C8DC
(217,200,220)
#DFD0E1
(223,208,225)
#E5D8E6
(229,216,230)
#EBE0EB
(235,224,235)
#F1E8F0
(241,232,240)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA0C3 color. Also use rgb(187,160,195) instead hex code.

Text Font Color

.myTextColor { color: #BBA0C3; }

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

This text font color is #BBA0C3.


Background Color

.myBgColor { background-color: #BBA0C3; }

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

This div background color is #BBA0C3.


Border color

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

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

This div border color is #BBA0C3.


Opacity

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

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

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

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

This text has shadow with #BBA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA0C3 on black background.


Color preview on white background

This text has color #BBA0C3 on white background.



Black color preview on #BBA0C3 background

This text has black color on #BBA0C3 background.


White color preview on #BBA0C3 background

This text has white color on #BBA0C3 background.