COLOR #BBB5CC

HEX: #BBB5CC RGB: (187,181,204)

Color info

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

RGB color model

#BBB5CC color RGB value is (187,181,204).

RGB: (187,181,204) (73%, 71%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 204 of 255 = 80%

187
181
204

R + G + B ~ 75%. #BBB5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 181 + 204 = 572 (100%)
R 187 of 572 ~ 32.69%
G 181 of 572 ~ 31.64%
B 204 of 572 ~ 35.66'%

%32.69
%31.64
%35.66

CMYK color model

#BBB5CC color CMYK value is (8,11,0,20).

  • cyan value is 8.33%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,11,0,20)
C8M11Y0K20 (8%, 11%, 0%, 20%)
(0.08 / 0.11 / 0.00 / 0.20)

CMYK percentages

%8.33
%11.27
%0
%20

Codes

Color #BBB5CC in popluar color models

BB B5 CC
RGB 187 181 204
HSL 256° 18.40% 75.49%
HSB/HSV 256° 11.27% 80.00%
CMYK 8.33% 11.27% 0.00%
20.00%

Color #BBB5CC in popluar number systems.

HEX BB B5 CC
Decimal 187 181 204
Binary 10111011 10110101 11001100
Octal 273 265 314

Shades and tints

Shades of #BBB5CC

#BBB5CC
(187,181,204)
#AAA5BA
(170,165,186)
#9995A8
(153,149,168)
#888596
(136,133,150)
#777584
(119,117,132)
#666572
(102,101,114)
#555560
(85,85,96)
#44454E
(68,69,78)
#33353C
(51,53,60)
#22252A
(34,37,42)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #BBB5CC

#BBB5CC
(187,181,204)
#C1BBD0
(193,187,208)
#C7C1D4
(199,193,212)
#CDC7D8
(205,199,216)
#D3CDDC
(211,205,220)
#D9D3E0
(217,211,224)
#DFD9E4
(223,217,228)
#E5DFE8
(229,223,232)
#EBE5EC
(235,229,236)
#F1EBF0
(241,235,240)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB5CC color. Also use rgb(187,181,204) instead hex code.

Text Font Color

.myTextColor { color: #BBB5CC; }

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

This text font color is #BBB5CC.

Background Color

.myBgColor { background-color: #BBB5CC; }

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

This div background color is #BBB5CC.

Border color

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

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

This div border color is #BBB5CC.

Opacity

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

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

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

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

This text has shadow with #BBB5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB5CC.

Preview

Color preview on black background

This text has color #BBB5CC on black background.


Color preview on white background

This text has color #BBB5CC on white background.


Black color preview on #BBB5CC background

This text has black color on #BBB5CC background.


White color preview on #BBB5CC background

This text has white color on #BBB5CC background.


Related colors

Complementary color

Complementary color for #hex is #444A33.


I love getcolorcode.com

Triadic colors

1 #CCBBB5 and #B5CCBB with #BBB5CC are triadic colors.

2 #CCB5BB and #B5BBCC with #BBB5CC are triadic colors.