COLOR #BBAFCD

HEX: #BBAFCD
RGB: (187,175,205)

Color info

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

RGB color model

#BBAFCD color RGB value is (187,175,205).

  • red value is 187;
  • green value is 175;
  • blue value is 205.
RGB:
(187,175,205)
(73%,69%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 205 of 255 = 80%

187
175
205

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

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 205 = 567 (100%)
R 187 of 567 ~ 32.98%
G 175 of 567 ~ 30.86%
B 205 of 567 ~ 36.16%

%32.98
%30.86
%36.16

CMYK color model

#BBAFCD color CMYK value is (9,15,0,20).

  • cyan value is 8.78%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(9,15,0,20)
C9M15Y0K20 
(9%,15%,0%,20%)
(0.09/0.15/0.00/0.20)	

CMYK percentages

%8.78
%14.63
%0
%19.61

Codes

Color #BBAFCD in popluar color models

BBAFCD
RGB187175205
HSL264°23.08%74.51%
HSB/HSV264°14.63%80.39%
CMYK8.78%14.63%0.00%
19.61%

Color #BBAFCD in popluar number systems.

HEXBBAFCD
Decimal187175205
Binary101110111010111111001101
Octal273257315

Shades and tints

Shades of #BBAFCD

#BBAFCD
(187,175,205)
#AAA0BB
(170,160,187)
#9991A9
(153,145,169)
#888297
(136,130,151)
#777385
(119,115,133)
#666473
(102,100,115)
#555561
(85,85,97)
#44464F
(68,70,79)
#33373D
(51,55,61)
#22282B
(34,40,43)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #BBAFCD

#BBAFCD
(187,175,205)
#C1B6D1
(193,182,209)
#C7BDD5
(199,189,213)
#CDC4D9
(205,196,217)
#D3CBDD
(211,203,221)
#D9D2E1
(217,210,225)
#DFD9E5
(223,217,229)
#E5E0E9
(229,224,233)
#EBE7ED
(235,231,237)
#F1EEF1
(241,238,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFCD; }

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

This text font color is #BBAFCD.


Background Color

.myBgColor { background-color: #BBAFCD; }

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

This div background color is #BBAFCD.


Border color

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

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

This div border color is #BBAFCD.


Opacity

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

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

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

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

This text has shadow with #BBAFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAFCD on black background.


Color preview on white background

This text has color #BBAFCD on white background.



Black color preview on #BBAFCD background

This text has black color on #BBAFCD background.


White color preview on #BBAFCD background

This text has white color on #BBAFCD background.