COLOR #BBA2B0

HEX: #BBA2B0
RGB: (187,162,176)

Color info

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

RGB color model

#BBA2B0 color RGB value is (187,162,176).

  • red value is 187;
  • green value is 162;
  • blue value is 176.
RGB:
(187,162,176)
(73%,64%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 176 of 255 = 69%

187
162
176

R + G + B ~ 69%. #BBA2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 162 + 176 = 525 (100%)
R 187 of 525 ~ 35.62%
G 162 of 525 ~ 30.86%
B 176 of 525 ~ 33.52%

%35.62
%30.86
%33.52

CMYK color model

#BBA2B0 color CMYK value is (0,13,6,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(0,13,6,27)
C0M13Y6K27 
(0%,13%,6%,27%)
(0.00/0.13/0.06/0.27)	

CMYK percentages

%0
%13.37
%5.88
%26.67

Codes

Color #BBA2B0 in popluar color models

BBA2B0
RGB187162176
HSL326°15.53%68.43%
HSB/HSV326°13.37%73.33%
CMYK0.00%13.37%5.88%
26.67%

Color #BBA2B0 in popluar number systems.

HEXBBA2B0
Decimal187162176
Binary101110111010001010110000
Octal273242260

Shades and tints

Shades of #BBA2B0

#BBA2B0
(187,162,176)
#AA94A0
(170,148,160)
#998690
(153,134,144)
#887880
(136,120,128)
#776A70
(119,106,112)
#665C60
(102,92,96)
#554E50
(85,78,80)
#444040
(68,64,64)
#333230
(51,50,48)
#222420
(34,36,32)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BBA2B0

#BBA2B0
(187,162,176)
#C1AAB7
(193,170,183)
#C7B2BE
(199,178,190)
#CDBAC5
(205,186,197)
#D3C2CC
(211,194,204)
#D9CAD3
(217,202,211)
#DFD2DA
(223,210,218)
#E5DAE1
(229,218,225)
#EBE2E8
(235,226,232)
#F1EAEF
(241,234,239)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA2B0 color. Also use rgb(187,162,176) instead hex code.

Text Font Color

.myTextColor { color: #BBA2B0; }

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

This text font color is #BBA2B0.


Background Color

.myBgColor { background-color: #BBA2B0; }

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

This div background color is #BBA2B0.


Border color

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

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

This div border color is #BBA2B0.


Opacity

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

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

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

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

This text has shadow with #BBA2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA2B0 on black background.


Color preview on white background

This text has color #BBA2B0 on white background.



Black color preview on #BBA2B0 background

This text has black color on #BBA2B0 background.


White color preview on #BBA2B0 background

This text has white color on #BBA2B0 background.