COLOR #BBAFD2

HEX: #BBAFD2 RGB: (187,175,210)

Color info

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

RGB color model

#BBAFD2 color RGB value is (187,175,210).

RGB: (187,175,210) (73%, 69%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 210 of 255 = 82%

187
175
210

R + G + B ~ 75%. #BBAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 210 = 572 (100%)
R 187 of 572 ~ 32.69%
G 175 of 572 ~ 30.59%
B 210 of 572 ~ 36.71'%

%32.69
%30.59
%36.71

CMYK color model

#BBAFD2 color CMYK value is (11,17,0,18).

  • cyan value is 10.95%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (11,17,0,18)
C11M17Y0K18 (11%, 17%, 0%, 18%)
(0.11 / 0.17 / 0.00 / 0.18)

CMYK percentages

%10.95
%16.67
%0
%17.65

Codes

Color #BBAFD2 in popluar color models

BB AF D2
RGB 187 175 210
HSL 261° 28.00% 75.49%
HSB/HSV 261° 16.67% 82.35%
CMYK 10.95% 16.67% 0.00%
17.65%

Color #BBAFD2 in popluar number systems.

HEX BB AF D2
Decimal 187 175 210
Binary 10111011 10101111 11010010
Octal 273 257 322

Shades and tints

Shades of #BBAFD2

#BBAFD2
(187,175,210)
#AAA0BF
(170,160,191)
#9991AC
(153,145,172)
#888299
(136,130,153)
#777386
(119,115,134)
#666473
(102,100,115)
#555560
(85,85,96)
#44464D
(68,70,77)
#33373A
(51,55,58)
#222827
(34,40,39)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBAFD2

#BBAFD2
(187,175,210)
#C1B6D6
(193,182,214)
#C7BDDA
(199,189,218)
#CDC4DE
(205,196,222)
#D3CBE2
(211,203,226)
#D9D2E6
(217,210,230)
#DFD9EA
(223,217,234)
#E5E0EE
(229,224,238)
#EBE7F2
(235,231,242)
#F1EEF6
(241,238,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAFD2 color. Also use rgb(187,175,210) instead hex code.

Text Font Color

.myTextColor { color: #BBAFD2; }

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

This text font color is #BBAFD2.

Background Color

.myBgColor { background-color: #BBAFD2; }

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

This div background color is #BBAFD2.

Border color

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

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

This div border color is #BBAFD2.

Opacity

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

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

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

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

This text has shadow with #BBAFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAFD2.

Preview

Color preview on black background

This text has color #BBAFD2 on black background.


Color preview on white background

This text has color #BBAFD2 on white background.


Black color preview on #BBAFD2 background

This text has black color on #BBAFD2 background.


White color preview on #BBAFD2 background

This text has white color on #BBAFD2 background.


Related colors

Complementary color

Complementary color for #hex is #44502D.


I love getcolorcode.com

Triadic colors

1 #D2BBAF and #AFD2BB with #BBAFD2 are triadic colors.

2 #D2AFBB and #AFBBD2 with #BBAFD2 are triadic colors.