COLOR #BCAFE8

HEX: #BCAFE8 RGB: (188,175,232)

Color info

#BCAFE8 contains red, green and blue colors in about the same proportion. Web safe color of #BCAFE8 is #CC99FF (or #C9F).

RGB color model

#BCAFE8 color RGB value is (188,175,232).

RGB: (188,175,232) (74%, 69%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 232 of 255 = 91%

188
175
232

R + G + B ~ 78%. #BCAFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 175 + 232 = 595 (100%)
R 188 of 595 ~ 31.6%
G 175 of 595 ~ 29.41%
B 232 of 595 ~ 38.99'%

%31.6
%29.41
%38.99

CMYK color model

#BCAFE8 color CMYK value is (19,25,0,9).

  • cyan value is 18.97%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (19,25,0,9)
C19M25Y0K9 (19%, 25%, 0%, 9%)
(0.19 / 0.25 / 0.00 / 0.09)

CMYK percentages

%18.97
%24.57
%0
%9.02

Codes

Color #BCAFE8 in popluar color models

BC AF E8
RGB 188 175 232
HSL 254° 55.34% 79.80%
HSB/HSV 254° 24.57% 90.98%
CMYK 18.97% 24.57% 0.00%
9.02%

Color #BCAFE8 in popluar number systems.

HEX BC AF E8
Decimal 188 175 232
Binary 10111100 10101111 11101000
Octal 274 257 350

Shades and tints

Shades of #BCAFE8

#BCAFE8
(188,175,232)
#ABA0D3
(171,160,211)
#9A91BE
(154,145,190)
#8982A9
(137,130,169)
#787394
(120,115,148)
#67647F
(103,100,127)
#56556A
(86,85,106)
#454655
(69,70,85)
#343740
(52,55,64)
#23282B
(35,40,43)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCAFE8

#BCAFE8
(188,175,232)
#C2B6EA
(194,182,234)
#C8BDEC
(200,189,236)
#CEC4EE
(206,196,238)
#D4CBF0
(212,203,240)
#DAD2F2
(218,210,242)
#E0D9F4
(224,217,244)
#E6E0F6
(230,224,246)
#ECE7F8
(236,231,248)
#F2EEFA
(242,238,250)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFE8; }

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

This text font color is #BCAFE8.

Background Color

.myBgColor { background-color: #BCAFE8; }

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

This div background color is #BCAFE8.

Border color

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

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

This div border color is #BCAFE8.

Opacity

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

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

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

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

This text has shadow with #BCAFE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAFE8.

Preview

Color preview on black background

This text has color #BCAFE8 on black background.


Color preview on white background

This text has color #BCAFE8 on white background.


Black color preview on #BCAFE8 background

This text has black color on #BCAFE8 background.


White color preview on #BCAFE8 background

This text has white color on #BCAFE8 background.


Related colors

Complementary color

Complementary color for #hex is #435017.


I love getcolorcode.com

Triadic colors

1 #E8BCAF and #AFE8BC with #BCAFE8 are triadic colors.

2 #E8AFBC and #AFBCE8 with #BCAFE8 are triadic colors.