#BA84CC

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

Shades of East Side #BA84CC

Tints of East Side #BA84CC

Color information

#BA84CC (or 0xBA84CC) is unknown color: approx East Side. HEX triplet: BA, 84 and CC. RGB value is (186,132,204). Sum of RGB (Red+Green+Blue) = 186+132+204=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84CC is #457B33. Grayscale: #9C9C9C. Windows color (decimal): -4553524 or 13403322. OLE color: 13403322.

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

Color convert

RGB186132204-
CMYK0.090.3500.2
HSL285º41.38%65.88%-
HSV(B)285º35.29%80%-
XYZ39.431.361.09-
YUV156.35154.89149.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=35.63%
G=25.29%
B=39.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861322040.090.3500.228541.3865.88
HexBA84CC92301411d2942
Octal272204314114302443551102
Binary10111010100001001100110010011000110101001000111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84CC; }

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

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

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

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

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

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

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

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