COLOR #BBAFC4

HEX: #BBAFC4 RGB: (187,175,196)

Color info

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

RGB color model

#BBAFC4 color RGB value is (187,175,196).

RGB: (187,175,196) (73%, 69%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 196 of 255 = 77%

187
175
196

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

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 196 = 558 (100%)
R 187 of 558 ~ 33.51%
G 175 of 558 ~ 31.36%
B 196 of 558 ~ 35.13'%

%33.51
%31.36
%35.13

CMYK color model

#BBAFC4 color CMYK value is (5,11,0,23).

  • cyan value is 4.59%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (5,11,0,23)
C5M11Y0K23 (5%, 11%, 0%, 23%)
(0.05 / 0.11 / 0.00 / 0.23)

CMYK percentages

%4.59
%10.71
%0
%23.14

Codes

Color #BBAFC4 in popluar color models

BB AF C4
RGB 187 175 196
HSL 274° 15.11% 72.75%
HSB/HSV 274° 10.71% 76.86%
CMYK 4.59% 10.71% 0.00%
23.14%

Color #BBAFC4 in popluar number systems.

HEX BB AF C4
Decimal 187 175 196
Binary 10111011 10101111 11000100
Octal 273 257 304

Shades and tints

Shades of #BBAFC4

#BBAFC4
(187,175,196)
#AAA0B3
(170,160,179)
#9991A2
(153,145,162)
#888291
(136,130,145)
#777380
(119,115,128)
#66646F
(102,100,111)
#55555E
(85,85,94)
#44464D
(68,70,77)
#33373C
(51,55,60)
#22282B
(34,40,43)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #BBAFC4

#BBAFC4
(187,175,196)
#C1B6C9
(193,182,201)
#C7BDCE
(199,189,206)
#CDC4D3
(205,196,211)
#D3CBD8
(211,203,216)
#D9D2DD
(217,210,221)
#DFD9E2
(223,217,226)
#E5E0E7
(229,224,231)
#EBE7EC
(235,231,236)
#F1EEF1
(241,238,241)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAFC4; }

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

This text font color is #BBAFC4.

Background Color

.myBgColor { background-color: #BBAFC4; }

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

This div background color is #BBAFC4.

Border color

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

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

This div border color is #BBAFC4.

Opacity

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

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

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

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

This text has shadow with #BBAFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAFC4.

Preview

Color preview on black background

This text has color #BBAFC4 on black background.


Color preview on white background

This text has color #BBAFC4 on white background.


Black color preview on #BBAFC4 background

This text has black color on #BBAFC4 background.


White color preview on #BBAFC4 background

This text has white color on #BBAFC4 background.


Related colors

Complementary color

Complementary color for #hex is #44503B.


I love getcolorcode.com

Triadic colors

1 #C4BBAF and #AFC4BB with #BBAFC4 are triadic colors.

2 #C4AFBB and #AFBBC4 with #BBAFC4 are triadic colors.