COLOR #BBA2CE

HEX: #BBA2CE RGB: (187,162,206)

Color info

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

RGB color model

#BBA2CE color RGB value is (187,162,206).

RGB: (187,162,206) (73%, 64%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 206 of 255 = 81%

187
162
206

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

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 206 = 555 (100%)
R 187 of 555 ~ 33.69%
G 162 of 555 ~ 29.19%
B 206 of 555 ~ 37.12'%

%33.69
%29.19
%37.12

CMYK color model

#BBA2CE color CMYK value is (9,21,0,19).

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

CMYK: (9,21,0,19)
C9M21Y0K19 (9%, 21%, 0%, 19%)
(0.09 / 0.21 / 0.00 / 0.19)

CMYK percentages

%9.22
%21.36
%0
%19.22

Codes

Color #BBA2CE in popluar color models

BB A2 CE
RGB 187 162 206
HSL 274° 30.99% 72.16%
HSB/HSV 274° 21.36% 80.78%
CMYK 9.22% 21.36% 0.00%
19.22%

Color #BBA2CE in popluar number systems.

HEX BB A2 CE
Decimal 187 162 206
Binary 10111011 10100010 11001110
Octal 273 242 316

Shades and tints

Shades of #BBA2CE

#BBA2CE
(187,162,206)
#AA94BC
(170,148,188)
#9986AA
(153,134,170)
#887898
(136,120,152)
#776A86
(119,106,134)
#665C74
(102,92,116)
#554E62
(85,78,98)
#444050
(68,64,80)
#33323E
(51,50,62)
#22242C
(34,36,44)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBA2CE

#BBA2CE
(187,162,206)
#C1AAD2
(193,170,210)
#C7B2D6
(199,178,214)
#CDBADA
(205,186,218)
#D3C2DE
(211,194,222)
#D9CAE2
(217,202,226)
#DFD2E6
(223,210,230)
#E5DAEA
(229,218,234)
#EBE2EE
(235,226,238)
#F1EAF2
(241,234,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA2CE; }

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

This text font color is #BBA2CE.

Background Color

.myBgColor { background-color: #BBA2CE; }

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

This div background color is #BBA2CE.

Border color

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

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

This div border color is #BBA2CE.

Opacity

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

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

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

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

This text has shadow with #BBA2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA2CE.

Preview

Color preview on black background

This text has color #BBA2CE on black background.


Color preview on white background

This text has color #BBA2CE on white background.


Black color preview on #BBA2CE background

This text has black color on #BBA2CE background.


White color preview on #BBA2CE background

This text has white color on #BBA2CE background.


Related colors

Complementary color

Complementary color for #hex is #445D31.


I love getcolorcode.com

Triadic colors

1 #CEBBA2 and #A2CEBB with #BBA2CE are triadic colors.

2 #CEA2BB and #A2BBCE with #BBA2CE are triadic colors.