COLOR #BBA4BF

HEX: #BBA4BF
RGB: (187,164,191)

Color info

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

RGB color model

#BBA4BF color RGB value is (187,164,191).

  • red value is 187;
  • green value is 164;
  • blue value is 191.
RGB:
(187,164,191)
(73%,64%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 191 of 255 = 75%

187
164
191

R + G + B ~ 71%. #BBA4BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 191 = 542 (100%)
R 187 of 542 ~ 34.5%
G 164 of 542 ~ 30.26%
B 191 of 542 ~ 35.24%

%34.5
%30.26
%35.24

CMYK color model

#BBA4BF color CMYK value is (2,14,0,25).

  • cyan value is 2.09%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,14,0,25)
C2M14Y0K25 
(2%,14%,0%,25%)
(0.02/0.14/0.00/0.25)	

CMYK percentages

%2.09
%14.14
%0
%25.1

Codes

Color #BBA4BF in popluar color models

BBA4BF
RGB187164191
HSL291°17.42%69.61%
HSB/HSV291°14.14%74.90%
CMYK2.09%14.14%0.00%
25.10%

Color #BBA4BF in popluar number systems.

HEXBBA4BF
Decimal187164191
Binary101110111010010010111111
Octal273244277

Shades and tints

Shades of #BBA4BF

#BBA4BF
(187,164,191)
#AA96AE
(170,150,174)
#99889D
(153,136,157)
#887A8C
(136,122,140)
#776C7B
(119,108,123)
#665E6A
(102,94,106)
#555059
(85,80,89)
#444248
(68,66,72)
#333437
(51,52,55)
#222626
(34,38,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBA4BF

#BBA4BF
(187,164,191)
#C1ACC4
(193,172,196)
#C7B4C9
(199,180,201)
#CDBCCE
(205,188,206)
#D3C4D3
(211,196,211)
#D9CCD8
(217,204,216)
#DFD4DD
(223,212,221)
#E5DCE2
(229,220,226)
#EBE4E7
(235,228,231)
#F1ECEC
(241,236,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA4BF color. Also use rgb(187,164,191) instead hex code.

Text Font Color

.myTextColor { color: #BBA4BF; }

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

This text font color is #BBA4BF.


Background Color

.myBgColor { background-color: #BBA4BF; }

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

This div background color is #BBA4BF.


Border color

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

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

This div border color is #BBA4BF.


Opacity

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

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

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

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

This text has shadow with #BBA4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA4BF on black background.


Color preview on white background

This text has color #BBA4BF on white background.



Black color preview on #BBA4BF background

This text has black color on #BBA4BF background.


White color preview on #BBA4BF background

This text has white color on #BBA4BF background.