#BC86CD

Color #BC86CD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BC86CD

Tints of East Side #BC86CD

Color information

#BC86CD (or 0xBC86CD) is unknown color: approx East Side. HEX triplet: BC, 86 and CD. RGB value is (188,134,205). Sum of RGB (Red+Green+Blue) = 188+134+205=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86CD is #437932. Grayscale: #9E9E9E. Windows color (decimal): -4421939 or 13469372. OLE color: 13469372.

HSL color Cylindrical-coordinate representation of color #BC86CD: hue angle of 285.63º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC86CD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188134205-
CMYK0.080.3500.20
HSL285.63º41.52%66.47%-
HSV(B)285.63º34.63%80.39%-
XYZ40.2832.1561.84-
YUV158.24154.39149.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=35.67%
G=25.43%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881342050.080.3500.20285.6341.5266.47
HexBC86CD82301411e2a42
Octal274206315104302443652102
Binary10111100100001101100110110001000110101001000111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86CD; }

 p { color: rgb(188,134,205); }

 H1.HeaderClassName
 {
   color: #BC86CD;
 }
 .AnyTagClassName
 {
   color: #BC86CD;
 }
</style>
background-color css

<style>
 a { background-color: #BC86CD; }

 a { background-color: rgb(188,134,205); }

 div.DivClassName
 {
   background-color: #BC86CD;
 }
 .BgClassName
 {
   background-color: #BC86CD;
 }
</style>
border-color css

<style>
 span { border-color: #BC86CD; }

 span { border-color: rgb(188,134,205); }

 td.TdClassName
 {
   border-color: #BC86CD;
 }
 .TagClassName
 {
   border-color: #BC86CD;
 }
</style>