COLOR #BBADBC

HEX: #BBADBC RGB: (187,173,188)

Color info

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

RGB color model

#BBADBC color RGB value is (187,173,188).

RGB: (187,173,188) (73%, 68%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 188 of 255 = 74%

187
173
188

R + G + B ~ 72%. #BBADBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 188 = 548 (100%)
R 187 of 548 ~ 34.12%
G 173 of 548 ~ 31.57%
B 188 of 548 ~ 34.31'%

%34.12
%31.57
%34.31

CMYK color model

#BBADBC color CMYK value is (1,8,0,26).

  • cyan value is 0.53%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,8,0,26)
C1M8Y0K26 (1%, 8%, 0%, 26%)
(0.01 / 0.08 / 0.00 / 0.26)

CMYK percentages

%0.53
%7.98
%0
%26.27

Codes

Color #BBADBC in popluar color models

BB AD BC
RGB 187 173 188
HSL 296° 10.07% 70.78%
HSB/HSV 296° 7.98% 73.73%
CMYK 0.53% 7.98% 0.00%
26.27%

Color #BBADBC in popluar number systems.

HEX BB AD BC
Decimal 187 173 188
Binary 10111011 10101101 10111100
Octal 273 255 274

Shades and tints

Shades of #BBADBC

#BBADBC
(187,173,188)
#AA9EAB
(170,158,171)
#998F9A
(153,143,154)
#888089
(136,128,137)
#777178
(119,113,120)
#666267
(102,98,103)
#555356
(85,83,86)
#444445
(68,68,69)
#333534
(51,53,52)
#222623
(34,38,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBADBC

#BBADBC
(187,173,188)
#C1B4C2
(193,180,194)
#C7BBC8
(199,187,200)
#CDC2CE
(205,194,206)
#D3C9D4
(211,201,212)
#D9D0DA
(217,208,218)
#DFD7E0
(223,215,224)
#E5DEE6
(229,222,230)
#EBE5EC
(235,229,236)
#F1ECF2
(241,236,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADBC; }

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

This text font color is #BBADBC.

Background Color

.myBgColor { background-color: #BBADBC; }

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

This div background color is #BBADBC.

Border color

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

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

This div border color is #BBADBC.

Opacity

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

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

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

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

This text has shadow with #BBADBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADBC.

Preview

Color preview on black background

This text has color #BBADBC on black background.


Color preview on white background

This text has color #BBADBC on white background.


Black color preview on #BBADBC background

This text has black color on #BBADBC background.


White color preview on #BBADBC background

This text has white color on #BBADBC background.


Related colors

Complementary color

Complementary color for #hex is #445243.


I love getcolorcode.com

Triadic colors

1 #BCBBAD and #ADBCBB with #BBADBC are triadic colors.

2 #BCADBB and #ADBBBC with #BBADBC are triadic colors.