COLOR #BBA0D5

HEX: #BBA0D5 RGB: (187,160,213)

Color info

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

RGB color model

#BBA0D5 color RGB value is (187,160,213).

RGB: (187,160,213) (73%, 63%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 213 of 255 = 84%

187
160
213

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

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 213 = 560 (100%)
R 187 of 560 ~ 33.39%
G 160 of 560 ~ 28.57%
B 213 of 560 ~ 38.04'%

%33.39
%28.57
%38.04

CMYK color model

#BBA0D5 color CMYK value is (12,25,0,16).

  • cyan value is 12.21%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,25,0,16)
C12M25Y0K16 (12%, 25%, 0%, 16%)
(0.12 / 0.25 / 0.00 / 0.16)

CMYK percentages

%12.21
%24.88
%0
%16.47

Codes

Color #BBA0D5 in popluar color models

BB A0 D5
RGB 187 160 213
HSL 271° 38.69% 73.14%
HSB/HSV 271° 24.88% 83.53%
CMYK 12.21% 24.88% 0.00%
16.47%

Color #BBA0D5 in popluar number systems.

HEX BB A0 D5
Decimal 187 160 213
Binary 10111011 10100000 11010101
Octal 273 240 325

Shades and tints

Shades of #BBA0D5

#BBA0D5
(187,160,213)
#AA92C2
(170,146,194)
#9984AF
(153,132,175)
#88769C
(136,118,156)
#776889
(119,104,137)
#665A76
(102,90,118)
#554C63
(85,76,99)
#443E50
(68,62,80)
#33303D
(51,48,61)
#22222A
(34,34,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #BBA0D5

#BBA0D5
(187,160,213)
#C1A8D8
(193,168,216)
#C7B0DB
(199,176,219)
#CDB8DE
(205,184,222)
#D3C0E1
(211,192,225)
#D9C8E4
(217,200,228)
#DFD0E7
(223,208,231)
#E5D8EA
(229,216,234)
#EBE0ED
(235,224,237)
#F1E8F0
(241,232,240)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA0D5 color. Also use rgb(187,160,213) instead hex code.

Text Font Color

.myTextColor { color: #BBA0D5; }

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

This text font color is #BBA0D5.

Background Color

.myBgColor { background-color: #BBA0D5; }

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

This div background color is #BBA0D5.

Border color

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

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

This div border color is #BBA0D5.

Opacity

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

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

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

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

This text has shadow with #BBA0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA0D5.

Preview

Color preview on black background

This text has color #BBA0D5 on black background.


Color preview on white background

This text has color #BBA0D5 on white background.


Black color preview on #BBA0D5 background

This text has black color on #BBA0D5 background.


White color preview on #BBA0D5 background

This text has white color on #BBA0D5 background.


Related colors

Complementary color

Complementary color for #hex is #445F2A.


I love getcolorcode.com

Triadic colors

1 #D5BBA0 and #A0D5BB with #BBA0D5 are triadic colors.

2 #D5A0BB and #A0BBD5 with #BBA0D5 are triadic colors.