COLOR #BBA1C9

HEX: #BBA1C9 RGB: (187,161,201)

Color info

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

RGB color model

#BBA1C9 color RGB value is (187,161,201).

RGB: (187,161,201) (73%, 63%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 201 of 255 = 79%

187
161
201

R + G + B ~ 72%. #BBA1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 161 + 201 = 549 (100%)
R 187 of 549 ~ 34.06%
G 161 of 549 ~ 29.33%
B 201 of 549 ~ 36.61'%

%34.06
%29.33
%36.61

CMYK color model

#BBA1C9 color CMYK value is (7,20,0,21).

  • cyan value is 6.97%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,20,0,21)
C7M20Y0K21 (7%, 20%, 0%, 21%)
(0.07 / 0.20 / 0.00 / 0.21)

CMYK percentages

%6.97
%19.9
%0
%21.18

Codes

Color #BBA1C9 in popluar color models

BB A1 C9
RGB 187 161 201
HSL 279° 27.03% 70.98%
HSB/HSV 279° 19.90% 78.82%
CMYK 6.97% 19.90% 0.00%
21.18%

Color #BBA1C9 in popluar number systems.

HEX BB A1 C9
Decimal 187 161 201
Binary 10111011 10100001 11001001
Octal 273 241 311

Shades and tints

Shades of #BBA1C9

#BBA1C9
(187,161,201)
#AA93B7
(170,147,183)
#9985A5
(153,133,165)
#887793
(136,119,147)
#776981
(119,105,129)
#665B6F
(102,91,111)
#554D5D
(85,77,93)
#443F4B
(68,63,75)
#333139
(51,49,57)
#222327
(34,35,39)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBA1C9

#BBA1C9
(187,161,201)
#C1A9CD
(193,169,205)
#C7B1D1
(199,177,209)
#CDB9D5
(205,185,213)
#D3C1D9
(211,193,217)
#D9C9DD
(217,201,221)
#DFD1E1
(223,209,225)
#E5D9E5
(229,217,229)
#EBE1E9
(235,225,233)
#F1E9ED
(241,233,237)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA1C9; }

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

This text font color is #BBA1C9.

Background Color

.myBgColor { background-color: #BBA1C9; }

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

This div background color is #BBA1C9.

Border color

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

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

This div border color is #BBA1C9.

Opacity

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

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

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

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

This text has shadow with #BBA1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA1C9.

Preview

Color preview on black background

This text has color #BBA1C9 on black background.


Color preview on white background

This text has color #BBA1C9 on white background.


Black color preview on #BBA1C9 background

This text has black color on #BBA1C9 background.


White color preview on #BBA1C9 background

This text has white color on #BBA1C9 background.


Related colors

Complementary color

Complementary color for #hex is #445E36.


I love getcolorcode.com

Triadic colors

1 #C9BBA1 and #A1C9BB with #BBA1C9 are triadic colors.

2 #C9A1BB and #A1BBC9 with #BBA1C9 are triadic colors.