#BA86CC

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

Shades of East Side #BA86CC

Tints of East Side #BA86CC

Color information

#BA86CC (or 0xBA86CC) is unknown color: approx East Side. HEX triplet: BA, 86 and CC. RGB value is (186,134,204). Sum of RGB (Red+Green+Blue) = 186+134+204=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86CC is #457933. Grayscale: #9D9D9D. Windows color (decimal): -4553012 or 13403834. OLE color: 13403834.

HSL color Cylindrical-coordinate representation of color #BA86CC: hue angle of 284.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA86CC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186134204-
CMYK0.090.3400.2
HSL284.57º40.7%66.27%-
HSV(B)284.57º34.31%80%-
XYZ39.6731.8561.18-
YUV157.53154.23148.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=35.50%
G=25.57%
B=38.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861342040.090.3400.2284.5740.766.27
HexBA86CC92201411d2942
Octal272206314114202443551102
Binary10111010100001101100110010011000100101001000111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86CC; }

 p { color: rgb(186,134,204); }

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

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

 a { background-color: rgb(186,134,204); }

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

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

 span { border-color: rgb(186,134,204); }

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