COLOR #BBA5BE

HEX: #BBA5BE
RGB: (187,165,190)

Color info

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

RGB color model

#BBA5BE color RGB value is (187,165,190).

  • red value is 187;
  • green value is 165;
  • blue value is 190.
RGB:
(187,165,190)
(73%,65%,75%)

RGB channels and saturation

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

187
165
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 190 = 542 (100%)
R 187 of 542 ~ 34.5%
G 165 of 542 ~ 30.44%
B 190 of 542 ~ 35.06%

%34.5
%30.44
%35.06

CMYK color model

#BBA5BE color CMYK value is (2,13,0,25).

  • cyan value is 1.58%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,13,0,25)
C2M13Y0K25 
(2%,13%,0%,25%)
(0.02/0.13/0.00/0.25)	

CMYK percentages

%1.58
%13.16
%0
%25.49

Codes

Color #BBA5BE in popluar color models

BBA5BE
RGB187165190
HSL293°16.13%69.61%
HSB/HSV293°13.16%74.51%
CMYK1.58%13.16%0.00%
25.49%

Color #BBA5BE in popluar number systems.

HEXBBA5BE
Decimal187165190
Binary101110111010010110111110
Octal273245276

Shades and tints

Shades of #BBA5BE

#BBA5BE
(187,165,190)
#AA96AD
(170,150,173)
#99879C
(153,135,156)
#88788B
(136,120,139)
#77697A
(119,105,122)
#665A69
(102,90,105)
#554B58
(85,75,88)
#443C47
(68,60,71)
#332D36
(51,45,54)
#221E25
(34,30,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BBA5BE

#BBA5BE
(187,165,190)
#C1ADC3
(193,173,195)
#C7B5C8
(199,181,200)
#CDBDCD
(205,189,205)
#D3C5D2
(211,197,210)
#D9CDD7
(217,205,215)
#DFD5DC
(223,213,220)
#E5DDE1
(229,221,225)
#EBE5E6
(235,229,230)
#F1EDEB
(241,237,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA5BE; }

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

This text font color is #BBA5BE.


Background Color

.myBgColor { background-color: #BBA5BE; }

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

This div background color is #BBA5BE.


Border color

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

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

This div border color is #BBA5BE.


Opacity

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

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

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

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

This text has shadow with #BBA5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA5BE on black background.


Color preview on white background

This text has color #BBA5BE on white background.



Black color preview on #BBA5BE background

This text has black color on #BBA5BE background.


White color preview on #BBA5BE background

This text has white color on #BBA5BE background.