COLOR #BBA1C1

HEX: #BBA1C1
RGB: (187,161,193)

Color info

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

RGB color model

#BBA1C1 color RGB value is (187,161,193).

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

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 193 of 255 = 76%

187
161
193

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

Portions of RGB colors in percentages

R + G + B =
187 + 161 + 193 = 541 (100%)
R 187 of 541 ~ 34.57%
G 161 of 541 ~ 29.76%
B 193 of 541 ~ 35.67%

%34.57
%29.76
%35.67

CMYK color model

#BBA1C1 color CMYK value is (3,17,0,24).

  • cyan value is 3.11%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,17,0,24)
C3M17Y0K24 
(3%,17%,0%,24%)
(0.03/0.17/0.00/0.24)	

CMYK percentages

%3.11
%16.58
%0
%24.31

Codes

Color #BBA1C1 in popluar color models

BBA1C1
RGB187161193
HSL289°20.51%69.41%
HSB/HSV289°16.58%75.69%
CMYK3.11%16.58%0.00%
24.31%

Color #BBA1C1 in popluar number systems.

HEXBBA1C1
Decimal187161193
Binary101110111010000111000001
Octal273241301

Shades and tints

Shades of #BBA1C1

#BBA1C1
(187,161,193)
#AA93B0
(170,147,176)
#99859F
(153,133,159)
#88778E
(136,119,142)
#77697D
(119,105,125)
#665B6C
(102,91,108)
#554D5B
(85,77,91)
#443F4A
(68,63,74)
#333139
(51,49,57)
#222328
(34,35,40)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBA1C1

#BBA1C1
(187,161,193)
#C1A9C6
(193,169,198)
#C7B1CB
(199,177,203)
#CDB9D0
(205,185,208)
#D3C1D5
(211,193,213)
#D9C9DA
(217,201,218)
#DFD1DF
(223,209,223)
#E5D9E4
(229,217,228)
#EBE1E9
(235,225,233)
#F1E9EE
(241,233,238)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA1C1 color. Also use rgb(187,161,193) instead hex code.

Text Font Color

.myTextColor { color: #BBA1C1; }

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

This text font color is #BBA1C1.


Background Color

.myBgColor { background-color: #BBA1C1; }

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

This div background color is #BBA1C1.


Border color

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

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

This div border color is #BBA1C1.


Opacity

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

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

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

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

This text has shadow with #BBA1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA1C1 on black background.


Color preview on white background

This text has color #BBA1C1 on white background.



Black color preview on #BBA1C1 background

This text has black color on #BBA1C1 background.


White color preview on #BBA1C1 background

This text has white color on #BBA1C1 background.