#BC85C9

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

Shades of East Side #BC85C9

Tints of East Side #BC85C9

Color information

#BC85C9 (or 0xBC85C9) is unknown color: approx East Side. HEX triplet: BC, 85 and C9. RGB value is (188,133,201). Sum of RGB (Red+Green+Blue) = 188+133+201=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C9 is #437A36. Grayscale: #9C9C9C. Windows color (decimal): -4422199 or 13206972. OLE color: 13206972.

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

Color convert

RGB188133201-
CMYK0.060.3400.21
HSL288.53º38.64%65.49%-
HSV(B)288.53º33.83%78.82%-
XYZ39.6731.6859.28-
YUV157.2152.72149.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=36.02%
G=25.48%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881332010.060.3400.21288.5338.6465.49
HexBC85C96220151212741
Octal27420531164202544147101
Binary1011110010000101110010011101000100101011001000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85C9; }

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

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

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

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

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

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

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

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