COLOR #BBAFFD

HEX: #BBAFFD RGB: (187,175,253)

Color info

#BBAFFD contains mainly blue color. Web safe color of #BBAFFD is #CC99FF (or #C9F).

RGB color model

#BBAFFD color RGB value is (187,175,253).

RGB: (187,175,253) (73%, 69%, 99%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 253 of 255 = 99%

187
175
253

R + G + B ~ 80%. #BBAFFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 253 = 615 (100%)
R 187 of 615 ~ 30.41%
G 175 of 615 ~ 28.46%
B 253 of 615 ~ 41.14'%

%30.41
%28.46
%41.14

CMYK color model

#BBAFFD color CMYK value is (26,31,0,1).

  • cyan value is 26.09%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (26,31,0,1)
C26M31Y0K1 (26%, 31%, 0%, 1%)
(0.26 / 0.31 / 0.00 / 0.01)

CMYK percentages

%26.09
%30.83
%0
%0.78

Codes

Color #BBAFFD in popluar color models

BB AF FD
RGB 187 175 253
HSL 249° 95.12% 83.92%
HSB/HSV 249° 30.83% 99.22%
CMYK 26.09% 30.83% 0.00%
0.78%

Color #BBAFFD in popluar number systems.

HEX BB AF FD
Decimal 187 175 253
Binary 10111011 10101111 11111101
Octal 273 257 375

Shades and tints

Shades of #BBAFFD

#BBAFFD
(187,175,253)
#AAA0E6
(170,160,230)
#9991CF
(153,145,207)
#8882B8
(136,130,184)
#7773A1
(119,115,161)
#66648A
(102,100,138)
#555573
(85,85,115)
#44465C
(68,70,92)
#333745
(51,55,69)
#22282E
(34,40,46)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBAFFD

#BBAFFD
(187,175,253)
#C1B6FD
(193,182,253)
#C7BDFD
(199,189,253)
#CDC4FD
(205,196,253)
#D3CBFD
(211,203,253)
#D9D2FD
(217,210,253)
#DFD9FD
(223,217,253)
#E5E0FD
(229,224,253)
#EBE7FD
(235,231,253)
#F1EEFD
(241,238,253)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFFD; }

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

This text font color is #BBAFFD.

Background Color

.myBgColor { background-color: #BBAFFD; }

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

This div background color is #BBAFFD.

Border color

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

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

This div border color is #BBAFFD.

Opacity

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

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

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

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

This text has shadow with #BBAFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAFFD.

Preview

Color preview on black background

This text has color #BBAFFD on black background.


Color preview on white background

This text has color #BBAFFD on white background.


Black color preview on #BBAFFD background

This text has black color on #BBAFFD background.


White color preview on #BBAFFD background

This text has white color on #BBAFFD background.


Related colors

Complementary color

Complementary color for #hex is #445002.


I love getcolorcode.com

Triadic colors

1 #FDBBAF and #AFFDBB with #BBAFFD are triadic colors.

2 #FDAFBB and #AFBBFD with #BBAFFD are triadic colors.