#BC85CA

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

Shades of East Side #BC85CA

Tints of East Side #BC85CA

Color information

#BC85CA (or 0xBC85CA) is unknown color: approx East Side. HEX triplet: BC, 85 and CA. RGB value is (188,133,202). Sum of RGB (Red+Green+Blue) = 188+133+202=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CA is #437A35. Grayscale: #9D9D9D. Windows color (decimal): -4422198 or 13272508. OLE color: 13272508.

HSL color Cylindrical-coordinate representation of color #BC85CA: hue angle of 287.83º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC85CA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188133202-
CMYK0.070.3400.21
HSL287.83º39.43%65.69%-
HSV(B)287.83º34.16%79.22%-
XYZ39.7931.7359.9-
YUV157.31153.22149.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=35.95%
G=25.43%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881332020.070.3400.21287.8339.4365.69
HexBC85CA7220151202742
Octal27420531274202544047102
Binary1011110010000101110010101111000100101011001000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85CA; }

 p { color: rgb(188,133,202); }

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

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

 a { background-color: rgb(188,133,202); }

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

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

 span { border-color: rgb(188,133,202); }

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