COLOR #BBADCF

HEX: #BBADCF RGB: (187,173,207)

Color info

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

RGB color model

#BBADCF color RGB value is (187,173,207).

RGB: (187,173,207) (73%, 68%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 207 of 255 = 81%

187
173
207

R + G + B ~ 74%. #BBADCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 207 = 567 (100%)
R 187 of 567 ~ 32.98%
G 173 of 567 ~ 30.51%
B 207 of 567 ~ 36.51'%

%32.98
%30.51
%36.51

CMYK color model

#BBADCF color CMYK value is (10,16,0,19).

  • cyan value is 9.66%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (10,16,0,19)
C10M16Y0K19 (10%, 16%, 0%, 19%)
(0.10 / 0.16 / 0.00 / 0.19)

CMYK percentages

%9.66
%16.43
%0
%18.82

Codes

Color #BBADCF in popluar color models

BB AD CF
RGB 187 173 207
HSL 265° 26.15% 74.51%
HSB/HSV 265° 16.43% 81.18%
CMYK 9.66% 16.43% 0.00%
18.82%

Color #BBADCF in popluar number systems.

HEX BB AD CF
Decimal 187 173 207
Binary 10111011 10101101 11001111
Octal 273 255 317

Shades and tints

Shades of #BBADCF

#BBADCF
(187,173,207)
#AA9EBD
(170,158,189)
#998FAB
(153,143,171)
#888099
(136,128,153)
#777187
(119,113,135)
#666275
(102,98,117)
#555363
(85,83,99)
#444451
(68,68,81)
#33353F
(51,53,63)
#22262D
(34,38,45)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBADCF

#BBADCF
(187,173,207)
#C1B4D3
(193,180,211)
#C7BBD7
(199,187,215)
#CDC2DB
(205,194,219)
#D3C9DF
(211,201,223)
#D9D0E3
(217,208,227)
#DFD7E7
(223,215,231)
#E5DEEB
(229,222,235)
#EBE5EF
(235,229,239)
#F1ECF3
(241,236,243)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADCF; }

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

This text font color is #BBADCF.

Background Color

.myBgColor { background-color: #BBADCF; }

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

This div background color is #BBADCF.

Border color

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

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

This div border color is #BBADCF.

Opacity

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

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

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

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

This text has shadow with #BBADCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADCF.

Preview

Color preview on black background

This text has color #BBADCF on black background.


Color preview on white background

This text has color #BBADCF on white background.


Black color preview on #BBADCF background

This text has black color on #BBADCF background.


White color preview on #BBADCF background

This text has white color on #BBADCF background.


Related colors

Complementary color

Complementary color for #hex is #445230.


I love getcolorcode.com

Triadic colors

1 #CFBBAD and #ADCFBB with #BBADCF are triadic colors.

2 #CFADBB and #ADBBCF with #BBADCF are triadic colors.