COLOR #BBA4C0

HEX: #BBA4C0 RGB: (187,164,192)

Color info

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

RGB color model

#BBA4C0 color RGB value is (187,164,192).

RGB: (187,164,192) (73%, 64%, 75%)

RGB channels and saturation

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

187
164
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 164 + 192 = 543 (100%)
R 187 of 543 ~ 34.44%
G 164 of 543 ~ 30.2%
B 192 of 543 ~ 35.36'%

%34.44
%30.2
%35.36

CMYK color model

#BBA4C0 color CMYK value is (3,15,0,25).

  • cyan value is 2.60%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (3,15,0,25)
C3M15Y0K25 (3%, 15%, 0%, 25%)
(0.03 / 0.15 / 0.00 / 0.25)

CMYK percentages

%2.6
%14.58
%0
%24.71

Codes

Color #BBA4C0 in popluar color models

BB A4 C0
RGB 187 164 192
HSL 289° 18.18% 69.80%
HSB/HSV 289° 14.58% 75.29%
CMYK 2.60% 14.58% 0.00%
24.71%

Color #BBA4C0 in popluar number systems.

HEX BB A4 C0
Decimal 187 164 192
Binary 10111011 10100100 11000000
Octal 273 244 300

Shades and tints

Shades of #BBA4C0

#BBA4C0
(187,164,192)
#AA96AF
(170,150,175)
#99889E
(153,136,158)
#887A8D
(136,122,141)
#776C7C
(119,108,124)
#665E6B
(102,94,107)
#55505A
(85,80,90)
#444249
(68,66,73)
#333438
(51,52,56)
#222627
(34,38,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBA4C0

#BBA4C0
(187,164,192)
#C1ACC5
(193,172,197)
#C7B4CA
(199,180,202)
#CDBCCF
(205,188,207)
#D3C4D4
(211,196,212)
#D9CCD9
(217,204,217)
#DFD4DE
(223,212,222)
#E5DCE3
(229,220,227)
#EBE4E8
(235,228,232)
#F1ECED
(241,236,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA4C0; }

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

This text font color is #BBA4C0.

Background Color

.myBgColor { background-color: #BBA4C0; }

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

This div background color is #BBA4C0.

Border color

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

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

This div border color is #BBA4C0.

Opacity

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

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

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

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

This text has shadow with #BBA4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA4C0.

Preview

Color preview on black background

This text has color #BBA4C0 on black background.


Color preview on white background

This text has color #BBA4C0 on white background.


Black color preview on #BBA4C0 background

This text has black color on #BBA4C0 background.


White color preview on #BBA4C0 background

This text has white color on #BBA4C0 background.


Related colors

Complementary color

Complementary color for #hex is #445B3F.


I love getcolorcode.com

Triadic colors

1 #C0BBA4 and #A4C0BB with #BBA4C0 are triadic colors.

2 #C0A4BB and #A4BBC0 with #BBA4C0 are triadic colors.