COLOR #BBB4C5

HEX: #BBB4C5 RGB: (187,180,197)

Color info

#BBB4C5 contains red, green and blue colors in about the same proportion. Web safe color of #BBB4C5 is #CCCCCC (or #CCC).

RGB color model

#BBB4C5 color RGB value is (187,180,197).

RGB: (187,180,197) (73%, 71%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 197 of 255 = 77%

187
180
197

R + G + B ~ 74%. #BBB4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 180 + 197 = 564 (100%)
R 187 of 564 ~ 33.16%
G 180 of 564 ~ 31.91%
B 197 of 564 ~ 34.93'%

%33.16
%31.91
%34.93

CMYK color model

#BBB4C5 color CMYK value is (5,9,0,23).

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

CMYK: (5,9,0,23)
C5M9Y0K23 (5%, 9%, 0%, 23%)
(0.05 / 0.09 / 0.00 / 0.23)

CMYK percentages

%5.08
%8.63
%0
%22.75

Codes

Color #BBB4C5 in popluar color models

BB B4 C5
RGB 187 180 197
HSL 265° 12.78% 73.92%
HSB/HSV 265° 8.63% 77.25%
CMYK 5.08% 8.63% 0.00%
22.75%

Color #BBB4C5 in popluar number systems.

HEX BB B4 C5
Decimal 187 180 197
Binary 10111011 10110100 11000101
Octal 273 264 305

Shades and tints

Shades of #BBB4C5

#BBB4C5
(187,180,197)
#AAA4B4
(170,164,180)
#9994A3
(153,148,163)
#888492
(136,132,146)
#777481
(119,116,129)
#666470
(102,100,112)
#55545F
(85,84,95)
#44444E
(68,68,78)
#33343D
(51,52,61)
#22242C
(34,36,44)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BBB4C5

#BBB4C5
(187,180,197)
#C1BACA
(193,186,202)
#C7C0CF
(199,192,207)
#CDC6D4
(205,198,212)
#D3CCD9
(211,204,217)
#D9D2DE
(217,210,222)
#DFD8E3
(223,216,227)
#E5DEE8
(229,222,232)
#EBE4ED
(235,228,237)
#F1EAF2
(241,234,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4C5; }

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

This text font color is #BBB4C5.

Background Color

.myBgColor { background-color: #BBB4C5; }

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

This div background color is #BBB4C5.

Border color

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

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

This div border color is #BBB4C5.

Opacity

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

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

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

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

This text has shadow with #BBB4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB4C5.

Preview

Color preview on black background

This text has color #BBB4C5 on black background.


Color preview on white background

This text has color #BBB4C5 on white background.


Black color preview on #BBB4C5 background

This text has black color on #BBB4C5 background.


White color preview on #BBB4C5 background

This text has white color on #BBB4C5 background.


Related colors

Complementary color

Complementary color for #hex is #444B3A.


I love getcolorcode.com

Triadic colors

1 #C5BBB4 and #B4C5BB with #BBB4C5 are triadic colors.

2 #C5B4BB and #B4BBC5 with #BBB4C5 are triadic colors.