COLOR #BBAFBE

HEX: #BBAFBE
RGB: (187,175,190)

Color info

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

RGB color model

#BBAFBE color RGB value is (187,175,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 190 of 255 = 75%

187
175
190

R + G + B ~ 72%. #BBAFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 175 + 190 = 552 (100%)
R 187 of 552 ~ 33.88%
G 175 of 552 ~ 31.7%
B 190 of 552 ~ 34.42%

%33.88
%31.7
%34.42

CMYK color model

#BBAFBE color CMYK value is (2,8,0,25).

  • cyan value is 1.58%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,8,0,25)
C2M8Y0K25 
(2%,8%,0%,25%)
(0.02/0.08/0.00/0.25)	

CMYK percentages

%1.58
%7.89
%0
%25.49

Codes

Color #BBAFBE in popluar color models

BBAFBE
RGB187175190
HSL288°10.34%71.57%
HSB/HSV288°7.89%74.51%
CMYK1.58%7.89%0.00%
25.49%

Color #BBAFBE in popluar number systems.

HEXBBAFBE
Decimal187175190
Binary101110111010111110111110
Octal273257276

Shades and tints

Shades of #BBAFBE

#BBAFBE
(187,175,190)
#AAA0AD
(170,160,173)
#99919C
(153,145,156)
#88828B
(136,130,139)
#77737A
(119,115,122)
#666469
(102,100,105)
#555558
(85,85,88)
#444647
(68,70,71)
#333736
(51,55,54)
#222825
(34,40,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #BBAFBE

#BBAFBE
(187,175,190)
#C1B6C3
(193,182,195)
#C7BDC8
(199,189,200)
#CDC4CD
(205,196,205)
#D3CBD2
(211,203,210)
#D9D2D7
(217,210,215)
#DFD9DC
(223,217,220)
#E5E0E1
(229,224,225)
#EBE7E6
(235,231,230)
#F1EEEB
(241,238,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFBE; }

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

This text font color is #BBAFBE.


Background Color

.myBgColor { background-color: #BBAFBE; }

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

This div background color is #BBAFBE.


Border color

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

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

This div border color is #BBAFBE.


Opacity

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

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

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

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

This text has shadow with #BBAFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAFBE on black background.


Color preview on white background

This text has color #BBAFBE on white background.



Black color preview on #BBAFBE background

This text has black color on #BBAFBE background.


White color preview on #BBAFBE background

This text has white color on #BBAFBE background.