COLOR #BCB2FB

HEX: #BCB2FB
RGB: (188,178,251)

Color info

#BCB2FB contains mainly blue color. Web safe color of #BCB2FB is #CC99FF (or #C9F).

RGB color model

#BCB2FB color RGB value is (188,178,251).

  • red value is 188;
  • green value is 178;
  • blue value is 251.
RGB:
(188,178,251)
(74%,70%,98%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 251 of 255 = 98%

188
178
251

R + G + B ~ 81%. #BCB2FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 178 + 251 = 617 (100%)
R 188 of 617 ~ 30.47%
G 178 of 617 ~ 28.85%
B 251 of 617 ~ 40.68%

%30.47
%28.85
%40.68

CMYK color model

#BCB2FB color CMYK value is (25,29,0,2).

  • cyan value is 25.10%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(25,29,0,2)
C25M29Y0K2 
(25%,29%,0%,2%)
(0.25/0.29/0.00/0.02)	

CMYK percentages

%25.1
%29.08
%0
%1.57

Codes

Color #BCB2FB in popluar color models

BCB2FB
RGB188178251
HSL248°90.12%84.12%
HSB/HSV248°29.08%98.43%
CMYK25.10%29.08%0.00%
1.57%

Color #BCB2FB in popluar number systems.

HEXBCB2FB
Decimal188178251
Binary101111001011001011111011
Octal274262373

Shades and tints

Shades of #BCB2FB

#BCB2FB
(188,178,251)
#ABA2E5
(171,162,229)
#9A92CF
(154,146,207)
#8982B9
(137,130,185)
#7872A3
(120,114,163)
#67628D
(103,98,141)
#565277
(86,82,119)
#454261
(69,66,97)
#34324B
(52,50,75)
#232235
(35,34,53)
#12121F
(18,18,31)
#000000
(0,0,0)

Tints of #BCB2FB

#BCB2FB
(188,178,251)
#C2B9FB
(194,185,251)
#C8C0FB
(200,192,251)
#CEC7FB
(206,199,251)
#D4CEFB
(212,206,251)
#DAD5FB
(218,213,251)
#E0DCFB
(224,220,251)
#E6E3FB
(230,227,251)
#ECEAFB
(236,234,251)
#F2F1FB
(242,241,251)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB2FB color. Also use rgb(188,178,251) instead hex code.

Text Font Color

.myTextColor { color: #BCB2FB; }

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

This text font color is #BCB2FB.


Background Color

.myBgColor { background-color: #BCB2FB; }

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

This div background color is #BCB2FB.


Border color

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

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

This div border color is #BCB2FB.


Opacity

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

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

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

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

This text has shadow with #BCB2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB2FB on black background.


Color preview on white background

This text has color #BCB2FB on white background.



Black color preview on #BCB2FB background

This text has black color on #BCB2FB background.


White color preview on #BCB2FB background

This text has white color on #BCB2FB background.