COLOR #BBAFBC

HEX: #BBAFBC RGB: (187,175,188)

Color info

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

RGB color model

#BBAFBC color RGB value is (187,175,188).

RGB: (187,175,188) (73%, 69%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 188 of 255 = 74%

187
175
188

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

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 188 = 550 (100%)
R 187 of 550 ~ 34%
G 175 of 550 ~ 31.82%
B 188 of 550 ~ 34.18'%

%34
%31.82
%34.18

CMYK color model

#BBAFBC color CMYK value is (1,7,0,26).

  • cyan value is 0.53%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (1,7,0,26)
C1M7Y0K26 (1%, 7%, 0%, 26%)
(0.01 / 0.07 / 0.00 / 0.26)

CMYK percentages

%0.53
%6.91
%0
%26.27

Codes

Color #BBAFBC in popluar color models

BB AF BC
RGB 187 175 188
HSL 295° 8.84% 71.18%
HSB/HSV 295° 6.91% 73.73%
CMYK 0.53% 6.91% 0.00%
26.27%

Color #BBAFBC in popluar number systems.

HEX BB AF BC
Decimal 187 175 188
Binary 10111011 10101111 10111100
Octal 273 257 274

Shades and tints

Shades of #BBAFBC

#BBAFBC
(187,175,188)
#AAA0AB
(170,160,171)
#99919A
(153,145,154)
#888289
(136,130,137)
#777378
(119,115,120)
#666467
(102,100,103)
#555556
(85,85,86)
#444645
(68,70,69)
#333734
(51,55,52)
#222823
(34,40,35)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #BBAFBC

#BBAFBC
(187,175,188)
#C1B6C2
(193,182,194)
#C7BDC8
(199,189,200)
#CDC4CE
(205,196,206)
#D3CBD4
(211,203,212)
#D9D2DA
(217,210,218)
#DFD9E0
(223,217,224)
#E5E0E6
(229,224,230)
#EBE7EC
(235,231,236)
#F1EEF2
(241,238,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFBC; }

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

This text font color is #BBAFBC.

Background Color

.myBgColor { background-color: #BBAFBC; }

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

This div background color is #BBAFBC.

Border color

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

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

This div border color is #BBAFBC.

Opacity

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

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

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

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

This text has shadow with #BBAFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAFBC.

Preview

Color preview on black background

This text has color #BBAFBC on black background.


Color preview on white background

This text has color #BBAFBC on white background.


Black color preview on #BBAFBC background

This text has black color on #BBAFBC background.


White color preview on #BBAFBC background

This text has white color on #BBAFBC background.


Related colors

Complementary color

Complementary color for #hex is #445043.


I love getcolorcode.com

Triadic colors

1 #BCBBAF and #AFBCBB with #BBAFBC are triadic colors.

2 #BCAFBB and #AFBBBC with #BBAFBC are triadic colors.