COLOR #BBA6C4

HEX: #BBA6C4
RGB: (187,166,196)

Color info

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

RGB color model

#BBA6C4 color RGB value is (187,166,196).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 196 of 255 = 77%

187
166
196

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 196 = 549 (100%)
R 187 of 549 ~ 34.06%
G 166 of 549 ~ 30.24%
B 196 of 549 ~ 35.7%

%34.06
%30.24
%35.7

CMYK color model

#BBA6C4 color CMYK value is (5,15,0,23).

  • cyan value is 4.59%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(5,15,0,23)
C5M15Y0K23 
(5%,15%,0%,23%)
(0.05/0.15/0.00/0.23)	

CMYK percentages

%4.59
%15.31
%0
%23.14

Codes

Color #BBA6C4 in popluar color models

BBA6C4
RGB187166196
HSL282°20.27%70.98%
HSB/HSV282°15.31%76.86%
CMYK4.59%15.31%0.00%
23.14%

Color #BBA6C4 in popluar number systems.

HEXBBA6C4
Decimal187166196
Binary101110111010011011000100
Octal273246304

Shades and tints

Shades of #BBA6C4

#BBA6C4
(187,166,196)
#AA97B3
(170,151,179)
#9988A2
(153,136,162)
#887991
(136,121,145)
#776A80
(119,106,128)
#665B6F
(102,91,111)
#554C5E
(85,76,94)
#443D4D
(68,61,77)
#332E3C
(51,46,60)
#221F2B
(34,31,43)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #BBA6C4

#BBA6C4
(187,166,196)
#C1AEC9
(193,174,201)
#C7B6CE
(199,182,206)
#CDBED3
(205,190,211)
#D3C6D8
(211,198,216)
#D9CEDD
(217,206,221)
#DFD6E2
(223,214,226)
#E5DEE7
(229,222,231)
#EBE6EC
(235,230,236)
#F1EEF1
(241,238,241)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6C4; }

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

This text font color is #BBA6C4.


Background Color

.myBgColor { background-color: #BBA6C4; }

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

This div background color is #BBA6C4.


Border color

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

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

This div border color is #BBA6C4.


Opacity

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

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

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

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

This text has shadow with #BBA6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6C4 on black background.


Color preview on white background

This text has color #BBA6C4 on white background.



Black color preview on #BBA6C4 background

This text has black color on #BBA6C4 background.


White color preview on #BBA6C4 background

This text has white color on #BBA6C4 background.