#BA82C8

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

Shades of East Side #BA82C8

Tints of East Side #BA82C8

Color information

#BA82C8 (or 0xBA82C8) is unknown color: approx East Side. HEX triplet: BA, 82 and C8. RGB value is (186,130,200). Sum of RGB (Red+Green+Blue) = 186+130+200=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82C8 is #457D37. Grayscale: #9A9A9A. Windows color (decimal): -4554040 or 13140666. OLE color: 13140666.

HSL color Cylindrical-coordinate representation of color #BA82C8: hue angle of 288º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA82C8 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186130200-
CMYK0.070.3500.22
HSL288º38.89%64.71%-
HSV(B)288º35%78.43%-
XYZ38.6630.5758.51-
YUV154.72153.55150.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 130 (51.17% from 255) = 25.19%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=36.05%
G=25.19%
B=38.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861302000.070.3500.2228838.8964.71
HexBA82C87230161202741
Octal27220231074302644047101
Binary1011101010000010110010001111000110101101001000001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82C8; }

 p { color: rgb(186,130,200); }

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

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

 a { background-color: rgb(186,130,200); }

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

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

 span { border-color: rgb(186,130,200); }

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