COLOR #BBA6DA

HEX: #BBA6DA RGB: (187,166,218)

Color info

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

RGB color model

#BBA6DA color RGB value is (187,166,218).

RGB: (187,166,218) (73%, 65%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 218 of 255 = 85%

187
166
218

R + G + B ~ 74%. #BBA6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 166 + 218 = 571 (100%)
R 187 of 571 ~ 32.75%
G 166 of 571 ~ 29.07%
B 218 of 571 ~ 38.18'%

%32.75
%29.07
%38.18

CMYK color model

#BBA6DA color CMYK value is (14,24,0,15).

  • cyan value is 14.22%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (14,24,0,15)
C14M24Y0K15 (14%, 24%, 0%, 15%)
(0.14 / 0.24 / 0.00 / 0.15)

CMYK percentages

%14.22
%23.85
%0
%14.51

Codes

Color #BBA6DA in popluar color models

BB A6 DA
RGB 187 166 218
HSL 264° 41.27% 75.29%
HSB/HSV 264° 23.85% 85.49%
CMYK 14.22% 23.85% 0.00%
14.51%

Color #BBA6DA in popluar number systems.

HEX BB A6 DA
Decimal 187 166 218
Binary 10111011 10100110 11011010
Octal 273 246 332

Shades and tints

Shades of #BBA6DA

#BBA6DA
(187,166,218)
#AA97C7
(170,151,199)
#9988B4
(153,136,180)
#8879A1
(136,121,161)
#776A8E
(119,106,142)
#665B7B
(102,91,123)
#554C68
(85,76,104)
#443D55
(68,61,85)
#332E42
(51,46,66)
#221F2F
(34,31,47)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #BBA6DA

#BBA6DA
(187,166,218)
#C1AEDD
(193,174,221)
#C7B6E0
(199,182,224)
#CDBEE3
(205,190,227)
#D3C6E6
(211,198,230)
#D9CEE9
(217,206,233)
#DFD6EC
(223,214,236)
#E5DEEF
(229,222,239)
#EBE6F2
(235,230,242)
#F1EEF5
(241,238,245)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6DA; }

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

This text font color is #BBA6DA.

Background Color

.myBgColor { background-color: #BBA6DA; }

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

This div background color is #BBA6DA.

Border color

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

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

This div border color is #BBA6DA.

Opacity

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

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

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

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

This text has shadow with #BBA6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA6DA.

Preview

Color preview on black background

This text has color #BBA6DA on black background.


Color preview on white background

This text has color #BBA6DA on white background.


Black color preview on #BBA6DA background

This text has black color on #BBA6DA background.


White color preview on #BBA6DA background

This text has white color on #BBA6DA background.


Related colors

Complementary color

Complementary color for #hex is #445925.


I love getcolorcode.com

Triadic colors

1 #DABBA6 and #A6DABB with #BBA6DA are triadic colors.

2 #DAA6BB and #A6BBDA with #BBA6DA are triadic colors.