COLOR #BBA8B6

HEX: #BBA8B6
RGB: (187,168,182)

Color info

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

RGB color model

#BBA8B6 color RGB value is (187,168,182).

  • red value is 187;
  • green value is 168;
  • blue value is 182.
RGB:
(187,168,182)
(73%,66%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 182 of 255 = 71%

187
168
182

R + G + B ~ 70%. #BBA8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 182 = 537 (100%)
R 187 of 537 ~ 34.82%
G 168 of 537 ~ 31.28%
B 182 of 537 ~ 33.89%

%34.82
%31.28
%33.89

CMYK color model

#BBA8B6 color CMYK value is (0,10,3,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(0,10,3,27)
C0M10Y3K27 
(0%,10%,3%,27%)
(0.00/0.10/0.03/0.27)	

CMYK percentages

%0
%10.16
%2.67
%26.67

Codes

Color #BBA8B6 in popluar color models

BBA8B6
RGB187168182
HSL316°12.26%69.61%
HSB/HSV316°10.16%73.33%
CMYK0.00%10.16%2.67%
26.67%

Color #BBA8B6 in popluar number systems.

HEXBBA8B6
Decimal187168182
Binary101110111010100010110110
Octal273250266

Shades and tints

Shades of #BBA8B6

#BBA8B6
(187,168,182)
#AA99A6
(170,153,166)
#998A96
(153,138,150)
#887B86
(136,123,134)
#776C76
(119,108,118)
#665D66
(102,93,102)
#554E56
(85,78,86)
#443F46
(68,63,70)
#333036
(51,48,54)
#222126
(34,33,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BBA8B6

#BBA8B6
(187,168,182)
#C1AFBC
(193,175,188)
#C7B6C2
(199,182,194)
#CDBDC8
(205,189,200)
#D3C4CE
(211,196,206)
#D9CBD4
(217,203,212)
#DFD2DA
(223,210,218)
#E5D9E0
(229,217,224)
#EBE0E6
(235,224,230)
#F1E7EC
(241,231,236)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA8B6 color. Also use rgb(187,168,182) instead hex code.

Text Font Color

.myTextColor { color: #BBA8B6; }

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

This text font color is #BBA8B6.


Background Color

.myBgColor { background-color: #BBA8B6; }

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

This div background color is #BBA8B6.


Border color

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

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

This div border color is #BBA8B6.


Opacity

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

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

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

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

This text has shadow with #BBA8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA8B6 on black background.


Color preview on white background

This text has color #BBA8B6 on white background.



Black color preview on #BBA8B6 background

This text has black color on #BBA8B6 background.


White color preview on #BBA8B6 background

This text has white color on #BBA8B6 background.