#BC87CB

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

Shades of East Side #BC87CB

Tints of East Side #BC87CB

Color information

#BC87CB (or 0xBC87CB) is unknown color: approx East Side. HEX triplet: BC, 87 and CB. RGB value is (188,135,203). Sum of RGB (Red+Green+Blue) = 188+135+203=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CB is #437834. Grayscale: #9E9E9E. Windows color (decimal): -4421685 or 13338556. OLE color: 13338556.

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

Color convert

RGB188135203-
CMYK0.070.3300.20
HSL286.76º39.53%66.27%-
HSV(B)286.76º33.5%79.61%-
XYZ40.1832.3360.62-
YUV158.6153.06148.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=35.74%
G=25.67%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881352030.070.3300.20286.7639.5366.27
HexBC87CB72101411f2842
Octal27420731374102443750102
Binary1011110010000111110010111111000010101001000111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87CB; }

 p { color: rgb(188,135,203); }

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

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

 a { background-color: rgb(188,135,203); }

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

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

 span { border-color: rgb(188,135,203); }

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