COLOR #BBA4BD

HEX: #BBA4BD
RGB: (187,164,189)

Color info

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

RGB color model

#BBA4BD color RGB value is (187,164,189).

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

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 189 of 255 = 74%

187
164
189

R + G + B ~ 70%. #BBA4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 189 = 540 (100%)
R 187 of 540 ~ 34.63%
G 164 of 540 ~ 30.37%
B 189 of 540 ~ 35%

%34.63
%30.37
%35

CMYK color model

#BBA4BD color CMYK value is (1,13,0,26).

  • cyan value is 1.06%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,13,0,26)
C1M13Y0K26 
(1%,13%,0%,26%)
(0.01/0.13/0.00/0.26)	

CMYK percentages

%1.06
%13.23
%0
%25.88

Codes

Color #BBA4BD in popluar color models

BBA4BD
RGB187164189
HSL295°15.92%69.22%
HSB/HSV295°13.23%74.12%
CMYK1.06%13.23%0.00%
25.88%

Color #BBA4BD in popluar number systems.

HEXBBA4BD
Decimal187164189
Binary101110111010010010111101
Octal273244275

Shades and tints

Shades of #BBA4BD

#BBA4BD
(187,164,189)
#AA96AC
(170,150,172)
#99889B
(153,136,155)
#887A8A
(136,122,138)
#776C79
(119,108,121)
#665E68
(102,94,104)
#555057
(85,80,87)
#444246
(68,66,70)
#333435
(51,52,53)
#222624
(34,38,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBA4BD

#BBA4BD
(187,164,189)
#C1ACC3
(193,172,195)
#C7B4C9
(199,180,201)
#CDBCCF
(205,188,207)
#D3C4D5
(211,196,213)
#D9CCDB
(217,204,219)
#DFD4E1
(223,212,225)
#E5DCE7
(229,220,231)
#EBE4ED
(235,228,237)
#F1ECF3
(241,236,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA4BD; }

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

This text font color is #BBA4BD.


Background Color

.myBgColor { background-color: #BBA4BD; }

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

This div background color is #BBA4BD.


Border color

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

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

This div border color is #BBA4BD.


Opacity

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

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

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

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

This text has shadow with #BBA4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA4BD on black background.


Color preview on white background

This text has color #BBA4BD on white background.



Black color preview on #BBA4BD background

This text has black color on #BBA4BD background.


White color preview on #BBA4BD background

This text has white color on #BBA4BD background.