COLOR #BBA5C0

HEX: #BBA5C0 RGB: (187,165,192)

Color info

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

RGB color model

#BBA5C0 color RGB value is (187,165,192).

RGB: (187,165,192) (73%, 65%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 192 of 255 = 75%

187
165
192

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

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 192 = 544 (100%)
R 187 of 544 ~ 34.38%
G 165 of 544 ~ 30.33%
B 192 of 544 ~ 35.29'%

%34.38
%30.33
%35.29

CMYK color model

#BBA5C0 color CMYK value is (3,14,0,25).

  • cyan value is 2.60%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (3,14,0,25) C3M14Y0K25 (3%,14%,0%,25%) (0.03/0.14/0.00/0.25) 

CMYK percentages

%2.6
%14.06
%0
%24.71

Codes

Color #BBA5C0 in popluar color models

BB A5 C0
RGB 187 165 192
HSL 289° 17.65% 70.00%
HSB/HSV 289° 14.06% 75.29%
CMYK 2.60% 14.06% 0.00%
24.71%

Color #BBA5C0 in popluar number systems.

HEX BB A5 C0
Decimal 187 165 192
Binary 10111011 10100101 11000000
Octal 273 245 300

Shades and tints

Shades of #BBA5C0

#BBA5C0
(187,165,192)
#AA96AF
(170,150,175)
#99879E
(153,135,158)
#88788D
(136,120,141)
#77697C
(119,105,124)
#665A6B
(102,90,107)
#554B5A
(85,75,90)
#443C49
(68,60,73)
#332D38
(51,45,56)
#221E27
(34,30,39)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #BBA5C0

#BBA5C0
(187,165,192)
#C1ADC5
(193,173,197)
#C7B5CA
(199,181,202)
#CDBDCF
(205,189,207)
#D3C5D4
(211,197,212)
#D9CDD9
(217,205,217)
#DFD5DE
(223,213,222)
#E5DDE3
(229,221,227)
#EBE5E8
(235,229,232)
#F1EDED
(241,237,237)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5C0; }

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

This text font color is #BBA5C0.

Background Color

.myBgColor { background-color: #BBA5C0; }

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

This div background color is #BBA5C0.

Border color

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

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

This div border color is #BBA5C0.

Opacity

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

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

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

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

This text has shadow with #BBA5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA5C0.

Preview

Color preview on black background

This text has color #BBA5C0 on black background.


Color preview on white background

This text has color #BBA5C0 on white background.


Black color preview on #BBA5C0 background

This text has black color on #BBA5C0 background.


White color preview on #BBA5C0 background

This text has white color on #BBA5C0 background.


Related colors

Complementary color

Complementary color for #hex is #445A3F.


I love getcolorcode.com

Triadic colors

1 #C0BBA5 and #A5C0BB with #BBA5C0 are triadic colors.

2 #C0A5BB and #A5BBC0 with #BBA5C0 are triadic colors.