COLOR #BBADC5

HEX: #BBADC5
RGB: (187,173,197)

Color info

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

RGB color model

#BBADC5 color RGB value is (187,173,197).

  • red value is 187;
  • green value is 173;
  • blue value is 197.
RGB:
(187,173,197)
(73%,68%,77%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 197 of 255 = 77%

187
173
197

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

Portions of RGB colors in percentages

R + G + B =
187 + 173 + 197 = 557 (100%)
R 187 of 557 ~ 33.57%
G 173 of 557 ~ 31.06%
B 197 of 557 ~ 35.37%

%33.57
%31.06
%35.37

CMYK color model

#BBADC5 color CMYK value is (5,12,0,23).

  • cyan value is 5.08%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,12,0,23)
C5M12Y0K23 
(5%,12%,0%,23%)
(0.05/0.12/0.00/0.23)	

CMYK percentages

%5.08
%12.18
%0
%22.75

Codes

Color #BBADC5 in popluar color models

BBADC5
RGB187173197
HSL275°17.14%72.55%
HSB/HSV275°12.18%77.25%
CMYK5.08%12.18%0.00%
22.75%

Color #BBADC5 in popluar number systems.

HEXBBADC5
Decimal187173197
Binary101110111010110111000101
Octal273255305

Shades and tints

Shades of #BBADC5

#BBADC5
(187,173,197)
#AA9EB4
(170,158,180)
#998FA3
(153,143,163)
#888092
(136,128,146)
#777181
(119,113,129)
#666270
(102,98,112)
#55535F
(85,83,95)
#44444E
(68,68,78)
#33353D
(51,53,61)
#22262C
(34,38,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBADC5

#BBADC5
(187,173,197)
#C1B4CA
(193,180,202)
#C7BBCF
(199,187,207)
#CDC2D4
(205,194,212)
#D3C9D9
(211,201,217)
#D9D0DE
(217,208,222)
#DFD7E3
(223,215,227)
#E5DEE8
(229,222,232)
#EBE5ED
(235,229,237)
#F1ECF2
(241,236,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADC5; }

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

This text font color is #BBADC5.


Background Color

.myBgColor { background-color: #BBADC5; }

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

This div background color is #BBADC5.


Border color

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

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

This div border color is #BBADC5.


Opacity

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

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

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

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

This text has shadow with #BBADC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBADC5 on black background.


Color preview on white background

This text has color #BBADC5 on white background.



Black color preview on #BBADC5 background

This text has black color on #BBADC5 background.


White color preview on #BBADC5 background

This text has white color on #BBADC5 background.