COLOR #BBAFC8

HEX: #BBAFC8
RGB: (187,175,200)

Color info

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

RGB color model

#BBAFC8 color RGB value is (187,175,200).

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

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 200 of 255 = 78%

187
175
200

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

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 200 = 562 (100%)
R 187 of 562 ~ 33.27%
G 175 of 562 ~ 31.14%
B 200 of 562 ~ 35.59%

%33.27
%31.14
%35.59

CMYK color model

#BBAFC8 color CMYK value is (7,13,0,22).

  • cyan value is 6.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(7,13,0,22)
C7M13Y0K22 
(7%,13%,0%,22%)
(0.07/0.13/0.00/0.22)	

CMYK percentages

%6.5
%12.5
%0
%21.57

Codes

Color #BBAFC8 in popluar color models

BBAFC8
RGB187175200
HSL269°18.52%73.53%
HSB/HSV269°12.50%78.43%
CMYK6.50%12.50%0.00%
21.57%

Color #BBAFC8 in popluar number systems.

HEXBBAFC8
Decimal187175200
Binary101110111010111111001000
Octal273257310

Shades and tints

Shades of #BBAFC8

#BBAFC8
(187,175,200)
#AAA0B6
(170,160,182)
#9991A4
(153,145,164)
#888292
(136,130,146)
#777380
(119,115,128)
#66646E
(102,100,110)
#55555C
(85,85,92)
#44464A
(68,70,74)
#333738
(51,55,56)
#222826
(34,40,38)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBAFC8

#BBAFC8
(187,175,200)
#C1B6CD
(193,182,205)
#C7BDD2
(199,189,210)
#CDC4D7
(205,196,215)
#D3CBDC
(211,203,220)
#D9D2E1
(217,210,225)
#DFD9E6
(223,217,230)
#E5E0EB
(229,224,235)
#EBE7F0
(235,231,240)
#F1EEF5
(241,238,245)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFC8; }

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

This text font color is #BBAFC8.


Background Color

.myBgColor { background-color: #BBAFC8; }

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

This div background color is #BBAFC8.


Border color

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

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

This div border color is #BBAFC8.


Opacity

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

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

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

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

This text has shadow with #BBAFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAFC8 on black background.


Color preview on white background

This text has color #BBAFC8 on white background.



Black color preview on #BBAFC8 background

This text has black color on #BBAFC8 background.


White color preview on #BBAFC8 background

This text has white color on #BBAFC8 background.