COLOR #BBA2DB

HEX: #BBA2DB RGB: (187,162,219)

Color info

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

RGB color model

#BBA2DB color RGB value is (187,162,219).

RGB: (187,162,219) (73%, 64%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 219 of 255 = 86%

187
162
219

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

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 219 = 568 (100%)
R 187 of 568 ~ 32.92%
G 162 of 568 ~ 28.52%
B 219 of 568 ~ 38.56'%

%32.92
%28.52
%38.56

CMYK color model

#BBA2DB color CMYK value is (15,26,0,14).

  • cyan value is 14.61%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,26,0,14)
C15M26Y0K14 (15%, 26%, 0%, 14%)
(0.15 / 0.26 / 0.00 / 0.14)

CMYK percentages

%14.61
%26.03
%0
%14.12

Codes

Color #BBA2DB in popluar color models

BB A2 DB
RGB 187 162 219
HSL 266° 44.19% 74.71%
HSB/HSV 266° 26.03% 85.88%
CMYK 14.61% 26.03% 0.00%
14.12%

Color #BBA2DB in popluar number systems.

HEX BB A2 DB
Decimal 187 162 219
Binary 10111011 10100010 11011011
Octal 273 242 333

Shades and tints

Shades of #BBA2DB

#BBA2DB
(187,162,219)
#AA94C8
(170,148,200)
#9986B5
(153,134,181)
#8878A2
(136,120,162)
#776A8F
(119,106,143)
#665C7C
(102,92,124)
#554E69
(85,78,105)
#444056
(68,64,86)
#333243
(51,50,67)
#222430
(34,36,48)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #BBA2DB

#BBA2DB
(187,162,219)
#C1AADE
(193,170,222)
#C7B2E1
(199,178,225)
#CDBAE4
(205,186,228)
#D3C2E7
(211,194,231)
#D9CAEA
(217,202,234)
#DFD2ED
(223,210,237)
#E5DAF0
(229,218,240)
#EBE2F3
(235,226,243)
#F1EAF6
(241,234,246)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA2DB; }

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

This text font color is #BBA2DB.

Background Color

.myBgColor { background-color: #BBA2DB; }

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

This div background color is #BBA2DB.

Border color

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

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

This div border color is #BBA2DB.

Opacity

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

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

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

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

This text has shadow with #BBA2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA2DB.

Preview

Color preview on black background

This text has color #BBA2DB on black background.


Color preview on white background

This text has color #BBA2DB on white background.


Black color preview on #BBA2DB background

This text has black color on #BBA2DB background.


White color preview on #BBA2DB background

This text has white color on #BBA2DB background.


Related colors

Complementary color

Complementary color for #hex is #445D24.


I love getcolorcode.com

Triadic colors

1 #DBBBA2 and #A2DBBB with #BBA2DB are triadic colors.

2 #DBA2BB and #A2BBDB with #BBA2DB are triadic colors.