COLOR #BBB3C2

HEX: #BBB3C2 RGB: (187,179,194)

Color info

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

RGB color model

#BBB3C2 color RGB value is (187,179,194).

RGB: (187,179,194) (73%, 70%, 76%)

RGB channels and saturation

R 187 of 255 = 73%
G 179 of 255 = 70%
B 194 of 255 = 76%

187
179
194

R + G + B ~ 73%. #BBB3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 179 + 194 = 560 (100%)
R 187 of 560 ~ 33.39%
G 179 of 560 ~ 31.96%
B 194 of 560 ~ 34.64'%

%33.39
%31.96
%34.64

CMYK color model

#BBB3C2 color CMYK value is (4,8,0,24).

  • cyan value is 3.61%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (4,8,0,24) C4M8Y0K24 (4%,8%,0%,24%) (0.04/0.08/0.00/0.24) 

CMYK percentages

%3.61
%7.73
%0
%23.92

Codes

Color #BBB3C2 in popluar color models

BB B3 C2
RGB 187 179 194
HSL 272° 10.95% 73.14%
HSB/HSV 272° 7.73% 76.08%
CMYK 3.61% 7.73% 0.00%
23.92%

Color #BBB3C2 in popluar number systems.

HEX BB B3 C2
Decimal 187 179 194
Binary 10111011 10110011 11000010
Octal 273 263 302

Shades and tints

Shades of #BBB3C2

#BBB3C2
(187,179,194)
#AAA3B1
(170,163,177)
#9993A0
(153,147,160)
#88838F
(136,131,143)
#77737E
(119,115,126)
#66636D
(102,99,109)
#55535C
(85,83,92)
#44434B
(68,67,75)
#33333A
(51,51,58)
#222329
(34,35,41)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BBB3C2

#BBB3C2
(187,179,194)
#C1B9C7
(193,185,199)
#C7BFCC
(199,191,204)
#CDC5D1
(205,197,209)
#D3CBD6
(211,203,214)
#D9D1DB
(217,209,219)
#DFD7E0
(223,215,224)
#E5DDE5
(229,221,229)
#EBE3EA
(235,227,234)
#F1E9EF
(241,233,239)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB3C2; }

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

This text font color is #BBB3C2.

Background Color

.myBgColor { background-color: #BBB3C2; }

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

This div background color is #BBB3C2.

Border color

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

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

This div border color is #BBB3C2.

Opacity

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

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

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

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

This text has shadow with #BBB3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB3C2.

Preview

Color preview on black background

This text has color #BBB3C2 on black background.


Color preview on white background

This text has color #BBB3C2 on white background.


Black color preview on #BBB3C2 background

This text has black color on #BBB3C2 background.


White color preview on #BBB3C2 background

This text has white color on #BBB3C2 background.


Related colors

Complementary color

Complementary color for #hex is #444C3D.


I love getcolorcode.com

Triadic colors

1 #C2BBB3 and #B3C2BB with #BBB3C2 are triadic colors.

2 #C2B3BB and #B3BBC2 with #BBB3C2 are triadic colors.