COLOR #BCAFE3

HEX: #BCAFE3
RGB: (188,175,227)

Color info

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

RGB color model

#BCAFE3 color RGB value is (188,175,227).

  • red value is 188;
  • green value is 175;
  • blue value is 227.
RGB:
(188,175,227)
(74%,69%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 227 of 255 = 89%

188
175
227

R + G + B ~ 77%. #BCAFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 227 = 590 (100%)
R 188 of 590 ~ 31.86%
G 175 of 590 ~ 29.66%
B 227 of 590 ~ 38.47%

%31.86
%29.66
%38.47

CMYK color model

#BCAFE3 color CMYK value is (17,23,0,11).

  • cyan value is 17.18%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,23,0,11)
C17M23Y0K11 
(17%,23%,0%,11%)
(0.17/0.23/0.00/0.11)	

CMYK percentages

%17.18
%22.91
%0
%10.98

Codes

Color #BCAFE3 in popluar color models

BCAFE3
RGB188175227
HSL255°48.15%78.82%
HSB/HSV255°22.91%89.02%
CMYK17.18%22.91%0.00%
10.98%

Color #BCAFE3 in popluar number systems.

HEXBCAFE3
Decimal188175227
Binary101111001010111111100011
Octal274257343

Shades and tints

Shades of #BCAFE3

#BCAFE3
(188,175,227)
#ABA0CF
(171,160,207)
#9A91BB
(154,145,187)
#8982A7
(137,130,167)
#787393
(120,115,147)
#67647F
(103,100,127)
#56556B
(86,85,107)
#454657
(69,70,87)
#343743
(52,55,67)
#23282F
(35,40,47)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCAFE3

#BCAFE3
(188,175,227)
#C2B6E5
(194,182,229)
#C8BDE7
(200,189,231)
#CEC4E9
(206,196,233)
#D4CBEB
(212,203,235)
#DAD2ED
(218,210,237)
#E0D9EF
(224,217,239)
#E6E0F1
(230,224,241)
#ECE7F3
(236,231,243)
#F2EEF5
(242,238,245)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAFE3; }

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

This text font color is #BCAFE3.


Background Color

.myBgColor { background-color: #BCAFE3; }

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

This div background color is #BCAFE3.


Border color

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

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

This div border color is #BCAFE3.


Opacity

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

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

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

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

This text has shadow with #BCAFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAFE3 on black background.


Color preview on white background

This text has color #BCAFE3 on white background.



Black color preview on #BCAFE3 background

This text has black color on #BCAFE3 background.


White color preview on #BCAFE3 background

This text has white color on #BCAFE3 background.