COLOR #BBA5BC

HEX: #BBA5BC RGB: (187,165,188)

Color info

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

RGB color model

#BBA5BC color RGB value is (187,165,188).

RGB: (187,165,188) (73%, 65%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 188 of 255 = 74%

187
165
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 188 = 540 (100%)
R 187 of 540 ~ 34.63%
G 165 of 540 ~ 30.56%
B 188 of 540 ~ 34.81'%

%34.63
%30.56
%34.81

CMYK color model

#BBA5BC color CMYK value is (1,12,0,26).

  • cyan value is 0.53%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,12,0,26)
C1M12Y0K26 (1%, 12%, 0%, 26%)
(0.01 / 0.12 / 0.00 / 0.26)

CMYK percentages

%0.53
%12.23
%0
%26.27

Codes

Color #BBA5BC in popluar color models

BB A5 BC
RGB 187 165 188
HSL 297° 14.65% 69.22%
HSB/HSV 297° 12.23% 73.73%
CMYK 0.53% 12.23% 0.00%
26.27%

Color #BBA5BC in popluar number systems.

HEX BB A5 BC
Decimal 187 165 188
Binary 10111011 10100101 10111100
Octal 273 245 274

Shades and tints

Shades of #BBA5BC

#BBA5BC
(187,165,188)
#AA96AB
(170,150,171)
#99879A
(153,135,154)
#887889
(136,120,137)
#776978
(119,105,120)
#665A67
(102,90,103)
#554B56
(85,75,86)
#443C45
(68,60,69)
#332D34
(51,45,52)
#221E23
(34,30,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #BBA5BC

#BBA5BC
(187,165,188)
#C1ADC2
(193,173,194)
#C7B5C8
(199,181,200)
#CDBDCE
(205,189,206)
#D3C5D4
(211,197,212)
#D9CDDA
(217,205,218)
#DFD5E0
(223,213,224)
#E5DDE6
(229,221,230)
#EBE5EC
(235,229,236)
#F1EDF2
(241,237,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5BC; }

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

This text font color is #BBA5BC.

Background Color

.myBgColor { background-color: #BBA5BC; }

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

This div background color is #BBA5BC.

Border color

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

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

This div border color is #BBA5BC.

Opacity

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

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

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

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

This text has shadow with #BBA5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA5BC.

Preview

Color preview on black background

This text has color #BBA5BC on black background.


Color preview on white background

This text has color #BBA5BC on white background.


Black color preview on #BBA5BC background

This text has black color on #BBA5BC background.


White color preview on #BBA5BC background

This text has white color on #BBA5BC background.


Related colors

Complementary color

Complementary color for #hex is #445A43.


I love getcolorcode.com

Triadic colors

1 #BCBBA5 and #A5BCBB with #BBA5BC are triadic colors.

2 #BCA5BB and #A5BBBC with #BBA5BC are triadic colors.