#BA8CC4

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

Shades of East Side #BA8CC4

Tints of East Side #BA8CC4

Color information

#BA8CC4 (or 0xBA8CC4) is unknown color: approx East Side. HEX triplet: BA, 8C and C4. RGB value is (186,140,196). Sum of RGB (Red+Green+Blue) = 186+140+196=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CC4 is #45733B. Grayscale: #9F9F9F. Windows color (decimal): -4551484 or 12881082. OLE color: 12881082.

HSL color Cylindrical-coordinate representation of color #BA8CC4: hue angle of 289.29º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8CC4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186140196-
CMYK0.050.2900.23
HSL289.29º32.18%65.88%-
HSV(B)289.29º28.57%76.86%-
XYZ39.5933.1856.54-
YUV160.14148.24146.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=35.63%
G=26.82%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861401960.050.2900.23289.2932.1865.88
HexBA8CC451D0171212042
Octal27221430453502744140102
Binary101110101000110011000100101111010101111001000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CC4; }

 p { color: rgb(186,140,196); }

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

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

 a { background-color: rgb(186,140,196); }

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

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

 span { border-color: rgb(186,140,196); }

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