COLOR #BBA6CA

HEX: #BBA6CA RGB: (187,166,202)

Color info

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

RGB color model

#BBA6CA color RGB value is (187,166,202).

RGB: (187,166,202) (73%, 65%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 202 of 255 = 79%

187
166
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 166 + 202 = 555 (100%)
R 187 of 555 ~ 33.69%
G 166 of 555 ~ 29.91%
B 202 of 555 ~ 36.4'%

%33.69
%29.91
%36.4

CMYK color model

#BBA6CA color CMYK value is (7,18,0,21).

  • cyan value is 7.43%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,18,0,21)
C7M18Y0K21 (7%, 18%, 0%, 21%)
(0.07 / 0.18 / 0.00 / 0.21)

CMYK percentages

%7.43
%17.82
%0
%20.78

Codes

Color #BBA6CA in popluar color models

BB A6 CA
RGB 187 166 202
HSL 275° 25.35% 72.16%
HSB/HSV 275° 17.82% 79.22%
CMYK 7.43% 17.82% 0.00%
20.78%

Color #BBA6CA in popluar number systems.

HEX BB A6 CA
Decimal 187 166 202
Binary 10111011 10100110 11001010
Octal 273 246 312

Shades and tints

Shades of #BBA6CA

#BBA6CA
(187,166,202)
#AA97B8
(170,151,184)
#9988A6
(153,136,166)
#887994
(136,121,148)
#776A82
(119,106,130)
#665B70
(102,91,112)
#554C5E
(85,76,94)
#443D4C
(68,61,76)
#332E3A
(51,46,58)
#221F28
(34,31,40)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #BBA6CA

#BBA6CA
(187,166,202)
#C1AECE
(193,174,206)
#C7B6D2
(199,182,210)
#CDBED6
(205,190,214)
#D3C6DA
(211,198,218)
#D9CEDE
(217,206,222)
#DFD6E2
(223,214,226)
#E5DEE6
(229,222,230)
#EBE6EA
(235,230,234)
#F1EEEE
(241,238,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA6CA color. Also use rgb(187,166,202) instead hex code.

Text Font Color

.myTextColor { color: #BBA6CA; }

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

This text font color is #BBA6CA.

Background Color

.myBgColor { background-color: #BBA6CA; }

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

This div background color is #BBA6CA.

Border color

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

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

This div border color is #BBA6CA.

Opacity

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

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

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

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

This text has shadow with #BBA6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA6CA.

Preview

Color preview on black background

This text has color #BBA6CA on black background.


Color preview on white background

This text has color #BBA6CA on white background.


Black color preview on #BBA6CA background

This text has black color on #BBA6CA background.


White color preview on #BBA6CA background

This text has white color on #BBA6CA background.


Related colors

Complementary color

Complementary color for #hex is #445935.


I love getcolorcode.com

Triadic colors

1 #CABBA6 and #A6CABB with #BBA6CA are triadic colors.

2 #CAA6BB and #A6BBCA with #BBA6CA are triadic colors.