COLOR #BBA8B2

HEX: #BBA8B2
RGB: (187,168,178)

Color info

#BBA8B2 contains red, green and blue colors in about the same proportion. Web safe color of #BBA8B2 is #CC9999 (or #C99).

RGB color model

#BBA8B2 color RGB value is (187,168,178).

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

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 178 of 255 = 70%

187
168
178

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

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 178 = 533 (100%)
R 187 of 533 ~ 35.08%
G 168 of 533 ~ 31.52%
B 178 of 533 ~ 33.4%

%35.08
%31.52
%33.4

CMYK color model

#BBA8B2 color CMYK value is (0,10,5,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 4.81%
  • key color value is 26.67%
CMYK:
(0,10,5,27)
C0M10Y5K27 
(0%,10%,5%,27%)
(0.00/0.10/0.05/0.27)	

CMYK percentages

%0
%10.16
%4.81
%26.67

Codes

Color #BBA8B2 in popluar color models

BBA8B2
RGB187168178
HSL328°12.26%69.61%
HSB/HSV328°10.16%73.33%
CMYK0.00%10.16%4.81%
26.67%

Color #BBA8B2 in popluar number systems.

HEXBBA8B2
Decimal187168178
Binary101110111010100010110010
Octal273250262

Shades and tints

Shades of #BBA8B2

#BBA8B2
(187,168,178)
#AA99A2
(170,153,162)
#998A92
(153,138,146)
#887B82
(136,123,130)
#776C72
(119,108,114)
#665D62
(102,93,98)
#554E52
(85,78,82)
#443F42
(68,63,66)
#333032
(51,48,50)
#222122
(34,33,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BBA8B2

#BBA8B2
(187,168,178)
#C1AFB9
(193,175,185)
#C7B6C0
(199,182,192)
#CDBDC7
(205,189,199)
#D3C4CE
(211,196,206)
#D9CBD5
(217,203,213)
#DFD2DC
(223,210,220)
#E5D9E3
(229,217,227)
#EBE0EA
(235,224,234)
#F1E7F1
(241,231,241)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA8B2; }

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

This text font color is #BBA8B2.


Background Color

.myBgColor { background-color: #BBA8B2; }

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

This div background color is #BBA8B2.


Border color

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

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

This div border color is #BBA8B2.


Opacity

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

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

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

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

This text has shadow with #BBA8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA8B2 on black background.


Color preview on white background

This text has color #BBA8B2 on white background.



Black color preview on #BBA8B2 background

This text has black color on #BBA8B2 background.


White color preview on #BBA8B2 background

This text has white color on #BBA8B2 background.