COLOR #BBA6BE

HEX: #BBA6BE
RGB: (187,166,190)

Color info

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

RGB color model

#BBA6BE color RGB value is (187,166,190).

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

RGB channels and saturation

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

187
166
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 190 = 543 (100%)
R 187 of 543 ~ 34.44%
G 166 of 543 ~ 30.57%
B 190 of 543 ~ 34.99%

%34.44
%30.57
%34.99

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 12.63%
  • 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
%12.63
%0
%25.49

Codes

Color #BBA6BE in popluar color models

BBA6BE
RGB187166190
HSL293°15.58%69.80%
HSB/HSV293°12.63%74.51%
CMYK1.58%12.63%0.00%
25.49%

Color #BBA6BE in popluar number systems.

HEXBBA6BE
Decimal187166190
Binary101110111010011010111110
Octal273246276

Shades and tints

Shades of #BBA6BE

#BBA6BE
(187,166,190)
#AA97AD
(170,151,173)
#99889C
(153,136,156)
#88798B
(136,121,139)
#776A7A
(119,106,122)
#665B69
(102,91,105)
#554C58
(85,76,88)
#443D47
(68,61,71)
#332E36
(51,46,54)
#221F25
(34,31,37)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #BBA6BE

#BBA6BE
(187,166,190)
#C1AEC3
(193,174,195)
#C7B6C8
(199,182,200)
#CDBECD
(205,190,205)
#D3C6D2
(211,198,210)
#D9CED7
(217,206,215)
#DFD6DC
(223,214,220)
#E5DEE1
(229,222,225)
#EBE6E6
(235,230,230)
#F1EEEB
(241,238,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6BE; }

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

This text font color is #BBA6BE.


Background Color

.myBgColor { background-color: #BBA6BE; }

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

This div background color is #BBA6BE.


Border color

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

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

This div border color is #BBA6BE.


Opacity

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

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

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

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

This text has shadow with #BBA6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6BE on black background.


Color preview on white background

This text has color #BBA6BE on white background.



Black color preview on #BBA6BE background

This text has black color on #BBA6BE background.


White color preview on #BBA6BE background

This text has white color on #BBA6BE background.