COLOR #BBA8CE

HEX: #BBA8CE RGB: (187,168,206)

Color info

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

RGB color model

#BBA8CE color RGB value is (187,168,206).

RGB: (187,168,206) (73%, 66%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 206 of 255 = 81%

187
168
206

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

Portions of RGB colors in percentages

R + G + B = 187 + 168 + 206 = 561 (100%)
R 187 of 561 ~ 33.33%
G 168 of 561 ~ 29.95%
B 206 of 561 ~ 36.72'%

%33.33
%29.95
%36.72

CMYK color model

#BBA8CE color CMYK value is (9,18,0,19).

  • cyan value is 9.22%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,18,0,19)
C9M18Y0K19 (9%, 18%, 0%, 19%)
(0.09 / 0.18 / 0.00 / 0.19)

CMYK percentages

%9.22
%18.45
%0
%19.22

Codes

Color #BBA8CE in popluar color models

BB A8 CE
RGB 187 168 206
HSL 270° 27.94% 73.33%
HSB/HSV 270° 18.45% 80.78%
CMYK 9.22% 18.45% 0.00%
19.22%

Color #BBA8CE in popluar number systems.

HEX BB A8 CE
Decimal 187 168 206
Binary 10111011 10101000 11001110
Octal 273 250 316

Shades and tints

Shades of #BBA8CE

#BBA8CE
(187,168,206)
#AA99BC
(170,153,188)
#998AAA
(153,138,170)
#887B98
(136,123,152)
#776C86
(119,108,134)
#665D74
(102,93,116)
#554E62
(85,78,98)
#443F50
(68,63,80)
#33303E
(51,48,62)
#22212C
(34,33,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #BBA8CE

#BBA8CE
(187,168,206)
#C1AFD2
(193,175,210)
#C7B6D6
(199,182,214)
#CDBDDA
(205,189,218)
#D3C4DE
(211,196,222)
#D9CBE2
(217,203,226)
#DFD2E6
(223,210,230)
#E5D9EA
(229,217,234)
#EBE0EE
(235,224,238)
#F1E7F2
(241,231,242)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA8CE color. Also use rgb(187,168,206) instead hex code.

Text Font Color

.myTextColor { color: #BBA8CE; }

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

This text font color is #BBA8CE.

Background Color

.myBgColor { background-color: #BBA8CE; }

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

This div background color is #BBA8CE.

Border color

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

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

This div border color is #BBA8CE.

Opacity

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

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

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

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

This text has shadow with #BBA8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA8CE.

Preview

Color preview on black background

This text has color #BBA8CE on black background.


Color preview on white background

This text has color #BBA8CE on white background.


Black color preview on #BBA8CE background

This text has black color on #BBA8CE background.


White color preview on #BBA8CE background

This text has white color on #BBA8CE background.


Related colors

Complementary color

Complementary color for #hex is #445731.


I love getcolorcode.com

Triadic colors

1 #CEBBA8 and #A8CEBB with #BBA8CE are triadic colors.

2 #CEA8BB and #A8BBCE with #BBA8CE are triadic colors.