#BA93CC

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

Shades of East Side #BA93CC

Tints of East Side #BA93CC

Color information

#BA93CC (or 0xBA93CC) is unknown color: approx East Side. HEX triplet: BA, 93 and CC. RGB value is (186,147,204). Sum of RGB (Red+Green+Blue) = 186+147+204=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93CC is #456C33. Grayscale: #A4A4A4. Windows color (decimal): -4549684 or 13407162. OLE color: 13407162.

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

Color convert

RGB186147204-
CMYK0.090.2800.2
HSL281.05º35.85%68.82%-
HSV(B)281.05º27.94%80%-
XYZ41.5835.6761.82-
YUV165.16149.92142.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=34.64%
G=27.37%
B=37.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861472040.090.2800.2281.0535.8568.82
HexBA93CC91C0141192445
Octal272223314113402443144105
Binary1011101010010011110011001001111000101001000110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93CC; }

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

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

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

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

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

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

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

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