COLOR #BBB2C5

HEX: #BBB2C5 RGB: (187,178,197)

Color info

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

RGB color model

#BBB2C5 color RGB value is (187,178,197).

RGB: (187,178,197) (73%, 70%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 197 of 255 = 77%

187
178
197

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

Portions of RGB colors in percentages

R + G + B = 187 + 178 + 197 = 562 (100%)
R 187 of 562 ~ 33.27%
G 178 of 562 ~ 31.67%
B 197 of 562 ~ 35.05'%

%33.27
%31.67
%35.05

CMYK color model

#BBB2C5 color CMYK value is (5,10,0,23).

  • cyan value is 5.08%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,10,0,23)
C5M10Y0K23 (5%, 10%, 0%, 23%)
(0.05 / 0.10 / 0.00 / 0.23)

CMYK percentages

%5.08
%9.64
%0
%22.75

Codes

Color #BBB2C5 in popluar color models

BB B2 C5
RGB 187 178 197
HSL 268° 14.07% 73.53%
HSB/HSV 268° 9.64% 77.25%
CMYK 5.08% 9.64% 0.00%
22.75%

Color #BBB2C5 in popluar number systems.

HEX BB B2 C5
Decimal 187 178 197
Binary 10111011 10110010 11000101
Octal 273 262 305

Shades and tints

Shades of #BBB2C5

#BBB2C5
(187,178,197)
#AAA2B4
(170,162,180)
#9992A3
(153,146,163)
#888292
(136,130,146)
#777281
(119,114,129)
#666270
(102,98,112)
#55525F
(85,82,95)
#44424E
(68,66,78)
#33323D
(51,50,61)
#22222C
(34,34,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #BBB2C5

#BBB2C5
(187,178,197)
#C1B9CA
(193,185,202)
#C7C0CF
(199,192,207)
#CDC7D4
(205,199,212)
#D3CED9
(211,206,217)
#D9D5DE
(217,213,222)
#DFDCE3
(223,220,227)
#E5E3E8
(229,227,232)
#EBEAED
(235,234,237)
#F1F1F2
(241,241,242)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB2C5; }

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

This text font color is #BBB2C5.

Background Color

.myBgColor { background-color: #BBB2C5; }

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

This div background color is #BBB2C5.

Border color

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

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

This div border color is #BBB2C5.

Opacity

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

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

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

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

This text has shadow with #BBB2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB2C5.

Preview

Color preview on black background

This text has color #BBB2C5 on black background.


Color preview on white background

This text has color #BBB2C5 on white background.


Black color preview on #BBB2C5 background

This text has black color on #BBB2C5 background.


White color preview on #BBB2C5 background

This text has white color on #BBB2C5 background.


Related colors

Complementary color

Complementary color for #hex is #444D3A.


I love getcolorcode.com

Triadic colors

1 #C5BBB2 and #B2C5BB with #BBB2C5 are triadic colors.

2 #C5B2BB and #B2BBC5 with #BBB2C5 are triadic colors.