COLOR #BCAFC9

HEX: #BCAFC9 RGB: (188,175,201)

Color info

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

RGB color model

#BCAFC9 color RGB value is (188,175,201).

RGB: (188,175,201) (74%, 69%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 201 of 255 = 79%

188
175
201

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

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 201 = 564 (100%)
R 188 of 564 ~ 33.33%
G 175 of 564 ~ 31.03%
B 201 of 564 ~ 35.64'%

%33.33
%31.03
%35.64

CMYK color model

#BCAFC9 color CMYK value is (6,13,0,21).

  • cyan value is 6.47%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (6,13,0,21) C6M13Y0K21 (6%,13%,0%,21%) (0.06/0.13/0.00/0.21) 

CMYK percentages

%6.47
%12.94
%0
%21.18

Codes

Color #BCAFC9 in popluar color models

BC AF C9
RGB 188 175 201
HSL 270° 19.40% 73.73%
HSB/HSV 270° 12.94% 78.82%
CMYK 6.47% 12.94% 0.00%
21.18%

Color #BCAFC9 in popluar number systems.

HEX BC AF C9
Decimal 188 175 201
Binary 10111100 10101111 11001001
Octal 274 257 311

Shades and tints

Shades of #BCAFC9

#BCAFC9
(188,175,201)
#ABA0B7
(171,160,183)
#9A91A5
(154,145,165)
#898293
(137,130,147)
#787381
(120,115,129)
#67646F
(103,100,111)
#56555D
(86,85,93)
#45464B
(69,70,75)
#343739
(52,55,57)
#232827
(35,40,39)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCAFC9

#BCAFC9
(188,175,201)
#C2B6CD
(194,182,205)
#C8BDD1
(200,189,209)
#CEC4D5
(206,196,213)
#D4CBD9
(212,203,217)
#DAD2DD
(218,210,221)
#E0D9E1
(224,217,225)
#E6E0E5
(230,224,229)
#ECE7E9
(236,231,233)
#F2EEED
(242,238,237)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFC9; }

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

This text font color is #BCAFC9.

Background Color

.myBgColor { background-color: #BCAFC9; }

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

This div background color is #BCAFC9.

Border color

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

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

This div border color is #BCAFC9.

Opacity

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

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

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

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

This text has shadow with #BCAFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFC9.

Preview

Color preview on black background

This text has color #BCAFC9 on black background.


Color preview on white background

This text has color #BCAFC9 on white background.


Black color preview on #BCAFC9 background

This text has black color on #BCAFC9 background.


White color preview on #BCAFC9 background

This text has white color on #BCAFC9 background.


Related colors

Complementary color

Complementary color for #hex is #435036.


I love getcolorcode.com

Triadic colors

1 #C9BCAF and #AFC9BC with #BCAFC9 are triadic colors.

2 #C9AFBC and #AFBCC9 with #BCAFC9 are triadic colors.