COLOR #BBA2B3

HEX: #BBA2B3
RGB: (187,162,179)

Color info

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

RGB color model

#BBA2B3 color RGB value is (187,162,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 179 of 255 = 70%

187
162
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 162 + 179 = 528 (100%)
R 187 of 528 ~ 35.42%
G 162 of 528 ~ 30.68%
B 179 of 528 ~ 33.9%

%35.42
%30.68
%33.9

CMYK color model

#BBA2B3 color CMYK value is (0,13,4,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(0,13,4,27)
C0M13Y4K27 
(0%,13%,4%,27%)
(0.00/0.13/0.04/0.27)	

CMYK percentages

%0
%13.37
%4.28
%26.67

Codes

Color #BBA2B3 in popluar color models

BBA2B3
RGB187162179
HSL319°15.53%68.43%
HSB/HSV319°13.37%73.33%
CMYK0.00%13.37%4.28%
26.67%

Color #BBA2B3 in popluar number systems.

HEXBBA2B3
Decimal187162179
Binary101110111010001010110011
Octal273242263

Shades and tints

Shades of #BBA2B3

#BBA2B3
(187,162,179)
#AA94A3
(170,148,163)
#998693
(153,134,147)
#887883
(136,120,131)
#776A73
(119,106,115)
#665C63
(102,92,99)
#554E53
(85,78,83)
#444043
(68,64,67)
#333233
(51,50,51)
#222423
(34,36,35)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #BBA2B3

#BBA2B3
(187,162,179)
#C1AAB9
(193,170,185)
#C7B2BF
(199,178,191)
#CDBAC5
(205,186,197)
#D3C2CB
(211,194,203)
#D9CAD1
(217,202,209)
#DFD2D7
(223,210,215)
#E5DADD
(229,218,221)
#EBE2E3
(235,226,227)
#F1EAE9
(241,234,233)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA2B3; }

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

This text font color is #BBA2B3.


Background Color

.myBgColor { background-color: #BBA2B3; }

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

This div background color is #BBA2B3.


Border color

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

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

This div border color is #BBA2B3.


Opacity

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

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

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

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

This text has shadow with #BBA2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA2B3 on black background.


Color preview on white background

This text has color #BBA2B3 on white background.



Black color preview on #BBA2B3 background

This text has black color on #BBA2B3 background.


White color preview on #BBA2B3 background

This text has white color on #BBA2B3 background.