COLOR #BCB2D8

HEX: #BCB2D8 RGB: (188,178,216)

Color info

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

RGB color model

#BCB2D8 color RGB value is (188,178,216).

RGB: (188,178,216) (74%, 70%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 178 of 255 = 70%
B 216 of 255 = 85%

188
178
216

R + G + B ~ 76%. #BCB2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 178 + 216 = 582 (100%)
R 188 of 582 ~ 32.3%
G 178 of 582 ~ 30.58%
B 216 of 582 ~ 37.11'%

%32.3
%30.58
%37.11

CMYK color model

#BCB2D8 color CMYK value is (13,18,0,15).

  • cyan value is 12.96%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,18,0,15)
C13M18Y0K15 (13%, 18%, 0%, 15%)
(0.13 / 0.18 / 0.00 / 0.15)

CMYK percentages

%12.96
%17.59
%0
%15.29

Codes

Color #BCB2D8 in popluar color models

BC B2 D8
RGB 188 178 216
HSL 256° 32.76% 77.25%
HSB/HSV 256° 17.59% 84.71%
CMYK 12.96% 17.59% 0.00%
15.29%

Color #BCB2D8 in popluar number systems.

HEX BC B2 D8
Decimal 188 178 216
Binary 10111100 10110010 11011000
Octal 274 262 330

Shades and tints

Shades of #BCB2D8

#BCB2D8
(188,178,216)
#ABA2C5
(171,162,197)
#9A92B2
(154,146,178)
#89829F
(137,130,159)
#78728C
(120,114,140)
#676279
(103,98,121)
#565266
(86,82,102)
#454253
(69,66,83)
#343240
(52,50,64)
#23222D
(35,34,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #BCB2D8

#BCB2D8
(188,178,216)
#C2B9DB
(194,185,219)
#C8C0DE
(200,192,222)
#CEC7E1
(206,199,225)
#D4CEE4
(212,206,228)
#DAD5E7
(218,213,231)
#E0DCEA
(224,220,234)
#E6E3ED
(230,227,237)
#ECEAF0
(236,234,240)
#F2F1F3
(242,241,243)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB2D8; }

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

This text font color is #BCB2D8.

Background Color

.myBgColor { background-color: #BCB2D8; }

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

This div background color is #BCB2D8.

Border color

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

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

This div border color is #BCB2D8.

Opacity

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

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

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

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

This text has shadow with #BCB2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB2D8.

Preview

Color preview on black background

This text has color #BCB2D8 on black background.


Color preview on white background

This text has color #BCB2D8 on white background.


Black color preview on #BCB2D8 background

This text has black color on #BCB2D8 background.


White color preview on #BCB2D8 background

This text has white color on #BCB2D8 background.


Related colors

Complementary color

Complementary color for #hex is #434D27.


I love getcolorcode.com

Triadic colors

1 #D8BCB2 and #B2D8BC with #BCB2D8 are triadic colors.

2 #D8B2BC and #B2BCD8 with #BCB2D8 are triadic colors.