COLOR #BBA9C6

HEX: #BBA9C6
RGB: (187,169,198)

Color info

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

RGB color model

#BBA9C6 color RGB value is (187,169,198).

  • red value is 187;
  • green value is 169;
  • blue value is 198.
RGB:
(187,169,198)
(73%,66%,78%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 198 of 255 = 78%

187
169
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 169 + 198 = 554 (100%)
R 187 of 554 ~ 33.75%
G 169 of 554 ~ 30.51%
B 198 of 554 ~ 35.74%

%33.75
%30.51
%35.74

CMYK color model

#BBA9C6 color CMYK value is (6,15,0,22).

  • cyan value is 5.56%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,15,0,22)
C6M15Y0K22 
(6%,15%,0%,22%)
(0.06/0.15/0.00/0.22)	

CMYK percentages

%5.56
%14.65
%0
%22.35

Codes

Color #BBA9C6 in popluar color models

BBA9C6
RGB187169198
HSL277°20.28%71.96%
HSB/HSV277°14.65%77.65%
CMYK5.56%14.65%0.00%
22.35%

Color #BBA9C6 in popluar number systems.

HEXBBA9C6
Decimal187169198
Binary101110111010100111000110
Octal273251306

Shades and tints

Shades of #BBA9C6

#BBA9C6
(187,169,198)
#AA9AB4
(170,154,180)
#998BA2
(153,139,162)
#887C90
(136,124,144)
#776D7E
(119,109,126)
#665E6C
(102,94,108)
#554F5A
(85,79,90)
#444048
(68,64,72)
#333136
(51,49,54)
#222224
(34,34,36)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #BBA9C6

#BBA9C6
(187,169,198)
#C1B0CB
(193,176,203)
#C7B7D0
(199,183,208)
#CDBED5
(205,190,213)
#D3C5DA
(211,197,218)
#D9CCDF
(217,204,223)
#DFD3E4
(223,211,228)
#E5DAE9
(229,218,233)
#EBE1EE
(235,225,238)
#F1E8F3
(241,232,243)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA9C6 color. Also use rgb(187,169,198) instead hex code.

Text Font Color

.myTextColor { color: #BBA9C6; }

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

This text font color is #BBA9C6.


Background Color

.myBgColor { background-color: #BBA9C6; }

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

This div background color is #BBA9C6.


Border color

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

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

This div border color is #BBA9C6.


Opacity

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

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

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

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

This text has shadow with #BBA9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA9C6 on black background.


Color preview on white background

This text has color #BBA9C6 on white background.



Black color preview on #BBA9C6 background

This text has black color on #BBA9C6 background.


White color preview on #BBA9C6 background

This text has white color on #BBA9C6 background.