COLOR #BBBCCA

HEX: #BBBCCA RGB: (187,188,202)

Color info

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

RGB color model

#BBBCCA color RGB value is (187,188,202).

RGB: (187,188,202) (73%, 74%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 202 of 255 = 79%

187
188
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 188 + 202 = 577 (100%)
R 187 of 577 ~ 32.41%
G 188 of 577 ~ 32.58%
B 202 of 577 ~ 35.01'%

%32.41
%32.58
%35.01

CMYK color model

#BBBCCA color CMYK value is (7,7,0,21).

  • cyan value is 7.43%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,7,0,21)
C7M7Y0K21 (7%, 7%, 0%, 21%)
(0.07 / 0.07 / 0.00 / 0.21)

CMYK percentages

%7.43
%6.93
%0
%20.78

Codes

Color #BBBCCA in popluar color models

BB BC CA
RGB 187 188 202
HSL 236° 12.40% 76.27%
HSB/HSV 236° 7.43% 79.22%
CMYK 7.43% 6.93% 0.00%
20.78%

Color #BBBCCA in popluar number systems.

HEX BB BC CA
Decimal 187 188 202
Binary 10111011 10111100 11001010
Octal 273 274 312

Shades and tints

Shades of #BBBCCA

#BBBCCA
(187,188,202)
#AAABB8
(170,171,184)
#999AA6
(153,154,166)
#888994
(136,137,148)
#777882
(119,120,130)
#666770
(102,103,112)
#55565E
(85,86,94)
#44454C
(68,69,76)
#33343A
(51,52,58)
#222328
(34,35,40)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #BBBCCA

#BBBCCA
(187,188,202)
#C1C2CE
(193,194,206)
#C7C8D2
(199,200,210)
#CDCED6
(205,206,214)
#D3D4DA
(211,212,218)
#D9DADE
(217,218,222)
#DFE0E2
(223,224,226)
#E5E6E6
(229,230,230)
#EBECEA
(235,236,234)
#F1F2EE
(241,242,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBCCA color. Also use rgb(187,188,202) instead hex code.

Text Font Color

.myTextColor { color: #BBBCCA; }

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

This text font color is #BBBCCA.

Background Color

.myBgColor { background-color: #BBBCCA; }

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

This div background color is #BBBCCA.

Border color

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

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

This div border color is #BBBCCA.

Opacity

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

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

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

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

This text has shadow with #BBBCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBCCA.

Preview

Color preview on black background

This text has color #BBBCCA on black background.


Color preview on white background

This text has color #BBBCCA on white background.


Black color preview on #BBBCCA background

This text has black color on #BBBCCA background.


White color preview on #BBBCCA background

This text has white color on #BBBCCA background.


Related colors

Complementary color

Complementary color for #hex is #444335.


I love getcolorcode.com

Triadic colors

1 #CABBBC and #BCCABB with #BBBCCA are triadic colors.

2 #CABCBB and #BCBBCA with #BBBCCA are triadic colors.