COLOR #BBA6CB

HEX: #BBA6CB
RGB: (187,166,203)

Color info

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

RGB color model

#BBA6CB color RGB value is (187,166,203).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 203 of 255 = 80%

187
166
203

R + G + B ~ 73%. #BBA6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 203 = 556 (100%)
R 187 of 556 ~ 33.63%
G 166 of 556 ~ 29.86%
B 203 of 556 ~ 36.51%

%33.63
%29.86
%36.51

CMYK color model

#BBA6CB color CMYK value is (8,18,0,20).

  • cyan value is 7.88%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,18,0,20)
C8M18Y0K20 
(8%,18%,0%,20%)
(0.08/0.18/0.00/0.20)	

CMYK percentages

%7.88
%18.23
%0
%20.39

Codes

Color #BBA6CB in popluar color models

BBA6CB
RGB187166203
HSL274°26.24%72.35%
HSB/HSV274°18.23%79.61%
CMYK7.88%18.23%0.00%
20.39%

Color #BBA6CB in popluar number systems.

HEXBBA6CB
Decimal187166203
Binary101110111010011011001011
Octal273246313

Shades and tints

Shades of #BBA6CB

#BBA6CB
(187,166,203)
#AA97B9
(170,151,185)
#9988A7
(153,136,167)
#887995
(136,121,149)
#776A83
(119,106,131)
#665B71
(102,91,113)
#554C5F
(85,76,95)
#443D4D
(68,61,77)
#332E3B
(51,46,59)
#221F29
(34,31,41)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BBA6CB

#BBA6CB
(187,166,203)
#C1AECF
(193,174,207)
#C7B6D3
(199,182,211)
#CDBED7
(205,190,215)
#D3C6DB
(211,198,219)
#D9CEDF
(217,206,223)
#DFD6E3
(223,214,227)
#E5DEE7
(229,222,231)
#EBE6EB
(235,230,235)
#F1EEEF
(241,238,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6CB; }

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

This text font color is #BBA6CB.


Background Color

.myBgColor { background-color: #BBA6CB; }

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

This div background color is #BBA6CB.


Border color

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

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

This div border color is #BBA6CB.


Opacity

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

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

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

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

This text has shadow with #BBA6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6CB on black background.


Color preview on white background

This text has color #BBA6CB on white background.



Black color preview on #BBA6CB background

This text has black color on #BBA6CB background.


White color preview on #BBA6CB background

This text has white color on #BBA6CB background.