#BC87CE

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

Shades of East Side #BC87CE

Tints of East Side #BC87CE

Color information

#BC87CE (or 0xBC87CE) is unknown color: approx East Side. HEX triplet: BC, 87 and CE. RGB value is (188,135,206). Sum of RGB (Red+Green+Blue) = 188+135+206=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CE is #437831. Grayscale: #9E9E9E. Windows color (decimal): -4421682 or 13535164. OLE color: 13535164.

HSL color Cylindrical-coordinate representation of color #BC87CE: hue angle of 284.79º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC87CE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188135206-
CMYK0.090.3400.19
HSL284.79º42.01%66.86%-
HSV(B)284.79º34.47%80.78%-
XYZ40.5432.4862.52-
YUV158.94154.56148.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=35.54%
G=25.52%
B=38.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881352060.090.3400.19284.7942.0166.86
HexBC87CE92201311d2a43
Octal274207316114202343552103
Binary10111100100001111100111010011000100100111000111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87CE; }

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

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

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

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

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

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

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

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