COLOR #BBA6E2

HEX: #BBA6E2
RGB: (187,166,226)

Color info

#BBA6E2 contains mainly red and blue colors. Web safe color of #BBA6E2 is #CC99CC (or #C9C).

RGB color model

#BBA6E2 color RGB value is (187,166,226).

  • red value is 187;
  • green value is 166;
  • blue value is 226.
RGB:
(187,166,226)
(73%,65%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 226 of 255 = 89%

187
166
226

R + G + B ~ 76%. #BBA6E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 226 = 579 (100%)
R 187 of 579 ~ 32.3%
G 166 of 579 ~ 28.67%
B 226 of 579 ~ 39.03%

%32.3
%28.67
%39.03

CMYK color model

#BBA6E2 color CMYK value is (17,27,0,11).

  • cyan value is 17.26%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,27,0,11)
C17M27Y0K11 
(17%,27%,0%,11%)
(0.17/0.27/0.00/0.11)	

CMYK percentages

%17.26
%26.55
%0
%11.37

Codes

Color #BBA6E2 in popluar color models

BBA6E2
RGB187166226
HSL261°50.85%76.86%
HSB/HSV261°26.55%88.63%
CMYK17.26%26.55%0.00%
11.37%

Color #BBA6E2 in popluar number systems.

HEXBBA6E2
Decimal187166226
Binary101110111010011011100010
Octal273246342

Shades and tints

Shades of #BBA6E2

#BBA6E2
(187,166,226)
#AA97CE
(170,151,206)
#9988BA
(153,136,186)
#8879A6
(136,121,166)
#776A92
(119,106,146)
#665B7E
(102,91,126)
#554C6A
(85,76,106)
#443D56
(68,61,86)
#332E42
(51,46,66)
#221F2E
(34,31,46)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #BBA6E2

#BBA6E2
(187,166,226)
#C1AEE4
(193,174,228)
#C7B6E6
(199,182,230)
#CDBEE8
(205,190,232)
#D3C6EA
(211,198,234)
#D9CEEC
(217,206,236)
#DFD6EE
(223,214,238)
#E5DEF0
(229,222,240)
#EBE6F2
(235,230,242)
#F1EEF4
(241,238,244)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6E2; }

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

This text font color is #BBA6E2.


Background Color

.myBgColor { background-color: #BBA6E2; }

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

This div background color is #BBA6E2.


Border color

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

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

This div border color is #BBA6E2.


Opacity

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

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

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

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

This text has shadow with #BBA6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6E2 on black background.


Color preview on white background

This text has color #BBA6E2 on white background.



Black color preview on #BBA6E2 background

This text has black color on #BBA6E2 background.


White color preview on #BBA6E2 background

This text has white color on #BBA6E2 background.