COLOR #BBADC6

HEX: #BBADC6
RGB: (187,173,198)

Color info

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

RGB color model

#BBADC6 color RGB value is (187,173,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 198 of 255 = 78%

187
173
198

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

Portions of RGB colors in percentages

R + G + B =
187 + 173 + 198 = 558 (100%)
R 187 of 558 ~ 33.51%
G 173 of 558 ~ 31%
B 198 of 558 ~ 35.48%

%33.51
%31
%35.48

CMYK color model

#BBADC6 color CMYK value is (6,13,0,22).

  • cyan value is 5.56%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,13,0,22)
C6M13Y0K22 
(6%,13%,0%,22%)
(0.06/0.13/0.00/0.22)	

CMYK percentages

%5.56
%12.63
%0
%22.35

Codes

Color #BBADC6 in popluar color models

BBADC6
RGB187173198
HSL274°17.99%72.75%
HSB/HSV274°12.63%77.65%
CMYK5.56%12.63%0.00%
22.35%

Color #BBADC6 in popluar number systems.

HEXBBADC6
Decimal187173198
Binary101110111010110111000110
Octal273255306

Shades and tints

Shades of #BBADC6

#BBADC6
(187,173,198)
#AA9EB4
(170,158,180)
#998FA2
(153,143,162)
#888090
(136,128,144)
#77717E
(119,113,126)
#66626C
(102,98,108)
#55535A
(85,83,90)
#444448
(68,68,72)
#333536
(51,53,54)
#222624
(34,38,36)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBADC6

#BBADC6
(187,173,198)
#C1B4CB
(193,180,203)
#C7BBD0
(199,187,208)
#CDC2D5
(205,194,213)
#D3C9DA
(211,201,218)
#D9D0DF
(217,208,223)
#DFD7E4
(223,215,228)
#E5DEE9
(229,222,233)
#EBE5EE
(235,229,238)
#F1ECF3
(241,236,243)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADC6; }

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

This text font color is #BBADC6.


Background Color

.myBgColor { background-color: #BBADC6; }

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

This div background color is #BBADC6.


Border color

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

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

This div border color is #BBADC6.


Opacity

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

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

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

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

This text has shadow with #BBADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBADC6 on black background.


Color preview on white background

This text has color #BBADC6 on white background.



Black color preview on #BBADC6 background

This text has black color on #BBADC6 background.


White color preview on #BBADC6 background

This text has white color on #BBADC6 background.